TheCatLady
d48a7ba518
fix: allow basic HTTP auth in hostname validation ( #2307 )
2021-11-29 21:27:02 +09:00
Danshil Kokil Mungur
739f667b54
feat(servarr): auto fill base url when testing service if missing ( #1995 )
...
* feat(servarr): auto fill base url when testing service if missing
This will fill the base URL of the *arr service only if it's missing and the base URL hasn't been
provided beforehand
* fix(servarr): replace redundant check
* fix(servarr): suggested changes
2021-10-16 15:27:03 +00: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
Jakob Ankarhem
4fd452dd18
feat(inputs): add support for toggling security on input fields ( #1404 )
2021-05-03 21:59:52 +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
1a311d211d
fix(ui): change 'Disable Auto-Search' checkbox to 'Enable Automatic Search' ( #1476 )
...
* fix(ui): change 'Disable Auto-Search' checkbox to 'Enable Automatic Search'
* docs: update *arr setting documentation to reflect changes
* fix: apply form-input class
2021-04-21 09:21:25 +09:00
TheCatLady
8fc71bea08
refactor(icons): install and use @heroicons/react ( #1438 )
2021-04-17 18:07:23 +09:00
TheCatLady
b4450a308c
fix: various fixes for new tags feature ( #1369 )
...
* fix(backend): fix movie override tags check
* fix(lang): fix 'no tags' and 'anime tags' strings
* fix(logging): correct capitalization of Radarr/Sonarr
* fix(ui): consistently disable tag select / display loading placeholder
2021-04-06 07:56:21 +09:00
sct
a306ebc2d1
feat: radarr/sonarr tag support ( #1366 )
2021-04-05 21:16:55 +09:00
TheCatLady
e393b53b29
refactor(lang): use global strings where appropriate and remove unused strings ( #1265 )
2021-03-24 21:45:07 +09:00
TheCatLady
380d36119f
fix(ui): display asterisk indicator on required field labels ( #1236 )
2021-03-20 00:56:56 +00:00
sct
0974a4c971
fix(ui): do not check isValid on Sonarr/Radarr modals for the test button
2021-03-19 07:33:15 +00:00
TheCatLady
ea1863ac3a
fix(lang): UI string edits, round 2 ( #1202 )
2021-03-18 11:28:44 +09: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
Danshil Mungur
eefcbcd3dd
fix(ui): show translated string on sonarr sucesss/failure toast messages ( #1035 )
2021-02-28 03:42:01 +00:00
TheCatLady
621db89328
feat(ui): Add 'Page Size' setting for request/user list pages ( #957 )
2021-02-19 01:37:08 +00:00
TheCatLady
7e906e2d46
refactor(css): Apply global CSS classes ( #874 )
2021-02-09 23:57:19 +09:00
Danshil Mungur
ee5076146e
fix(ui): fixed anime language profile typo ( #879 )
...
Co-authored-by: sct <ryan@sct.dev >
2021-02-08 19:52:30 +09:00
Jakob Ankarhem
53f6f59798
feat(requests): add language profile support ( #860 )
2021-02-08 00:33:18 +09:00
TheCatLady
3f9bfeb01a
fix(ui): Add additional URL & email input validation ( #843 )
2021-02-05 10:12:51 +09:00
sct
026795d4c9
fix(ui): validate application url and service external urls
2021-02-04 13:22:56 +00:00
TheCatLady
f54df214af
fix(lang): Edit English language strings ( #820 )
2021-02-03 16:46:46 +09:00
TheCatLady
1ccafc0ebd
fix(ui): Restore original port input size ( #814 )
2021-02-02 17:48:38 +09: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
ec5fb83678
feat: Radarr & Sonarr Sync ( #734 )
2021-01-27 23:52:37 +09:00
TheCatLady
f05d4a0d0b
fix(ui): Capitalization, punctuation, and grammar inconsistences & errors ( #731 )
2021-01-27 08:34:52 +09:00
sct
860d71ed69
fix(frontend): clarify which fields are required in radarr/sonarr modals
...
closes #575
2021-01-18 02:40:03 +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
0972f40a4e
feat: anime profile support ( #384 )
...
closes #266
2020-12-18 14:32:40 +09:00
sct
fc12ab84d9
fix(frontend): clarify that radarr/sonnarr servers must be tested before profiles/folders appear
...
Also blocks "Add Server" or "Save" button until all required fields are entered
fixes #326 and #328
2020-12-17 03:28:49 +00: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
b5988f9a5f
fix(frontend): add validation for Radarr/Sonarr server name
2020-12-15 03:30:13 +00:00
sct
7bf924f7e9
fix(frontend): also convert activeProfileId to a number for radarr/sonarr submissions
2020-12-14 07:17:32 +00:00
sct
c53dc3b15d
fix(frontend): also convert ports to numbers when saving radarr/sonarr servers
2020-12-14 07:02:29 +00:00
sct
92c9001c9d
fix(frontend): new radarr/sonarr ports will be converted to a number before posting
2020-12-14 06:37:34 +00:00
sct
79a352b7b3
build(deps): update dependencies and update relevant files
2020-12-08 04:14:18 +00:00
sct
cd6d8a8216
feat(frontend): add french language file
...
also expanded translation coverage (still lots to do!)
2020-11-27 05:11:45 +00:00