upsiflu
77aa35c9fd
feat(front): [WIP] re-activate Audio player (untested)
2025-01-10 12:00:50 +01:00
upsiflu
af239917bc
fix(front): regressions after rebase on `develop`
2025-01-09 01:15:31 +01:00
upsiflu
a64bfa5f20
fix(style): implement all necessary central color definitions for the Sidebar links and buttons
2025-01-08 21:34:34 +01:00
upsiflu
1740fa7c11
feat(ui): enable and style shortcuts modal
2025-01-08 21:34:34 +01:00
upsiflu
bddbb813dc
fix(front): remove LegacyLayout from App.vue because it created errors in Chrome
2025-01-08 21:34:04 +01:00
upsiflu
f3ee0b9f77
feat(ui): [WIP] activate UIv2 (new designs, new routes)
2025-01-08 21:34:01 +01:00
upsiflu
a0acb15492
chore(cleanup): remove unused imports and functions
2025-01-08 21:31:39 +01:00
upsiflu
4daa3a03af
fix(front): add missing imports
2025-01-08 21:28:52 +01:00
Kasper Seweryn
4f545cee39
feat: create router for UI v2
2025-01-08 21:23:01 +01:00
Kasper Seweryn
3d7ccf8313
feat: add sidebar
2025-01-08 21:22:34 +01:00
Kasper Seweryn
88c93dea90
feat: add upload logic
2025-01-08 21:20:04 +01:00
petitminion
d1287a36a5
Import/export playlist in xspf ( #836 ).
2024-12-05 11:31:41 +00:00
petitminion
3b5de1a32d
Supporting multi-artist per tracks/albums ( #1568 )
2024-08-29 14:11:35 +00:00
Kasper Seweryn
318aa196fa
style: fix linting
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2701 >
2024-02-21 14:46:10 +01:00
Kasper Seweryn
5647a1072d
feat: add tauri
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2701 >
2024-02-21 14:45:38 +01:00
Kasper Seweryn
f5200eecea
style: fix linting
2023-09-21 12:57:30 +02:00
Kasper Seweryn
185a61ecdd
fix(front): fix initialization error on dev setup
2023-09-21 12:44:15 +02:00
Georg krause
b0d6a0407a
Merge branch 'pre-release/1.3.0' into develop
2023-03-24 18:17:44 +01:00
jo
7d96baa3cd
feat(front): split large bundles into chunks
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2349 >
2023-01-31 18:09:17 +00:00
Kasper Seweryn
c793799161
feat(ui): respect custom css
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2338 >
2023-01-26 20:31:22 +00:00
Ciarán Ainsworth
db9986e7b9
Add all missing strings
2022-11-28 10:16:58 +00:00
wvffle
9f36c4b3a8
Cleanup old queue and player logic
2022-10-30 19:17:55 +01:00
wvffle
e7da8b5f43
Resolve some TODOs
2022-09-06 09:26:36 +00:00
wvffle
ee975e5854
Add error handler in all unhandled places
2022-09-06 09:26:36 +00:00
wvffle
ad41d90a45
Check if user is authenticated when a page is created
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
4c02478470
Fetch all user info on startup
2022-09-06 09:26:36 +00:00
wvffle
0251789f82
Fix a bunch of typescript errors
2022-09-06 09:26:36 +00:00
wvffle
57692dcf6a
Fix queue and player bugs
2022-09-06 09:26:36 +00:00
wvffle
54a33cd14e
Fix audio playback
2022-09-06 09:26:36 +00:00
wvffle
cec34d49fa
Rewrite player component to script setup
2022-09-06 09:26:36 +00:00
Kasper Seweryn
0b53ec5b1c
Add store types and fix other type errors
2022-09-06 09:26:36 +00:00
Kasper Seweryn
3ddae65c36
Fix view refreshing when hiding queue
2022-09-06 09:26:36 +00:00
Kasper Seweryn
f1724fb5ea
Fix double #app id
2022-09-06 09:26:36 +00:00
Kasper Seweryn
3915716dd6
Fix modals
2022-09-06 09:26:36 +00:00
Kasper Seweryn
8cc73ed73e
Fix queue scroll
2022-09-06 09:26:36 +00:00
Kasper Seweryn
b3022c26b6
Add onKeyboardShortcut composable
...
Fixes #1726
2022-09-06 09:26:36 +00:00
Kasper Seweryn
74ca3b1725
Migrate to vuex@4 and vue-router@4
2022-09-06 09:26:36 +00:00
Kasper Seweryn
7c5d259c2b
Add vue 3 and compat
2022-09-06 09:26:36 +00:00
Kasper Seweryn
f3ccfcbe48
Add PWA support
2022-09-06 09:26:36 +00:00
Kasper Seweryn
f61fafec2a
Remove '@/'
2022-09-06 09:26:36 +00:00
Kasper Seweryn
b33af58147
Wait for all modules to load
2022-09-06 09:26:36 +00:00
Kasper Seweryn
4d14f0448f
Fix linter problems
2022-09-06 09:26:36 +00:00
Kasper Seweryn
2b40707f4f
Cleanup a lot of stuff
...
I've replaced `lodash` with `lodash-es`, so it can be tree-shaken
`~/modules` is a directory with application modules that run before app is mounted. Useful for configuration, web socket connection, and other stuff
`~/composables` is a directory with our custom composables. Much like `~/utils` but each util is in its own file
2022-09-06 09:26:36 +00:00
Kasper Seweryn
f21c860985
Replace django-channels with `useWebSocket` from `@vueuse/core` ( !1759 )
2022-04-16 08:56:26 +00:00
Kasper Seweryn
4ce7386128
Fix env variables
2022-02-21 23:23:13 +01:00
Kasper Seweryn
80ed06db04
Remove @/lodash.js
...
Vite handles tree shaking out of the box, so cherry picking modules is
now pointless
2022-02-21 22:49:02 +01:00
Georg Krause
d92d75f822
Fix linting of App.vue
2022-02-21 19:54:04 +01:00
Georg Krause
e76ab66084
Start fixing lint errors in App.vue
2022-02-21 18:00:45 +01:00