Deluan
5f685bca30
Hide ❤️ in Playlists
2021-04-05 22:32:25 -04:00
Deluan
37f6ff02cf
Do not disable eslint rule
2021-04-05 22:21:05 -04:00
Ritik Pandey
69ee17402f
Add pagination to playlists ( #969 )
...
* add pagination
* prettier applied
* perPage_bug_fixed
* pagination_component_changed
* getAllSongs function added
* pagination component updated
* catch_error from data provider
* getAllSongsAndDispatch added
* remove ids from action function
2021-04-05 18:21:47 -04:00
Samarjeet
ea65da484b
Make spotify-ish more spotify-ish ( #914 )
...
* [Theme] Allow customising album and player parts
* [Theme] Allow customizing song lists view
* Make spotify-ish more spotify-ish
* Fix responsive issues in spotify-ish
* Spotify-ish login page
* Add back the previous "Spotify-ish" theme as "Green"
Co-authored-by: Deluan <deluan@navidrome.org >
2021-03-31 16:58:47 -04:00
Ritik Pandey
5abc215270
Hide BulkActionsToolbar after removing songs from playlist ( #898 )
2021-03-25 21:40:31 -04:00
Deluan
847531391d
Help dialog with available hotkeys
2021-02-03 19:08:03 -05:00
Deluan
aae66cfcf0
Always show context menu if not in desktop
2020-11-27 23:52:23 -05:00
Deluan
2ffb28fc2d
Replace classnames with clsx
2020-11-27 18:27:32 -05:00
Deluan
e5c7819586
Fix playlists
2020-11-27 13:13:51 -05:00
Deluan
9064697123
Remove stray console.log
2020-11-27 13:13:51 -05:00
Deluan
9d2426a601
Use a better notation for exporting JS components and functions
2020-11-10 19:27:28 -05:00
Deluan
08e63c867b
Add config option to globally enable/disable downloads
2020-11-10 16:14:43 -05:00
Deluan
3fc81638c7
Moved all reducers and actions to their own folders
2020-11-08 13:19:38 -05:00
Deluan
873cea4046
Fix "Something went wrong" error when deleting a playlist
2020-11-05 14:06:21 -05:00
Deluan
2f8dc794de
Add and show Playlists sizes
2020-10-12 22:31:01 -04:00
Deluan
377d8f6b87
Fix continuous loop when showing an album or playlist
2020-09-29 16:29:34 -04:00
Deluan
7305e3aa17
Add "Play Next" action (finally)
2020-09-21 20:10:52 -04:00
Deluan
94fd0a10b5
Fix titles in Playlist create/edit views
2020-09-14 19:56:05 -04:00
Deluan
34af6fc671
Clean up code a bit
2020-09-06 11:54:30 -04:00
Deluan
a25044bdf6
Reorder action buttons
2020-09-06 11:44:15 -04:00
Anders Moberg
8fe335ed97
Adding playlist button to Playlist actions
2020-09-06 11:35:33 -04:00
Deluan
9df405a8ce
Add export as m3u button to playlist
2020-08-22 13:23:50 -04:00
Deluan
8fa5544af7
Add option to download playlist
2020-08-21 13:28:20 -04:00
Deluan
bd1c3d9229
Use outlined Material-UI variant for all inputs
2020-08-17 11:19:39 -04:00
Deluan
41138bd665
Only show auto-import info for auto-imported playlists
2020-07-18 01:03:44 -04:00
Deluan
38c3013ddf
Add auto-import fields to the UI
2020-07-17 22:55:51 -04:00
Deluan
9d23b191b5
Show indicator on current playing song. Fixes #128
2020-06-19 11:32:23 -04:00
Deluan
72b2e756f7
Revert "Show indicator on current playing song. Fixes #128 "
...
This implementation causes performance issues
2020-06-13 16:41:11 -04:00
Deluan
be2afb94ae
Show indicator on current playing song. Fixes #128
2020-06-13 14:04:45 -04:00
Deluan
44c74f42e1
Add clickToPlay functionality to playlists
2020-06-09 08:54:11 -04:00
Deluan
82d437f004
Better defaults to sort orders in List views
2020-06-09 07:46:28 -04:00
Deluan
b636565c62
Disable public toggle if user is not the playlist's owner
2020-06-08 19:19:38 -04:00
Deluan
b4e06c416d
Allow toggling a playlist public from the Playlist list view. Closes #344
2020-06-08 18:39:31 -04:00
Deluan
79cf33281c
Redirect to Playlists list after creating or editing
2020-06-05 11:55:30 -04:00
Deluan
2adb290c34
Do not show a "loading" datagrid for an empty playlist
2020-06-05 11:55:29 -04:00
Deluan
4906b816af
Only allows adding to a writable playlist
2020-06-05 10:26:53 -04:00
Deluan
39afe0c669
Check permissions for playlists
2020-06-05 10:22:31 -04:00
Deluan
4776dba003
Make cursor=move for the whole playlist item row
2020-06-04 19:44:26 -04:00
Deluan
331fa1d952
Add ability to reorder playlist items
2020-06-04 19:05:41 -04:00
Deluan
b597a34cb4
Remove flickering when loading/refreshing Playlist show view
2020-06-04 16:54:30 -04:00
Deluan
35e4eec293
Add album to playlist
2020-05-30 11:17:33 -04:00
Deluan
62290bca77
Remove extra ,
2020-05-28 08:16:31 -04:00
Deluan
7170485d08
Rename property
2020-05-26 17:59:04 -04:00
Deluan
2c68ba3934
only show playlist tracks' context menu on hover
2020-05-26 16:18:28 -04:00
Deluan
f9dae2dd2a
Added individual AddToPlaylistDialogs to each list view
2020-05-25 22:51:31 -04:00
Deluan
6db63e4dfc
Use creatable autocomplete, to select or create a new playlist
2020-05-25 22:51:31 -04:00
Deluan
c13766bbc3
More optimization for small screens
2020-05-23 14:11:39 -04:00
Deluan
0a3e6c66c1
Alwasy show context menu on mobile views
2020-05-22 21:47:48 -04:00
Deluan
52a46e61e0
Remove duplication
2020-05-22 21:31:45 -04:00
Deluan
978e7f2eaa
Only show SongContextMenu on hover
2020-05-22 20:15:58 -04:00