vikunja/frontend/src/composables
kolaente 79cd3433f5 refactor(shortcuts): use event.code for raw keyboard handlers
Change e.key to e.code in global keyboard shortcut handlers for
consistency with the new event.code-based shortcut system:
- ProjectList.vue: 'j'/'k'/'Enter' -> 'KeyJ'/'KeyK'/'Enter'
- useGanttBar.ts: 'ArrowLeft'/'ArrowRight' (identical values, for consistency)
- Modal.vue: 'Escape' (identical value, for consistency)
2026-03-03 14:00:25 +01:00
..
useAutoHeightTextarea.ts fix: add newline at end of line (#827) 2025-05-24 13:57:47 +02:00
useBodyClass.ts fix: add newline at end of line (#827) 2025-05-24 13:57:47 +02:00
useColorScheme.ts chore: fix indentation 2025-06-19 10:53:35 +02:00
useCopyToClipboard.ts fix: add newline at end of line (#827) 2025-05-24 13:57:47 +02:00
useDateDisplay.ts feat: add display setting for dates (#1192) 2025-07-30 09:43:37 +02:00
useDaytimeSalutation.ts fix: add newline at end of line (#827) 2025-05-24 13:57:47 +02:00
useGanttBar.ts refactor(shortcuts): use event.code for raw keyboard handlers 2026-03-03 14:00:25 +01:00
useGlobalNow.ts feat: make time reactive (#2627) 2025-01-20 13:28:49 +00:00
useLabelStyles.ts fix(labels): correctly fall back to variable colors when no label color is set (#1124) 2025-07-15 21:15:09 +00:00
useMenuActive.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
useOnline.ts fix: add newline at end of line (#827) 2025-05-24 13:57:47 +02:00
useProjectBackground.ts chore: fix indentation 2025-06-19 10:53:35 +02:00
useRedirectToLastVisited.ts fix: add newline at end of line (#827) 2025-05-24 13:57:47 +02:00
useRenewTokenOnFocus.ts feat: add frontend session management with refresh tokens 2026-02-25 10:30:25 +01:00
useRouteFilters.test.ts feat(frontend): improve route filter generics (#953) 2025-06-16 22:40:09 +02:00
useRouteFilters.ts feat(frontend): improve route filter generics (#953) 2025-06-16 22:40:09 +02:00
useRouteWithModal.ts fix: don't try to switch to project 0 when reloading the page (#1855) 2025-11-26 23:28:05 +01:00
useSidebarResize.ts feat: make sidebar resizable (#1965) 2025-12-12 10:46:46 +00:00
useTaskDetailShortcuts.ts refactor(shortcuts): replace eventToHotkeyString with eventToShortcutString 2026-03-03 14:00:25 +01:00
useTaskDragToProject.ts fix: validate coordinates before elementsFromPoint on Firefox mobile (#1992) 2025-12-16 23:05:42 +00:00
useTaskList.ts fix(filter): ensure filter query param is added to the page correctly (#1471) 2025-09-11 15:24:12 +00:00
useTaskListFiltering.test.ts fix: show cross-project subtasks in List view (#1649) 2025-10-13 18:43:40 +02:00
useTaskListFiltering.ts fix: show cross-project subtasks in List view (#1649) 2025-10-13 18:43:40 +02:00
useTimeFormat.ts feat: add time display with configurable format (12h/24h) to non-relative date formats (#1807) 2025-11-13 08:57:06 +00:00
useTitle.ts fix: add newline at end of line (#827) 2025-05-24 13:57:47 +02:00