1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-07 02:33:39 +02:00
airsonic-ui/test/cljs/airsonic_ui
heyarne 8bf222a6e8
Improvements to currently playing queue (#48)
* First sloppy import of code from heyarne/reagent-movable

* Consistently use "current queue" to avoid confusion

* Update shadow-cljs, re-frame and debux

* Solve styling problem when sorting table rows

* Make sortable component more reusable

* Refactor playlist to use a sorted-map

* Make sure current queue is displayed again

* Fix sorting when converting a shuffled into a linear playlist

* Implement set-current-track

* Implement song-move in playlist

* Add autoprefixer

* Implement drag and drop reordering in current queue

* Fix broken dev sass build

* Bump some dependencies

* Move airsonic-ui.views.icon to bulma.icon

* Implement reusable dropdown in bulma.dropdown

* Immediately render reordered tracks, reimplement actions in album view

* Use new song-table on search result page

* Make song-table more reusable

* Remove current song

* Implement go to source in current queue

* Remove unused song view
2019-03-12 15:22:13 +01:00
..
api Mobile improvements (#42) 2019-01-23 14:09:11 +01:00
audio Improvements to currently playing queue (#48) 2019-03-12 15:22:13 +01:00
components Improvements to currently playing queue (#48) 2019-03-12 15:22:13 +01:00
events_test.cljs Add user role checks, see #14 2018-09-05 12:06:07 +02:00
fixtures.cljs Merge incomplete podcast support 2018-10-08 21:15:56 +02:00
helpers_test.cljs Improvements to currently playing queue (#48) 2019-03-12 15:22:13 +01:00
routes_test.cljs Move navigation to interceptor 2018-08-01 11:39:24 +02:00
subs_test.cljs Merge incomplete podcast support 2018-10-08 21:15:56 +02:00
test_helpers.cljs Improvements to currently playing queue (#48) 2019-03-12 15:22:13 +01:00
test_helpers_test.cljs Start restructuring audio playback, add some tests for audio 2018-08-01 18:36:47 +02:00