upsiflu
|
0101d6cf1e
|
fix(ui): regression in submenu functionality; layout of low-height input
|
2025-03-12 20:22:08 +01:00 |
upsiflu
|
8bb0adf700
|
chore(format): [WIP] run eslint and fix most stylistic/formatting errors
|
2025-02-24 15:17:18 +01:00 |
jon r
|
ff4c2e4b3d
|
Merge branch 'feat/2091-improve-visuals' into HEAD
|
2025-02-24 02:49:10 +01:00 |
upsiflu
|
7df1cdfeee
|
fix(front): disable keyboard shortcuts while contenteditable element is focused
|
2025-02-24 01:28:12 +01:00 |
jon r
|
8b2a5e54ce
|
chore(eslint): apply automatic fixes to format front/src
|
2025-02-22 22:00:32 +01:00 |
ArneBo
|
0ea55814a8
|
fix(front): #2401 set high quality as default
|
2025-02-21 12:16:35 +01:00 |
ArneBo
|
8ac7503654
|
fix(front): replace artist.attachment_cover with cover
|
2025-02-21 12:16:35 +01:00 |
ArneBo
|
6ab9d7c8ac
|
feat(front): closes #2401 mobile lockscreen media support
|
2025-02-21 10:16:00 +01:00 |
ArneBo
|
af58e94e73
|
fix(front): make all available fields available for editform (rebased on develop)
|
2025-02-20 15:02:40 +01:00 |
ArneBo
|
eff34e0a2a
|
fix(ui): differentiate between full and grow widths
|
2025-02-17 11:26:37 +01:00 |
ArneBo
|
7c094c83a2
|
refactor(front): change artist cover to correct type
|
2025-02-14 02:32:35 +01:00 |
ArneBo
|
e0b24e10ee
|
refactor(front): Albums in channels
|
2025-02-13 10:59:19 +01:00 |
ArneBo
|
6a75aef93f
|
refactor(ui): alignment props for alerts and buttons
|
2025-02-12 10:49:04 +01:00 |
upsiflu
|
e17d88b5e1
|
refactor(ui): re-implement table with rows as a simple responsive grid component
|
2025-02-08 15:22:28 +01:00 |
ArneBo
|
f4a391fe09
|
fix(front): dont close dropdowns when triggering the player from popover
|
2025-02-06 19:06:41 +01:00 |
upsiflu
|
81731df2ef
|
chore(ui): clean up colors; add indicator for autofocused interactive elements
|
2025-02-06 18:58:39 +01:00 |
upsiflu
|
32093949c7
|
fix(form): editing form for library objects
|
2025-02-02 20:49:52 +01:00 |
upsiflu
|
af239917bc
|
fix(front): regressions after rebase on `develop`
|
2025-01-09 01:15:31 +01:00 |
upsiflu
|
72649a48e3
|
refactor(ui): additional size props for button, input and link
|
2025-01-08 21:38:46 +01:00 |
upsiflu
|
6e5c9bad76
|
feat(ui): iconWidth
|
2025-01-08 21:34:40 +01:00 |
upsiflu
|
e450303f83
|
feat(ui): if a component receives conflicting props, the explicit precedence list decides which prop wins
|
2025-01-08 21:34:40 +01:00 |
upsiflu
|
860f12512c
|
feat(ui): [WIP] Layout section component
|
2025-01-08 21:34:40 +01:00 |
upsiflu
|
4a62f05d1e
|
fix(regression): button width CSS definition
|
2025-01-08 21:34:40 +01:00 |
upsiflu
|
e9a79dfaf8
|
feat(ui): implement autofocus prop on input and link
|
2025-01-08 21:34:39 +01:00 |
upsiflu
|
8240856630
|
refactor(ui): factor out alignment (like width and color)
|
2025-01-08 21:34:39 +01:00 |
ArneBo
|
fdaba924a1
|
fix(ui): [WIP] Link button width
|
2025-01-08 21:34:39 +01:00 |
upsiflu
|
2ebda850c7
|
feat(ui): allow custom width (via composable props)
|
2025-01-08 21:34:38 +01:00 |
upsiflu
|
89d032950d
|
fix(style): fine-tune values
|
2025-01-08 21:34:37 +01:00 |
upsiflu
|
4069d2ba71
|
refactor(ui): composable widths; default colors and widths; consistent props;
|
2025-01-08 21:34:37 +01:00 |
upsiflu
|
eb1344442d
|
chore(ui-docs): improve color documentation and clean up colors.ts
|
2025-01-08 21:34:03 +01:00 |
upsiflu
|
e583c51a54
|
feat(ui): color (see "using color" in dev:ui-docs)
|
2025-01-08 21:34:03 +01:00 |
upsiflu
|
0e045bda11
|
chore(ui): make imports consistent; modernize `useProps` and `useModel`
WIP: #2355
|
2025-01-08 21:28:55 +01:00 |
upsiflu
|
744c4b8691
|
feat(ui-docs): implement dev:docs, build:docs and serve:docs (vitepress)
NOTE: type:module added to front/package.json. TODO: Check if app still builds
|
2025-01-08 21:28:55 +01:00 |
petitminion
|
3b5de1a32d
|
Supporting multi-artist per tracks/albums (#1568)
|
2024-08-29 14:11:35 +00:00 |
Kasper Seweryn
|
f3a7394461
|
test: test if tauri env is recognized correctly
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2701>
|
2024-02-21 15:06:29 +01:00 |
wvffle
|
7957661573
|
style: fix linting errors
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2757>
|
2024-02-20 16:39:18 +00:00 |
wvffle
|
243f2a57e3
|
test: add track cache tests and mock test server
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2757>
|
2024-02-20 14:39:55 +00:00 |
wvffle
|
670b522675
|
refactor: adjust code for lru-cache v10
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2757>
|
2024-02-20 14:31:55 +00:00 |
Kasper Seweryn
|
096a435d56
|
fix(lint): fix linting error
|
2023-09-21 12:24:48 +02:00 |
Kasper Seweryn
|
51f37afb72
|
fix(front): enable custom logger in tests
|
2023-09-21 12:20:38 +02:00 |
Kasper Seweryn
|
46e84f8f9a
|
fix(front): fix logger on webkit/blink
|
2023-09-21 12:20:33 +02:00 |
Georg Krause
|
ec8dc8e09f
|
Merge branch stable into develop
|
2023-09-01 14:24:58 +02:00 |
Kasper Seweryn
|
05f79c9489
|
fix(playback): remove disposed sound instance from cache
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2469>
|
2023-06-13 08:15:58 +00:00 |
Kasper Seweryn
|
719c3171f8
|
feat(front): lint test directory
|
2023-05-08 12:25:24 +02:00 |
Kasper Seweryn
|
a8b7e07a86
|
fix(queue): batch queue splice invocations when reordering items to avoid currentIndex being dumped down due to clamping
|
2023-05-08 12:25:24 +02:00 |
Kasper Seweryn
|
fe769b2321
|
feat(buffer-progress): use 3d translation
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2346>
|
2023-03-26 12:08:08 +00:00 |
Kasper Seweryn
|
dbc85d988e
|
fix: fix typo
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2346>
|
2023-03-26 12:08:08 +00:00 |
Kasper Seweryn
|
de74ccb220
|
fix(player): ensure that current track lives despite enqueueing 3 tracks as 'next track'
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2346>
|
2023-03-26 12:08:08 +00:00 |
Kasper Seweryn
|
babd65e698
|
fix(radio): pausing when current song ended and new song data hasn't been fetched yet
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2346>
|
2023-03-26 12:08:08 +00:00 |
Kasper Seweryn
|
f961e3ff8c
|
fix: remove debug line
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2346>
|
2023-03-26 12:08:08 +00:00 |