vikunja/frontend/src
kolaente d196af0503 fix: remove debounce from color picker to prevent stale color on save
The color picker had a 500ms debounce before propagating the selected
color to the parent component. Since all usages save via an explicit
button click (not automatically), the debounce only caused a race
condition where the model value could be stale when the user clicked
Save within 500ms of picking a color.

Closes go-vikunja/vikunja#2312
2026-03-10 23:26:24 +01:00
..
assets feat: add subsets for all supported languages 2025-08-17 23:11:30 +02:00
components fix: remove debounce from color picker to prevent stale color on save 2026-03-10 23:26:24 +01:00
composables refactor(shortcuts): use event.code for raw keyboard handlers 2026-03-03 14:00:25 +01:00
constants refactor: extract auth route names into shared constant 2026-02-06 10:58:50 +01:00
directives refactor(shortcuts): update directive to use new shortcut module 2026-03-03 14:00:25 +01:00
helpers feat: surface API validation errors to registration form fields (#1902) 2026-03-03 14:27:24 +01:00
i18n chore(i18n): update translations via Crowdin 2026-03-10 01:08:39 +00:00
indexes chore: fix indentation 2025-06-19 10:53:35 +02:00
message feat: merge duplicate notifications (#2056) 2026-01-06 17:36:29 +00:00
modelSchema/common chore: fix indentation 2025-06-19 10:53:35 +02:00
modelTypes feat: add user-level webhooks settings page 2026-03-08 19:45:53 +01:00
models feat: add user-level webhooks settings page 2026-03-08 19:45:53 +01:00
modules fix: iterate past rejected middle matches in matchDateAtBoundary() 2026-02-06 10:57:50 +01:00
router feat: add user-level webhooks settings page 2026-03-08 19:45:53 +01:00
services feat: add user-level webhooks settings page 2026-03-08 19:45:53 +01:00
stores feat: add user-level webhooks settings page 2026-03-08 19:45:53 +01:00
styles feat(frontend): upgrade Tailwind CSS from v3 to v4 2026-03-03 11:46:18 +01:00
types chore(tests): remove Cypress, use Playwright exclusively (#1976) 2025-12-12 20:07:18 +00:00
views feat: add user-level webhooks settings page 2026-03-08 19:45:53 +01:00
App.vue feat(frontend): upgrade Tailwind CSS from v3 to v4 2026-03-03 11:46:18 +01:00
histoire.setup.ts feat(frontend): upgrade Tailwind CSS from v3 to v4 2026-03-03 11:46:18 +01:00
main.ts feat: use offical vite plugin for sentry (#873) 2026-03-03 12:30:49 +01:00
pinia.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
registerServiceWorker.ts fix: lint issues 2024-10-29 09:57:53 +00:00
sentry.ts feat: use offical vite plugin for sentry (#873) 2026-03-03 12:30:49 +01:00
sw.ts fix: prevent browser from caching API responses 2026-02-24 10:37:49 +01:00
urls.ts feat: add utm tag to powered by link 2024-09-23 12:07:06 +02:00
version.json chore: add missing eof newlines (#969) 2025-06-17 09:11:32 +00:00