Commit Graph

8323 Commits

Author SHA1 Message Date
ArneBo 090de717ad fix(ui-docs): Correct code example 2025-01-22 13:24:12 +01:00
ArneBo 1a2118fdcf fix(front): make profile (channel) image styles global 2025-01-21 21:27:37 +01:00
ArneBo c57b47bdd3 chore(front): Update track detail views with new components 2025-01-21 21:21:15 +01:00
ArneBo 1f0ebb3367 feat(ui): refactor activity component to be used flexibly in different views 2025-01-21 21:14:10 +01:00
ArneBo 81bb01b60b feat(front): vinyl icon instead of image as a default fallback in album card 2025-01-21 19:38:13 +01:00
ArneBo 5b11a558c0 fix(front): proper loader on albums page 2025-01-21 19:35:09 +01:00
ArneBo 2c8dd38a09 feat(front): split playbutton on albumbase 2025-01-21 19:32:11 +01:00
ArneBo e726c8cb77 fix(ui): Split Playbutton 2025-01-21 19:25:18 +01:00
upsiflu 864347d882 chore(ui): remove console.log 2025-01-20 19:18:08 +02:00
upsiflu 8eeeb3f8f8 fix(ui): set header spacing according to designs (24px/68px) 2025-01-20 19:17:28 +02:00
upsiflu d20744bb70 docs(ui-docs): add code example and explain responsive behavior 2025-01-20 19:08:12 +02:00
upsiflu 541eca9c90 feat(ui): implement page header component 2025-01-20 19:02:06 +02:00
upsiflu 6daf2952ec docs(ui-docs) 2025-01-20 19:02:06 +02:00
upsiflu 83023aaeb1 feat(ui): simplify Heading and Section components 2025-01-20 19:02:06 +02:00
upsiflu f15f675a91 fix(ui): regression. Re-enable `disabled` state on buttons (with boolean) 2025-01-20 19:02:06 +02:00
upsiflu 2202d8431f fix(ui): regression (gap between text and icon on buttons) 2025-01-20 19:02:06 +02:00
ArneBo b7ea9c4ff0 style(front): Red top border for dangerous modals 2025-01-20 17:41:31 +01:00
ArneBo ba14007b12 fix(ui): Show icon when PopoverItem is RouterLink 2025-01-20 17:40:18 +01:00
ArneBo fc10fca736 fix(front): Correct fallback cover images for activity list in user profile 2025-01-20 14:02:41 +01:00
ArneBo 9af9dc4a3f fix(pre-commit) 2025-01-20 14:00:50 +01:00
ArneBo e52f0a8230 feat(ui): Popover icon prop 2025-01-20 13:59:40 +01:00
ArneBo d4dfac84a2 feat(ui): destructive modals 2025-01-20 13:55:00 +01:00
ArneBo 9f69cfd9b5 feat(ui): destructive modals 2025-01-20 13:53:56 +01:00
ArneBo a8b2368676 feat(ui): ghost option buttons 2025-01-19 17:21:10 +01:00
ArneBo e920babef6 fix(front): actor label centered 2025-01-19 17:19:06 +01:00
ArneBo 4022f6a620 feat(front): Userprofile listening activity 2025-01-19 14:09:38 +01:00
ArneBo fca4f3b77f fix(front): Albums empty alert icon 2025-01-19 14:08:50 +01:00
ArneBo 68c5546ca1 fix(style): Card shadows 2025-01-19 14:08:13 +01:00
ArneBo 374e0c3313 fix(ui): tabs display 2025-01-18 19:17:59 +01:00
ArneBo 040b9df215 refactor(front): [WIP] implement new layout for Album base page 2025-01-18 01:27:07 +01:00
ArneBo aac44f930e fix(style): consistent input colors 2025-01-18 00:34:46 +01:00
ArneBo ac9eaa4e5f feat(ui): playbutton discrete is icon only round 2025-01-17 18:57:28 +01:00
ArneBo 440527c078 feat(front): username initials as fallback for profile image and usermenu icon 2025-01-17 18:53:43 +01:00
ArneBo 37710a9ccb feat(ui): Non discrete, no-split button only option for playbutton 2025-01-17 13:02:49 +01:00
ArneBo be492901dc refactor(front): [WIP] implement new layout for Album base page 2025-01-17 13:01:59 +01:00
upsiflu 4b167437c0 refactor(front): [WIP] implement new layout for Album base page 2025-01-17 12:18:34 +02:00
ArneBo 37c86f66bc fix(front): Trackdetail page top buttons 2025-01-17 09:54:25 +01:00
ArneBo d599b13ba5 fix(front): bootstrap icon for track favourite 2025-01-17 09:54:25 +01:00
upsiflu 908ad0c335 fix(front): prop expects string, not number 2025-01-17 10:45:23 +02:00
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