vikunja/frontend/src
kolaente 3d594db725 fix(frontend): scope checkbox hit-area pseudo to the task row
The pseudo-element that extends the checkbox hit target also covered
label text content, which broke Playwright actionability checks for
clicks on text inside wider FancyCheckbox labels (e.g. the "Show
Archived" toggle on the projects list page).

Move the rule out of BaseCheckbox and into SingleTaskInProject's deep
override, where the label slot is already hidden via display: none, so
no neighboring content can be intercepted.
2026-05-05 15:42:10 +00:00
..
assets feat: add subsets for all supported languages 2025-08-17 23:11:30 +02:00
components fix(frontend): scope checkbox hit-area pseudo to the task row 2026-05-05 15:42:10 +00:00
composables feat(settings): add quickAddDefaultReminders field to frontend settings 2026-04-11 21:51:41 +00:00
constants refactor: extract auth route names into shared constant 2026-02-06 10:58:50 +01:00
directives fix(frontend): use import.meta.env.MODE instead of DEV for testid directive 2026-04-24 11:24:34 +02:00
helpers fix(frontend): respect week_start setting when language is not explicitly set 2026-04-24 11:24:34 +02:00
i18n chore(i18n): update translations via Crowdin 2026-05-05 01:57:03 +00: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(frontend): add bot settings page and services 2026-05-01 14:44:10 +00:00
models feat(frontend): add bot settings page and services 2026-05-01 14:44:10 +00:00
modules refactor(frontend): replace for...in usages and forbid via lint rule 2026-04-15 11:44:47 +00:00
router feat(frontend): add bot settings page and services 2026-05-01 14:44:10 +00:00
services feat(frontend): add bot settings page and services 2026-05-01 14:44:10 +00:00
stores feat: always enable bot users 2026-05-04 10:38:53 +00:00
styles feat(a11y): add skip navigation link and main landmark on auth pages 2026-04-21 11:44:36 +00:00
types feat(frontend): add configurable quick entry shortcut setting 2026-04-01 21:38:38 +00:00
views feat: always enable bot users 2026-05-04 10:38:53 +00:00
App.vue feat(a11y): add skip navigation link and main landmark on auth pages 2026-04-21 11:44:36 +00: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(frontend): Make sw.ts respect to frontend base URL 2026-04-20 14:28:23 +00: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