Kasper Seweryn
ff386f83f2
fix: move queue above sidebar
...
Fixes b00e92c4ec (note_50584)
2023-05-18 18:49:17 +00:00
tobifroe
fe01521c72
fix(2054): add queue item title max width for mobile
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2372 >
2023-05-05 22:16:32 +00:00
tobifroe
78fa52e103
fix(2054): player/queue-dropdown mobile layout widths
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2372 >
2023-05-05 22:16:32 +00:00
Kasper Seweryn
6c4e4cb5f6
fix(pre-commit): fix linting
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2346 >
2023-03-26 12:08:08 +00:00
Kasper Seweryn
47b3bfd2c0
fix: resolve progressbar issues
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2346 >
2023-03-26 12:08:08 +00:00
Kasper Seweryn
9cc58d16c8
fix: make progress bars work again
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2346 >
2023-03-26 12:08:08 +00:00
Kasper Seweryn
8d353a27a9
fix : #2052
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2346 >
2023-03-26 12:08:07 +00:00
Kasper Seweryn
77e920672d
feat: optimize CPU and memory usage
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2346 >
2023-03-26 12:08:07 +00:00
AMoonRabbit
c1e30c1785
Corrected typos in vars.css for card text colour.
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2340 >
2023-01-26 13:26:35 +00:00
wvffle
315e5ef766
Responsivity and accessibility fixes
2022-11-04 13:20:22 +00:00
wvffle
ed9cb97ba6
Add option for fullscreen covers
2022-11-04 13:20:22 +00:00
wvffle
8306eaaff6
Add buttons to the cover art
2022-11-04 13:20:22 +00:00
wvffle
5eff89920a
Add MilkDrop
2022-11-04 13:20:22 +00:00
wvffle
c828e106b0
Add radio support
2022-10-30 19:17:55 +01:00
wvffle
ccb905b004
Migrate queue component
2022-10-30 19:17:54 +01:00
Marcos Peña
875a6ba2df
Merge branch 'stable' into develop
2022-09-12 11:37:18 +02:00
wvffle
8aa073b976
Add player seek progress bar
2022-09-06 09:26:36 +00:00
wvffle
bf67676010
Fix scrollToIndex
2022-09-06 09:26:36 +00:00
wvffle
fa68ff76d8
Fix scrollToIndex
2022-09-06 09:26:36 +00:00
wvffle
f470e0649e
Better fav button in queue item
2022-09-06 09:26:36 +00:00
wvffle
3436c5b985
Add margin to fav button
2022-09-06 09:26:36 +00:00
wvffle
096ee92408
Use nicer colors
2022-09-06 09:26:36 +00:00
wvffle
c87bf7e6b8
Queue component enhancements
...
This commit provides following queue component enhancements:
- Use a virtual list to render queue items. We now render ~25-30 items at once compared to `queue.length` items. (Fix #1471 )
- Faster queue opening and a smoother open animation. (Fix #1471 )
- Faster song enqueueing: When enqueueing a playlist or an album, we modify the state only once compared to `tracks.length` modifications before.
- When opening the queue, current track is now already pre-scrolled and centered. This resolves an issue with big queues, where the track list was slowly scrolling to a random position.
- Dragging a track onto the edge of the track list will now scroll the container. You reorder a track from the very top to the very bottom even when you have 3000 tracks in the queue!
- Ability to use scroll wheel while reordering track items
- Track reordering on mobile devices! Currently dragging to edge is disabled
- Responsivity fixes
- Allow click outside modal (Fix #1581 )
2022-09-06 09:26:36 +00:00
wvffle
53d9015e17
Fix #1796 , Potentially fix #1471
2022-09-06 09:26:36 +00:00
wvffle
db167ad80b
Fix rounded corners in progress bars
2022-09-06 09:26:36 +00:00
wvffle
fae4788000
Even smoother progress animations
2022-09-06 09:26:36 +00:00
wvffle
9d7327a45f
Fix jitter in firefox
2022-09-06 09:26:36 +00:00
wvffle
34610670c6
Fix #1381
2022-09-06 09:26:36 +00:00
Mathias Koehler
19da87d061
Fix player cover image overlaping with queue
2022-07-28 05:09:25 +00:00
Georg Krause
0abf71095c
Revert progress bar changes, see #1381
2021-10-21 10:24:14 +02:00
Georg Krause
9bef230499
Update track progress bars with css transitions
2021-09-27 04:56:45 +00:00
Agate
dcd8e94101
Fixed controls overflowing because of too large image in queue mode
2020-08-31 17:16:48 +02:00
Agate
cd422832dd
New theming system
2020-05-15 14:12:36 +02:00