advplyr
2ce0c7ea47
Merge master
2025-03-25 17:29:09 -05:00
advplyr
ec4f275d52
Remove tooltip for re-scan in item modal, add missing translations #4017
2025-03-23 18:09:59 -05:00
mikiher
f88e40ea3e
Fix double slash color modifer typo
2025-03-23 08:57:13 +02:00
mikiher
ca7852171b
Merge branch 'advplyr:master' into tailwind-4-migration
2025-03-20 13:06:04 +02:00
advplyr
7f8de7915c
Update remove playlist translations and use our custom confirm modal
2025-03-16 18:02:16 -05:00
mikiher
30db5d50fb
Tailwind V4 migration initial commit
2025-03-16 16:41:37 +02:00
advplyr
5746e848b0
Fix:Trim whitespace from custom metadata provider name & url #4069
2025-03-02 17:13:27 -06:00
advplyr
68ef0f83e1
Update select all in feed modal to check downloading
2025-02-26 18:00:36 -06:00
advplyr
e4a34b0145
Merge pull request #4041 from nichwall/podcast_queue_no_duplicates
...
Prevent duplicate episodes from being added to queue
2025-02-26 17:58:27 -06:00
advplyr
0ca65d1f79
Show download icon for queued/downloaded episodes in rss feed modal
2025-02-26 17:56:17 -06:00
advplyr
b0045b5b8b
Update browser confirm prompts to use confirm prompt modal instead
2025-02-24 17:44:17 -06:00
advplyr
6a7418ad41
Fix:Edit book cover tab local images overflowing #3986
2025-02-15 17:55:56 -06:00
advplyr
0dd57a8912
Fix using next/prev in edit modals while rich text input is focused #3951
2025-02-08 13:02:27 -06:00
advplyr
0bba709124
Trim whitespace from book/podcast/episode details text inputs #3943
2025-02-06 17:27:33 -06:00
advplyr
00343a953b
Update Collection/Playlist and batch quick match modal bg colors to be consistent with other modals
2025-02-03 17:47:10 -06:00
advplyr
2e13c5bd50
Fix no collections message, ui updates
2025-01-30 17:47:41 -06:00
Nicholas Wallace
5c0cd98cb3
Add: collection and playlist help text to modal
2025-01-29 22:55:34 -07:00
advplyr
51704f41aa
Merge pull request #3892 from glorenzen/feat/adjustable-playback-speed-increment-decrement
...
Add adjustable increment and decrement value for playback rate
2025-01-27 16:51:23 -06:00
advplyr
a4d0f95ecc
Merge pull request #3880 from mikiher/rich-text-book-descriptionss
...
Support rich text book descriptions
2025-01-25 13:42:37 -06:00
Greg Lorenzen
7c4bcfb4f9
Add dropdown to player settings modal to set the playbackRateIncrementDecrement amount
2025-01-25 01:58:13 +00:00
advplyr
598a93d224
Update copy to clipboard buttons to be standardized
2025-01-22 17:56:46 -06:00
mikiher
286185329d
Support rich text book descriptions
2025-01-22 08:53:23 +02:00
advplyr
c3c846f82d
Update rss feed copy to clipboard to show checkmark instead of toast
2025-01-21 17:58:10 -06:00
advplyr
32b886a0c3
Update bookmark modal to scale with playback rate #3728
2025-01-16 17:06:06 -06:00
advplyr
2463c62bbf
Update bookmark modal scrollable with create always visible, make UI consistent, hide create when bookmark already exists
2025-01-16 16:56:56 -06:00
advplyr
7001adb4dd
Add message to schedule library scan tab #3734
2025-01-09 16:25:41 -06:00
advplyr
bea9d6aff4
Update date time input validation, add red border for invalid datetime
2025-01-07 14:08:57 -06:00
Nicholas Wallace
7fd8178dde
Add: datetime check for new episode modal
2025-01-06 20:30:27 -07:00
Nicholas Wallace
db17a5c88b
Change: toast date error to be generic
2025-01-06 20:22:47 -07:00
Nicholas Wallace
2ec84edb5e
Add: episode pubdate validation before saving
2025-01-06 20:00:42 -07:00
advplyr
69d1744496
Update podcasts to new library item model
2025-01-03 16:48:24 -06:00
advplyr
25b7f005c6
Remove unnecessary playlist toasts
2024-12-31 17:15:11 -06:00
advplyr
88a0e75576
Remove collection add/create modal toasts
2024-12-30 17:07:41 -06:00
Greg Lorenzen
4cdc2a8c28
Feat/download via share link ( #3666 )
...
* Adds share download endpoint
* Adds Downloadable toggle to share modal
---------
Co-authored-by: advplyr <advplyr@protonmail.com>
2024-12-29 16:52:57 -06:00
advplyr
7073f17cca
Accessibility update for multi select inputs and edit series modal
2024-12-25 09:40:16 -06:00
advplyr
e1c41e4e58
Accessibility update edit modal tabs
2024-12-25 09:18:18 -06:00
advplyr
5fa263023f
Fix:Quick match not removing empty series/authors #3743
2024-12-22 10:58:22 -06:00
advplyr
c4610e6102
Update:Remove outline for focused modal content
2024-12-13 16:22:32 -06:00
advplyr
eab86f90a8
Accessibility update for config side nav and modal, set focus on modal content on open
2024-12-12 15:16:49 -06:00
mikiher
9b8e059efe
Remove serverAddress from Feeds and FeedEpisodes URLs
2024-12-07 19:27:37 +02:00
advplyr
2ba0f9157d
Update share player to load user settings
2024-11-26 17:03:01 -06:00
advplyr
950993f652
Update:View episode modal includes audio filename and size #3648
2024-11-25 17:26:06 -06:00
Austin Spencer
ecc30b85bc
Allow users to create ereaders ( #3531 )
...
* add create eReader permission toggle
* add english label for create EReader permission
* add ereader table to account with user specific modal
* add createEreader permission
* create api endpoint and logic for updating user eReader devices
* add translated label for createEreader permission
* handle name duplicates and remove helper func
* toast for duplicate name error caught on server
* restrict user ereader updates to devices with sole ownership
* remove label
* fix other devices logic and client socket emitter
* fix for deleting ereaders
* User create ereader endpoint validate accessibility
---------
Co-authored-by: advplyr <advplyr@protonmail.com>
2024-10-26 15:34:34 -05:00
advplyr
91aea4f754
Add:Library settings for mark as finished when time remaining or percent complete #837
2024-10-24 17:19:51 -05:00
advplyr
6ca277a21d
Update:Library settings tab settings in 2 columns and cleanup
2024-10-23 17:11:41 -05:00
Nicholas W
9327331ee9
Localization updates for 2.15.0 ( #3520 )
...
* Add: episode edit dropdowns
* Update: lazy episode table and row
* Various string updates
* Batch quick match strings
* Author card strings
* Update translation key for quick match episodes confirm
---------
Co-authored-by: advplyr <advplyr@protonmail.com>
2024-10-17 17:03:08 -05:00
mikiher
42616b59de
Cleanup: remove explicit localhost:3333 and remove unnessesary if(dev) blocks
2024-10-14 13:30:17 +03:00
advplyr
df6afc957f
Add localization for notification descriptions
2024-10-12 15:22:21 -05:00
Nicholas Wallace
29db5f1990
Update: tools strings
2024-10-10 21:21:15 -07:00
advplyr
562c30cff4
Replace failed to update toasts with one generic string
2024-09-29 17:53:52 -05:00