Wykres commitów

8142 Commity (7ff624b51b0a42c7ff844feebbd95328b36fe54c)

Autor SHA1 Wiadomość Data
Flupsi 7ff624b51b fix(front): ensure compatibility with 94% of browsers in the wild #2501 2025-08-04 00:54:35 +02:00
Flupsi 351db1fd5b chore(ci): suppress linter/ts error 2025-08-04 00:53:50 +02:00
Flupsi 57c7f798e9 feat(ui): confirm explicit auto-closing with flashing animation 2025-08-04 00:53:50 +02:00
Flupsi 418034de27 feat(ui): delay auto-closing only if not clicked outside popover #2429 2025-08-04 00:53:50 +02:00
Flupsi 1f2ed52430 fix(ui): auto-close ancestral popover on any single choice #2429 2025-08-04 00:53:50 +02:00
Flupsi a90bd4bf33 feat(ui): delay closing of Popover 2025-08-04 00:53:50 +02:00
Flupsi c6937c31d8 feat(ui): localize all strings in Ui components #2481 2025-08-04 00:52:00 +02:00
Flupsi 546e39c714 docs(front): add milestone references and details for version 2.0.0+ 2025-08-04 00:49:57 +02:00
Flupsi 520da50197 fix(front): also re-fetch when selecting a different default token 2025-08-04 00:49:57 +02:00
Flupsi 251d03d20b chore(front): change query parameter to match request payload 2025-08-04 00:49:57 +02:00
Flupsi 771c13cb31 fix(front): stabilize Loader (#2496) 2025-08-04 00:49:57 +02:00
Flupsi 572c93b73a fix(front): send tokens as fields in `query`; hide key:value tokens from search input 2025-08-04 00:49:57 +02:00
Flupsi 5a7727c99a fix(front): filters and search terms are synchronized in the UI elements 2025-08-04 00:49:57 +02:00
Flupsi 1ebfe462ac fix(ui): make Select 48px high (new default) 2025-08-04 00:49:57 +02:00
Flupsi 450c9aac94 refactor(ui): use Record instead of Array to store options 2025-08-04 00:49:57 +02:00
Flupsi 6d9d97c0de docs(ui): improve `Select` component documentation 2025-08-04 00:49:57 +02:00
Flupsi be9fc41485 fix(ui): allow clicking on icon in `Select` component 2025-08-04 00:49:57 +02:00
Flupsi f89a0e72b8 feat(ui): add `Select' component 2025-08-04 00:49:57 +02:00
Flupsi d8370efae6 docs(ui): tidy up broken links 2025-08-04 00:49:57 +02:00
Flupsi 112d572250 docs(front): add comments to complex composables 2025-08-04 00:49:56 +02:00
Flupsi 5584286ec0 fix(ci): upgrade to node v22 to fix linter 2025-08-04 00:42:38 +02:00
Flupsi 6a31a708de fix(front): create custom option in pills when user has pressed ENTER without matching suggestion 2025-08-04 00:42:38 +02:00
Petitminion 94b5c8a014 Version bump and changelog for 2.0.0-alpha.2 2025-08-04 00:42:38 +02:00
Petitminion c4ac6358bc Version bump and changelog for 2.0.0-alpha.2 2025-08-04 00:42:38 +02:00
Flupsi 6d0bd1d586 refactor(front): lint and fix linter errors 2025-08-04 00:42:38 +02:00
Flupsi 9f34801243 fix(front): for now, all tags persisted on the backend are considered `presets` and can't be edited 2025-08-04 00:42:38 +02:00
Flupsi 6b420058b9 feat(front): make pill controls a little bit more beautiful 2025-08-04 00:42:38 +02:00
Flupsi 3b97f0ba30 fix(front): exclude current pills from suggestions for additional pills 2025-08-04 00:42:38 +02:00
Flupsi 96baa679cc fix(front): When pressing SPACE, COMMA or TAB in a Pill input, use the new custom input, not the closest match, unless it matches exactly 2025-08-04 00:42:38 +02:00
Flupsi cab66532cc fix(front): A11y - indicate pill suggestion that can be confirmed with ENTER (match) #2487 2025-08-04 00:42:38 +02:00
Flupsi b77013913c feat(front): non-matching `Pill` proposals are only shown when the input is shorter than 2 letters 2025-08-04 00:42:38 +02:00
Flupsi 907d54e2db fix(front): A11y - indicate focus on primary elements; enable fake-focus for inputs that can be confirmed with ENTER #2487
Relates to WCAG2.1 criterion 1.4.1 Use of Color, Level A
2025-08-04 00:42:38 +02:00
Flupsi c1ea9b0608 feat(front): use Sørensen–Dice coefficient for calculating tags match 2025-08-04 00:42:38 +02:00
Flupsi 70b2c02a80 fix(front): handle simplified Vue syntax for useRouteQuery transform 2025-08-04 00:42:38 +02:00
Flupsi c0fb204ba2 feat(front): when filtering / searching objects, only show available tags; disallow editing them (presets) 2025-08-04 00:42:38 +02:00
Flupsi 1eb579bbe2 chore(front): hide separator if no `cancel` option given (Pills) 2025-08-04 00:42:38 +02:00
Flupsi 56c04c6249 fix(front): disallow editing tags already stored on the backend (by making them presets) 2025-08-04 00:42:38 +02:00
Flupsi c823a24c09 chore(front): clean up code 2025-08-04 00:42:38 +02:00
Flupsi 2729ea5331 fix(front): do not re-initialize tags (Pills) after adding a tag 2025-08-04 00:42:38 +02:00
Flupsi cec9c8e04d fix(front): apply extraneous props (fallback props) to list of pills 2025-08-04 00:42:38 +02:00
Flupsi 35899ea833 style(front): explicitly set (and override) the cursor on buttons and pills 2025-08-04 00:42:38 +02:00
Flupsi 436c17abca style(front): format implicitly self-closing tags 2025-08-04 00:42:38 +02:00
Flupsi ad3842a86b chore(front): allow ES2022 syntax such as Array.at 2025-08-04 00:42:38 +02:00
Flupsi 622b8ca144 style(front): auto-format with prettier 2025-08-04 00:42:38 +02:00
Flupsi ea6658e62d fix(front): Make Pills 48px high by default (right, that's our default) 2025-08-04 00:42:38 +02:00
Flupsi 2b4380706d feat(front): fit up to 3 tags until wrapping (Pills in Search bar) 2025-08-04 00:42:38 +02:00
Flupsi d30fba0d03 fix(front): show separator in Pills only when necessary 2025-08-04 00:42:38 +02:00
Flupsi 87c0ec8d5e fix(front): Make Pills 44px high by default 2025-08-04 00:42:38 +02:00
Flupsi 6f67f276d3 fix(front): make empty Pill white to indicate it's editable 2025-08-04 00:42:38 +02:00
Flupsi 7373e2ffd8 fix(front): disable VueMacros to fix errors 2025-08-04 00:42:38 +02:00