Commit Graph

2056 Commits

Author SHA1 Message Date
2fc20638fa Assets accept name in URL so we can load simple playlists (eg Tidal) that don't respond to playlists.lookup 2021-05-29 12:04:41 +12:00
6bec2a8ede Inverting genius icon for dark mode 2021-05-27 20:22:36 +12:00
8848677498 Resetting everything, then restoringg essentials, fixes #734; Buildout ago 2021-05-16 20:16:55 +12:00
8ff8fff234 Hotkeys to functional component; Security updates; Tests raudit (needs overhaul) 2021-05-15 21:02:43 +12:00
71a22ea85b Quote-wrapping prevents value insertion issues 2021-05-15 12:37:51 +12:00
14600279ff Drag-and-drop support for adding to new playlist, #723 2021-05-11 20:17:28 +12:00
4f681091ab Lyrics auto-update on track change, fixes #714. Some tracks still refuse, but most work now. Refactor to functional component 2021-05-10 21:07:08 +12:00
7869633fbd Create playlist and add tracks in one action, fixes #723 2021-05-09 21:05:14 +12:00
2868307857 Services icons (ie Genius) when svg 2021-05-09 20:14:38 +12:00
87180f81f9 Reset form resets state directly, fixes #736 2021-05-09 20:14:13 +12:00
178ef4defe Adding new playlist to library, fixes #733 2021-05-09 12:50:05 +12:00
a26611261d Upgrading other playlist views to use playlist providers selector 2021-05-05 21:20:00 +12:00
e186e51730 Clearing defunct icons; Tidal icon; Playlist image fetching (where backend supports it) 2021-05-02 20:50:08 +12:00
c5c818b36f Subdirectories now route to artist/album/playlist if backend type provided 2021-04-29 21:01:15 +12:00
74aa6e471a Merge pull request #737 from ineentho/fix/refresh-playlist-cache
Fix bug with refreshing playlists where only the first page would be refreshed
2021-04-29 19:34:16 +12:00
1923b0244a Also refresh subsequent pages when force-refreshing a playlist
Previously, only the first page would be refreshed and all songs after
the first 100 would be served stale from the cache.
2021-04-29 02:13:38 +02:00
c426aa522a Grid item source icon; Patching request URI back into response avoids never-loading playlists; URI now in Mopidy loadKey to properly show loader 2021-04-28 21:12:28 +12:00
d181856f43 Discover URI encoding/decoding, now iris:discover:ENCODED,ENCODED 2021-04-23 22:03:54 +12:00
f41646b4da Active state for sidebar pinned playlists 2021-04-23 22:03:31 +12:00
1e2a61eb51 Protecting against empty array 2021-04-23 13:37:52 +12:00
6615239f8c Discover URI needs re-encoding 2021-04-23 06:37:03 +12:00
faf5f53692 Dynamic library sources working; Need to expand and test other providers 2021-04-22 21:16:21 +12:00
c1493f1a3c Passing explicit type to link, should fix #735 2021-04-22 21:05:53 +12:00
a2d70c0329 View-defined library URIs, so we can have multiple library uris via Mopidy; Adding Jellyfin to docker; #716 2021-04-17 22:08:59 +12:00
244ae6e5d8 Merging sanitize-html for artist bios 2021-04-14 20:43:18 +12:00
0889a00799 Merge branch 'master' of https://github.com/kerkenit/Iris into kerkenit-master 2021-04-14 20:25:40 +12:00
69583494ea Loading follow status correctly; unfollow removes from library but not state, effectively fixing #678 2021-04-12 21:29:43 +12:00
dd4fe089d6 uriType as prop, allowing explicit casting, fixes #681 and #731 2021-04-12 21:13:45 +12:00
992c656864 Follow button to functional component 2021-04-12 21:12:54 +12:00
9c903a3fe9 Context keep open if changing context, prevents blink and then closure of next context menu 2021-04-05 19:50:55 +12:00
be5d932bd4 Adding context rule for directory, fixes #726 2021-04-05 19:40:33 +12:00
aa153e5be6 Buildout 3.57.4 2021-04-04 14:58:26 +12:00
dc8278c460 Adding snapcast-group hotkeys; Notification shortcut titles 2021-04-04 14:58:06 +12:00
1bb2cd4130 Final instances of encodeURIComponent replacements; Snapcast hotkeys documentation 2021-04-04 11:52:24 +12:00
7b0e79c915 Line break, fixes Safari sidebar, fixes #604 2021-04-03 10:10:53 +13:00
86f63b89b4 Fixing Discover Categories; Upgrading hotkeys to slicker plugin, adding Snapcast volume hotkeys 2021-03-30 21:27:18 +13:00
875f64b616 Merge pull request #632 from orontee/translated_bios
Translated bios
2021-03-28 17:27:39 +13:00
a72758bbac Merging #555 and componentifying checkboxes 2021-03-28 12:55:57 +13:00
0289ed94a9 Adding support for ES 2021-03-28 10:57:29 +13:00
37bee34db6 Merge pull request #710 from jmvaras2/master
Create es.yaml
2021-03-28 10:55:58 +13:00
9a05c9edf2 LinkBuilder for context menu 2021-03-28 10:55:26 +13:00
20ea63b7e9 String to binary to base64 for all URIs, will fix #708 and certainly #711 2021-03-26 20:53:04 +13:00
8db87e39a6 Grid not being passed correct link builder, fixes #718 2021-03-24 20:58:27 +13:00
1ce85499f9 Eslint autofix 2021-03-23 21:21:00 +13:00
7dd6e80315 Upgrading to SnapStream 0.2.0 (and adding tsx loading) 2021-03-23 21:04:08 +13:00
9a4cb4d86d Ignoring Snapcast stream from Sentry 2021-03-23 21:03:15 +13:00
7dae276a8f .replace vs .replaceAll; On ya unit tests (need more of these) 2021-03-23 20:33:34 +13:00
bdaba7c65f Buildout 3.57.1 (URI encoding, #708 and #711) 2021-03-23 20:29:31 +13:00
e6dac74c82 Re-encoding accented characters, fixes #711 2021-03-21 20:00:56 +13:00
03fdaa3d0a Buildout for 3.57 2021-03-18 20:59:36 +13:00