Alex
70b1540ae2
fix: handle search results with collections ( #3393 )
...
* feat: handle search collection
* Update server/utils/typeHelpers.ts
Co-authored-by: Danshil Kokil Mungur <danshil.mungur@gmail.com>
* fix: modified title card to show collection instead of movies
---------
Co-authored-by: Danshil Kokil Mungur <danshil.mungur@gmail.com>
Co-authored-by: Brandon <cohbrandon@gmail.com>
2 years ago
Danshil Kokil Mungur
eb5502a16f
fix(ui): prevent title cards from flickering when quickly hovering across them ( #3349 )
...
* fix(ui): remove opacity classes from transition enter and leave props
The flickering was caused by the opacity classes in the `leave` prop to take effect as the
transition ends; when the `leaveTo` prop classes are no longer applied, but the `leave` prop classes
are still applied.
* fix(ui): resolve transition issues for all components
1. Remove opacity classes from `enter` and `leave` props
2. Fix some class name typos
3. Remove transform classes since those are automatically applied as from TailwindCSS v3.0
4. Narrow down `transition` classes to only the properties being transitioned in Transition components
2 years ago
Danshil Kokil Mungur
50f06dabbf
fix(ui): hide mini status badge if non-4K media status is unknown ( #3346 )
2 years ago
Ryan Cohen
042a1a950f
fix: update StatusBadgeMini to shrink on title cards (and remove ring) ( #3210 )
2 years ago
Ryan Cohen
2f680b4cec
refactor: update titlecard to use StatusBadgeMini ( #3205 )
2 years ago
renovate[bot]
dd48d59b20
fix(deps): update dependency @heroicons/react to v2 ( #2970 )
...
* fix(deps): update dependency @heroicons/react to v2
* fix: update imports and fix icon name changes for heroicons
* fix: also update MiniStatusBadge to use new check icon
* fix: update last place with old import
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sct <ryan@sct.dev>
2 years ago
Ryan Cohen
76335ec8d3
refactor: update mini status icons on titlecard to match badge colors ( #3188 )
2 years ago
Brandon Cohen
98028bf2f4
fix: transition animation ( #2974 )
...
switched to using headlessui transition instead of react-css-transition due to new version breaking the
animation
2 years ago
Ryan Cohen
c6a133d4e5
refactor: absolute imports with path alias ( #2960 ) [skip ci]
2 years ago
Ryan Cohen
4b855b8114
style: fix organize-imports to work with tailwindcss prettier plugin ( #2957 ) [skip ci]
2 years ago
Ryan Cohen
301f2bf7ab
feat: plex watchlist sync integration ( #2885 )
2 years ago
TheCatLady
9021696cf0
fix(lang): correct capitalization of 'TMDB' ( #2953 )
2 years ago
TheCatLady
9bc1f89777
fix(frontend): better request/media cards for items without valid TMDb IDs ( #2181 )
2 years ago
Ryan Cohen
16545eec22
feat: tooltip foundation ( #2950 )
...
* feat: add foundation for tooltips
* fix: add lang
* refactor: remove React import where no longer necessary
2 years ago
Ryan Cohen
e5d8c93ab8
chore(deps): update react to 18 ( #2943 )
2 years ago
Ryan Cohen
22ec058431
test: add cypress foundation ( #2903 ) [skip ci]
2 years ago
Ryan Cohen
822ae9eec7
style: add new tailwind prettier plugin ( #2465 )
3 years ago
TheCatLady
db781bfc35
refactor(ui): css refinements for a more unified look ( #1816 )
3 years ago
sct
2a912180b8
build: lets try tailwind jit again
4 years ago
TheCatLady
91b9e0f679
feat(perms): add separate REQUEST_MOVIE and REQUEST_TV permissions ( #1474 )
...
* feat(perms): add separate REQUEST_MOVIE and REQUEST_TV permissions
* fix(perms): do not require regular request perms for 4K requests
4 years ago
TheCatLady
3e5e9c0ad1
refactor(css): add styles targeting SVG button/modal icons ( #1464 )
...
* refactor(css): add global classes for common icon types
* refactor(css): target child SVGs instead of creating new icon classes
* fix: fix ButtonWithDropdown style class spacing
4 years ago
sct
28830d4ef8
feat: PWA Support ( #1488 )
4 years ago
TheCatLady
8fc71bea08
refactor(icons): install and use @heroicons/react ( #1438 )
4 years ago
TheCatLady
d8bcb99b2f
fix(ui): gracefully handle lengthy titles & long words in overviews ( #1338 )
4 years ago
TheCatLady
e393b53b29
refactor(lang): use global strings where appropriate and remove unused strings ( #1265 )
4 years ago
sct
0ca3d43749
feat: add option to cache images locally ( #1213 )
4 years ago
TheCatLady
6f1a31de47
feat(ui): add movie/series genre list pages ( #1194 )
4 years ago
TheCatLady
1be97fe7fb
refactor(css): add new global classes & card border hover styling ( #1156 )
4 years ago
sct
1c6914f5ce
feat: add studio/network sliders to discover
...
includes some adjustments to titlecard design
4 years ago
TheCatLady
139341b043
feat(ui): Add support for requesting collections in 4K ( #968 )
4 years ago
sct
cf7ebc488d
fix(frontend): use consistent spinner style on TitleCard/Plex Presets
4 years ago
sct
5b39911e02
fix(frontend): match request button color on titlecards to other request buttons
4 years ago
sct
ec5fb83678
feat: Radarr & Sonarr Sync ( #734 )
4 years ago
Jakob Ankarhem
2da0da826a
fix(requests): handle when tvdbid is null ( #657 )
...
Co-authored-by: sct <sctsnipe@gmail.com>
4 years ago
sct
88810bf0a4
fix(frontend): use hardware acceleration for titlecard scale
4 years ago
sct
0ab4c3c36f
fix(frontend): only animate titlecard when showDetail is true
4 years ago
sct
effc80977a
fix(frontend): adjust titlecard badge styling
...
this commit aligns the badges, removes the border from the availability badge (replaces it with a
light shadow) and also adds a new animation to the titlecard
4 years ago
sct
a524b9c4c8
fix(frontend): add i18n for request text on titlecard
4 years ago
sct
b5a3a7a89f
fix(frontend): change titlecard to only have a request button
4 years ago
sct
ce0687922a
fix(frontend): disable pointer-events on titlecard badges
4 years ago
sct
ba106c447d
fix(frontend): increase titlecard status badge size on larger screens
4 years ago
sct
8cbf39a9d1
fix(frontend): show movie/series badges always
4 years ago
sct
78b15cad18
refactor(frontend): titlecard design experiment
4 years ago
sct
8f292d538b
fix(frontend): update titlecard status badge to new requested colors
4 years ago
sct
bd947409e6
fix(frontend): fix scaling titlecard content position
4 years ago
Jakob Ankarhem
4b7af86111
fix(frontend): correctly position title card hover section ( #486 )
...
f2ebba7
introduced an issue where the children of the animation would not be visible during the
animation
Co-authored-by: Jakob Ankarhem <jakob.ankarhem@jetshop.se>
4 years ago
sct
a333a09582
feat: add collections ( #484 )
...
closes #418
4 years ago
Alex Zoitos
f2ebba7b1d
fix(frontend): invalid dom-nesting title card fix ( #482 )
...
fix #476
4 years ago
sct
c21fa5b535
fix(frontend): fix tv shows failing to open when firstAirDate is undefined
...
fix #347
4 years ago
sct
e8776fd336
refactor(frontend): titlecard behavior changed to allow clicking anywhere to go through to title
...
mobile behavior remains mostly the same, except after the first click, a second click anywhere else
will go through to the title.
4 years ago