Commit Graph

113 Commits

Author SHA1 Message Date
upsiflu 167e663661 refactor(ui): use similar props in Header as in Section; use visual style props from Heading component 2025-03-23 21:34:38 +01:00
upsiflu 779cdbd66d refactor(ui): add icon, slot, and action button/link props to Section 2025-03-23 21:27:55 +01:00
upsiflu 7902c43702 fix(front): use `start` and `end` for text alignments 2025-03-22 17:18:41 +01:00
upsiflu ef67b38018 fix(front): autofocus follows the stacking order of elements 2025-03-22 17:18:03 +01:00
upsiflu 3044a88dbc fix(ui): use `start` and `end` for text alignments to respect writing direction
https://csslayout.news/whats-the-difference-between-the-alignment-values-of-start-flex-start-and-self-start/
2025-03-22 15:16:15 +01:00
upsiflu f2763a6586 fix(ui): label is inline with neighboring labels (toggle component) 2025-03-22 15:03:40 +01:00
upsiflu c42f08babe feat(ui): add collapse (Accordion) feature to Section component 2025-03-22 12:37:01 +01:00
jon r 02dbb7990d docs(ui): lint layout pages 2025-03-19 12:55:52 +01:00
upsiflu d0f42437ae feat(ui): Pills list done 💊💊 2025-03-12 20:22:08 +01:00
upsiflu 9b02f1840e feat(ui): [WIP] Pills list 2025-03-12 20:22:08 +01:00
upsiflu 713c2fe34f feat(ui): [WIP] implement Pills (Multi-pill widget) 2025-03-12 20:22:08 +01:00
upsiflu 3ffa784027 feat(ui): users can change pill content with presets and custom labels 2025-03-12 20:22:08 +01:00
upsiflu 0101d6cf1e fix(ui): regression in submenu functionality; layout of low-height input 2025-03-12 20:22:08 +01:00
upsiflu 2cd00db402 docs(ui-docs): document simplified popover v-model 2025-02-24 15:51:11 +01:00
jon r 841bad228d fix(docs): replace Ui with UI 2025-02-22 22:42:35 +01:00
jon r 7f075bdfc6 fix(pre-commit/prettier): configure formatter and apply 2025-02-22 17:19:57 +01:00
upsiflu 19206d696e docs(ui-docs): [WIP] #2390 test pills regressions 2025-02-21 11:44:41 +01:00
upsiflu a3e94d677a fix(front): layout for section in explore page 2025-02-21 11:44:30 +01:00
upsiflu e09d0a20fa feat(ui): if a link toggles a query flag, then the "active" colors reflect whether any query is currently set 2025-02-18 13:35:54 +01:00
upsiflu 0caee2181d refactor(ui): [WIP] tabs with links are activated when name matches in Url 2025-02-11 10:08:33 +01:00
upsiflu 6f88540aa7 feat(ui): add `icon` prop to modal and enable custom title bar 2025-02-10 20:19:56 +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
upsiflu acae8e5f7d fix(ui): minor Modal component fixes 2025-02-06 18:58:39 +01:00
upsiflu 0fe648ca6d docs(ui-docs): document `gap-x` prop (Layout); document `@click` (Button) 2025-02-06 18:58:39 +01:00
upsiflu 5f4bc5f175 feat(ui): add `cancel` prop to Modal; auto-focus previously focused element on close; add topleft slot 2025-02-06 18:58:39 +01:00
upsiflu e16d0a6130 fix(ui): improve Heading component 2025-02-06 18:58:39 +01:00
upsiflu abf29eeffe refactor(ui): allow routerLink/routerView in tabs, enabling browser navigation 2025-02-04 15:06:48 +01:00
upsiflu 0b4d5b3acd refactor(ui): improve slider style 2025-02-04 14:54:09 +01:00
upsiflu 337373ff75 refactor(ui): add Slider component 2025-02-03 23:09:32 +01:00
upsiflu 61e6b3fa0f refactor(ui): improve textarea component 2025-02-02 20:49:52 +01:00
upsiflu 6e69a74b75 refactor(ui): add color and `reset` props to Input component 2025-02-02 20:49:51 +01:00
upsiflu ee480eaf43 refactor(ui): button only submits form if onClick is undefined 2025-02-02 20:49:51 +01:00
upsiflu 3f0b9dde32 refactor(ui): user can add pills to list, and delete custom pills 2025-01-30 23:27:05 +01:00
upsiflu e5371cddaf refactor(ui): user can edit pill content 2025-01-30 23:25:24 +01:00
upsiflu 10140959d3 refactor(ui): enable interactive elements inside linked card 2025-01-29 11:14:57 +01:00
upsiflu d7f3891b7f refactor(ui): card component can pass props to its alert component 2025-01-29 10:32:35 +01:00
upsiflu a54a80fd02 refactor(ui): [WIP] allow user to add, edit and remove custom pills 2025-01-29 09:53:55 +01:00
upsiflu a7f67654e8 docs(ui-docs): document `v` and `h` props in Spacer 2025-01-27 10:06:16 +01:00
ArneBo dc3c141225 fix(ui-docs): Add toggle code example 2025-01-23 23:00:05 +01:00
ArneBo 090de717ad fix(ui-docs): Correct code example 2025-01-22 13:24:12 +01: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
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
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