sct
aa86809dc9
style: bump prettier and format app
2021-05-13 23:48:08 +09:00
TheCatLady
694d0ffcf6
fix(ui): hide Plex alert after setup and add local login warning to local user modal ( #1600 )
2021-05-08 04:10:47 +00:00
TheCatLady
9749d723fc
fix(plex): sync libraries after saving settings ( #1592 )
2021-05-07 09:03:45 +09:00
TheCatLady
a640a91390
feat(plex): add support for custom Plex Web App URLs ( #1581 )
...
* feat(plex): add support for custom Plex Web App URLs
* refactor: clean up Yup validation in *arr modals & email settings
* fix(lang): change Web App URL tip
* fix: remove web app URL validation and add 'Advanced' badge
2021-05-06 17:40:22 +09:00
TheCatLady
26580eaa21
fix(ui): improve form usability ( #1563 )
...
* fix(ui): improve form usability
* refactor: remove unnecessary <> and </> tags
* fix(ui): set url inputmode for *arr URL base fields
2021-05-04 17:42:27 +09:00
TheCatLady
5e588be812
fix(ui): add missing margins on button SVGs on Plex Settings page ( #1546 )
2021-04-30 17:38:47 +09:00
TheCatLady
f78b9c1ca9
fix(css): don't target button globally ( #1510 )
...
* fix(css): don't target button globally
* fix(css): revert toast change
2021-04-27 15:23:36 +00:00
TheCatLady
db49b2024d
feat: add option to only allow Plex sign-in from existing users ( #1496 )
...
* feat: add option to only allow Plex login from existing users
* fix: remove newPlexLogin from public settings
2021-04-26 21:06:54 +09:00
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
2021-04-26 10:09:58 +00:00
TheCatLady
db077700e4
fix(plex): add support for plex.direct URLs ( #1437 )
...
* fix(plex): add support for plex.direct URLs
* fix(ui): mark HTTPS Plex connections as secure
2021-04-17 10:07:37 +00:00
TheCatLady
8fc71bea08
refactor(icons): install and use @heroicons/react ( #1438 )
2021-04-17 18:07:23 +09:00
TheCatLady
2cd952d1ca
refactor(ui): improved alerts for services settings & removed alert titles ( #1280 )
...
* refactor(ui): improved alerts for services settings & removed alert titles
* fix(ui): set styling of alert links to be consistent w/ others
* fix(ui): clarify appropriate 4K setting when user has not configured a default non-4K server
* fix: remove unused var/eslint-disable & correct string
2021-04-14 02:20:25 +00:00
TheCatLady
9233fc0785
fix(plex): do not use SSL for local servers ( #1418 )
2021-04-14 08:11:34 +09:00
TheCatLady
d9e314bad2
fix(frontend): autofill with Plex server address ( #1381 )
2021-04-08 02:27:19 +00:00
TheCatLady
e393b53b29
refactor(lang): use global strings where appropriate and remove unused strings ( #1265 )
2021-03-24 21:45:07 +09:00
TheCatLady
cb5ca7acf3
fix(lang): correct strings for library sync button & user import toast ( #1252 )
...
* fix(lang): 'scan plex libraries' should actually be 'sync'
* fix(lang): also fix user import string in case of no imported users
* fix(lang): remove unused 'User Rating' strings
2021-03-21 23:07:17 +00:00
TheCatLady
8ebc829250
fix(lang): correct mismatched language strings ( #1246 )
2021-03-21 19:04:16 +09:00
TheCatLady
380d36119f
fix(ui): display asterisk indicator on required field labels ( #1236 )
2021-03-20 00:56:56 +00:00
TheCatLady
ea1863ac3a
fix(lang): UI string edits, round 2 ( #1202 )
2021-03-18 11:28:44 +09:00
TheCatLady
9ec2c468cb
fix(ui): use appropriate cursor type for readonly input fields ( #1208 )
...
* fix(ui): use appropriate cursor type for readonly input fields
* fix(ui): revert change to API key field
2021-03-18 00:40:15 +00:00
TheCatLady
f49a02449c
fix(ui): add validation to hostname/IP fields ( #1206 )
2021-03-18 00:12:00 +00:00
TheCatLady
1be97fe7fb
refactor(css): add new global classes & card border hover styling ( #1156 )
2021-03-12 11:25:46 +09:00
TheCatLady
e98f2b9605
fix(ui): correct language usage re: "sync" vs. "scan" ( #1079 )
2021-03-06 10:16:56 +09:00
TheCatLady
621db89328
feat(ui): Add 'Page Size' setting for request/user list pages ( #957 )
2021-02-19 01:37:08 +00:00
TheCatLady
ff0b5ed441
fix(api): Use POST instead of GET for API endpoints that mutate state ( #877 )
2021-02-09 10:27:48 +09:00
TheCatLady
c0769d4f8f
fix(lang): Add missing source strings & remove local user sign-in setting tip ( #828 )
2021-02-04 01:13:32 +09:00
TheCatLady
9d0d5b86aa
feat(ui): Add local login setting ( #817 )
2021-02-03 10:16:44 +09:00
TheCatLady
1ccafc0ebd
fix(ui): Restore original port input size ( #814 )
2021-02-02 17:48:38 +09:00
sct
cf7ebc488d
fix(frontend): use consistent spinner style on TitleCard/Plex Presets
2021-02-02 07:50:48 +00:00
TheCatLady
e34fbf72fd
fix(ui): uniform-size checkboxes, vertically-aligned form labels, and fixes for other UI imperfections/inconsistencies ( #737 )
2021-02-02 16:20:05 +09:00
sct
86efcd82c3
fix(frontend): fix server name position on plex settings page
2021-01-27 00:48:09 +00:00
TheCatLady
f05d4a0d0b
fix(ui): Capitalization, punctuation, and grammar inconsistences & errors ( #731 )
2021-01-27 08:34:52 +09:00
Chris Pritchard
82ac76b054
feat: pre-populate server info from plex.tv API ( #563 )
...
Co-authored-by: sct <sctsnipe@gmail.com >
2021-01-25 16:34:21 +09:00
sct
93b57a76f1
fix(frontend): handle currentLibrary possibly being null on first manual sync
2020-12-31 05:05:16 +00:00
Brandon Cohen
12db7a065a
fix(frontend): full season request modal fits on a smaller mobile UI ( #535 )
...
* fix(frontend): full season request modal fits on a smaller mobile UI
* fix(frontend): added responsive variant and removed unnecessary padding
* fix(frontend): added in responsive design
* fix(frontend): applied the same spacing from the discovery page to the requests/users pages
* fix(frontend): revered change to keep tables edge to edge on mobile
2020-12-31 13:57:31 +09:00
sct
0c8a180189
fix: clarify full sync runs every 24 hours
2020-12-23 01:40:46 +09:00
sct
ce0266f74e
fix(frontend): add http/https prefix to hostname fields for plex/radarr/sonarr
...
fixes #357
2020-12-17 01:36:23 +00:00
sct
3ba09d07eb
fix: add support for ssl when connecting to plex
...
fixes #275
2020-12-15 03:22:54 +00:00
sct
8cb05c413a
fix(frontend): convert plex port to a number before posting to the api
2020-12-14 09:13:59 +00:00
sct
fb5c791b0b
feat: upgrade tailwindcss to 2.0.1
2020-11-20 02:03:18 +00:00
Jeff Bentley
366074c12a
[Design/Routes] Welcome Screen / Initial Setup ( #42 )
...
* feat(new component): welcome screen and initial setup component
* feat(frontend): setup with login, settings, radarr/sonarr
* feat(frontend): add login functionality to login step for setup
Co-authored-by: Alexander Zoitos <azoitos1@gmail.com >
2020-11-11 21:03:10 -05:00
sct
c4ac357ef4
feat: radarr edit/create modal/backend functionality
2020-11-02 12:11:28 +00:00
sct
e032e385a5
fix: dont cross import SyncStatus type
2020-10-30 14:48:10 +00:00
sct
1bc3f7be4b
feat(frontend): plex library scan
2020-10-30 14:38:19 +00:00
sct
97e30367fb
fix(frontend): reinitalize plex form after data loads
2020-10-30 11:18:16 +00:00
sct
47714b698c
feat(frontend): plex settings page
2020-10-30 10:49:35 +00:00