upsiflu
|
5d503d0361
|
fix(ui): Only render <span> in Button if not icon only
|
2025-01-17 10:45:23 +02:00 |
ArneBo
|
75d52faedc
|
feat(front): label prop for CopyInput
|
2025-01-16 17:09:18 +01:00 |
ArneBo
|
6ee0d81976
|
fix(front): use card template sections on library card
|
2025-01-16 17:03:24 +01:00 |
ArneBo
|
f4607e0d02
|
fix(ui): removed unused imports
|
2025-01-16 17:01:13 +01:00 |
ArneBo
|
d51830526c
|
fix(front): Use new split playbutton in artistcards and show default covers, related to #2384
|
2025-01-16 16:31:18 +01:00 |
ArneBo
|
d18c1462a6
|
fix(front): Use new split playbutton in albumcards and show default covers, related to #2384
|
2025-01-16 15:58:04 +01:00 |
ArneBo
|
c6854d8ceb
|
feat(ui): Split playbutton can be seperate dropdown only using optionsbutton
|
2025-01-16 13:55:10 +01:00 |
ArneBo
|
9ba8f1d5e2
|
fix(style): Correct split playbutton display
|
2025-01-16 11:02:09 +01:00 |
upsiflu
|
3f3c06e28f
|
docs(ui-docs): how to change the value of an input
|
2025-01-16 11:11:01 +02:00 |
upsiflu
|
d4e1991427
|
refactor(ui): card component has topright action slot
|
2025-01-16 11:10:17 +02:00 |
upsiflu
|
4da49c0bd6
|
doc(ui-docs): remove docs-only boilerplate code
|
2025-01-16 10:31:31 +02:00 |
upsiflu
|
68885b46b3
|
fix(component): re-enable fallback attrs such as 'disabled' for split button
|
2025-01-16 10:30:42 +02:00 |
ArneBo
|
322c5bf5c6
|
fix(front): change hover colors for light-theme, to be different from background
|
2025-01-15 16:29:35 +01:00 |
ArneBo
|
9f7b7612c7
|
fix(front): authorize page
|
2025-01-15 16:28:24 +01:00 |
ArneBo
|
bd4093e6bc
|
fix(front): small fixes
|
2025-01-15 16:28:04 +01:00 |
ArneBo
|
a84868e1df
|
fix(ui): artist and album detail and edit pages
|
2025-01-15 16:18:31 +01:00 |
ArneBo
|
0bdb026cf1
|
fix(ui) icon in options button with empty span gets moved to the side
|
2025-01-15 11:09:01 +01:00 |
ArneBo
|
c443593619
|
feat(ui): Splittable playbutton with consistent popover
|
2025-01-15 11:00:46 +01:00 |
ArneBo
|
b20456e427
|
fix(ui-docs): imports and code examples
|
2025-01-15 10:35:43 +01:00 |
ArneBo
|
6a55becd82
|
fix(front) show album cards
|
2025-01-10 12:28:23 +01:00 |
ArneBo
|
4e5ecab82e
|
fix(front) remove unused imports
|
2025-01-10 12:27:28 +01:00 |
ArneBo
|
c4e509bc7c
|
fix(front): dir reorder regression
|
2025-01-10 12:01:43 +01:00 |
upsiflu
|
77aa35c9fd
|
feat(front): [WIP] re-activate Audio player (untested)
|
2025-01-10 12:00:50 +01:00 |
Petitminion
|
a6eb68bdbc
|
fix:add new migrations
|
2025-01-10 11:18:40 +01:00 |
Petitminion
|
b09969c71f
|
fix:clean django migration
|
2025-01-10 11:16:29 +01:00 |
upsiflu
|
372329c13d
|
chore(ui-docs): minor additions
|
2025-01-10 01:22:17 +01:00 |
upsiflu
|
fff04844f9
|
fix(ui): use small buttons in pagination footer
|
2025-01-10 01:21:05 +01:00 |
upsiflu
|
1ecd8af59f
|
refactor(ui): use terser type syntax
|
2025-01-10 01:13:56 +01:00 |
upsiflu
|
9539e1af79
|
feat(ui-docs): offer quick import snippet for each component
|
2025-01-10 01:13:17 +01:00 |
upsiflu
|
59387fb3ea
|
fix(ui): cards without content have no empty space
|
2025-01-10 01:04:39 +01:00 |
upsiflu
|
78a5179087
|
refactor(ui-docs): establish navigation subsection; apply more funkwhale colors
|
2025-01-10 01:03:40 +01:00 |
upsiflu
|
c5be51e779
|
refactor(ui): add heading component for visual consistency and maintainability
|
2025-01-10 01:01:34 +01:00 |
upsiflu
|
7e19fd23f0
|
refactor(ui): move all Ui components into the same directory level
|
2025-01-10 00:46:57 +01:00 |
upsiflu
|
fce2709b9f
|
fix(ui): regression in `Layout grid`
|
2025-01-09 15:14:21 +01:00 |
upsiflu
|
304cf2e90f
|
docs(ui-docs): display funkwhale colors everywhere
|
2025-01-09 15:02:36 +01:00 |
upsiflu
|
2244d4d88a
|
refactor(colors): better contrasts
|
2025-01-09 15:01:26 +01:00 |
upsiflu
|
4b97b88f8d
|
refactor(ui): tags in card component have 4px gap
|
2025-01-09 15:00:59 +01:00 |
upsiflu
|
af239917bc
|
fix(front): regressions after rebase on `develop`
|
2025-01-09 01:15:31 +01:00 |
upsiflu
|
d122f7cdf4
|
fix(typo)
|
2025-01-08 21:38:46 +01:00 |
ArneBo
|
11dcd8db19
|
fix(front): [WIP] Radios page
|
2025-01-08 21:38:46 +01:00 |
upsiflu
|
72649a48e3
|
refactor(ui): additional size props for button, input and link
|
2025-01-08 21:38:46 +01:00 |
upsiflu
|
952d81bfaa
|
chore(ui-docs): update color prop for button component in docs
|
2025-01-08 21:38:46 +01:00 |
upsiflu
|
5efa7f2ab8
|
fix(ui): correct placement of #after content (popup menu)
|
2025-01-08 21:38:46 +01:00 |
upsiflu
|
09fbd822c3
|
fix(style): visible aria-pressed color (default on raised surface)
|
2025-01-08 21:38:46 +01:00 |
upsiflu
|
16c88c7f6f
|
chore(config): fix error in tsconfig by removing long-deprecated $ref macro
|
2025-01-08 21:38:46 +01:00 |
upsiflu
|
48b43d457b
|
chore(config): enable ts language server for .md files
|
2025-01-08 21:38:46 +01:00 |
upsiflu
|
0cfac50669
|
chore(ui-docs): document `aria-pressed` and toggle-switch vs. toggle-button
|
2025-01-08 21:38:46 +01:00 |
upsiflu
|
3817eb8800
|
refactor(front): profile page with section as header
|
2025-01-08 21:38:46 +01:00 |
upsiflu
|
adf3bffc9b
|
refactor(ui): layout section header without subdivision ('no-items') for use case with only full-width items
|
2025-01-08 21:37:54 +01:00 |
upsiflu
|
f39b3353a3
|
fix(ui): Components have no padding on their own. All spacing/gaps need to be added by container
|
2025-01-08 21:37:54 +01:00 |