vikunja/frontend/src
kolaente da66eb7314
fix(filters): do not match partial labels
This change fixes a bug where an input query like "labels in test || labels in l" would be replaced with something like "undefinedabels in test || labels in l" or "3abels in test || labels in l" when there was a label starting with "l" - when it should not have touched that.
The matching was changed so that only exact label matches are taken into account when searching for labels.

Now, the above string would be replaced by "labels in 1 || labels in l" (when the label "test" has the id 1).

Maybe resolves https://community.vikunja.io/t/filtering-by-label-ux-issues/2393/8
2024-06-19 17:28:16 +02:00
..
assets fix(logo): add width and height to pride logo svg 2024-06-06 16:26:56 +02:00
components fix(filters): do not match partial labels 2024-06-19 17:28:16 +02:00
composables fix: useTitle types (#2369) 2024-06-11 20:36:47 +00:00
constants feat: improve types (#2368) 2024-06-12 10:04:26 +00:00
directives chore: move frontend files 2024-02-07 14:56:56 +01:00
helpers fix(filters): do not match partial labels 2024-06-19 17:28:16 +02:00
i18n fix(i18n): remove duplicate key 2024-06-18 16:40:44 +02:00
indexes chore: move frontend files 2024-02-07 14:56:56 +01:00
message chore: move frontend files 2024-02-07 14:56:56 +01:00
modelSchema/common chore: move frontend files 2024-02-07 14:56:56 +01:00
modelTypes fix(kanban): remove leftovers of kanban_position property 2024-06-06 16:22:51 +02:00
models feat: improve types (#2368) 2024-06-12 10:04:26 +00:00
modules fix(quick add magic): assume today when no date was specified with time 2024-06-06 21:44:29 +02:00
router fix(migration): put "Import from other services" in settings 2024-06-18 15:19:56 +02:00
services fix(vue): toValue instead of unref 2024-06-10 13:53:13 +00:00
stores feat(views): allow reordering views 2024-06-18 16:39:52 +02:00
styles feat(components): align component name casing SingleTaskInProject 2024-06-17 13:50:15 +02:00
types feat(components): align component name casing Modal 2024-06-17 13:41:35 +02:00
views feat: camelcase global components 2024-06-19 14:02:14 +00:00
App.vue feat: eslint enforce vue/component-name-in-template-casing 2024-06-17 21:01:36 +00:00
histoire.setup.ts feat(components): align component name casing Modal 2024-06-17 13:41:35 +02:00
main.ts feat(components): align component name casing Modal 2024-06-17 13:41:35 +02:00
pinia.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
registerServiceWorker.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
sentry.ts fix(sentry): do not send api errors to sentry 2024-03-13 19:31:43 +01:00
sw.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
urls.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
version.json chore: move frontend files 2024-02-07 14:56:56 +01:00