vikunja/frontend/src
kolaente 8ff4696786 fix(frontend): restore quick actions menu styling and height limit
The quick actions menu (cmd+k) rendered without any background and grew
beyond the viewport:

- Its card visuals came from the global Bulma .card styles, which were
  dropped when Card.vue got its own scoped copy — QuickActions is the
  only place using a bare class="card" div, so it lost background,
  border and shadow. Give it its own card styles.
- Its height limit came from Bulma's .modal-content max-height, lost
  when the Bulma modal import was dropped in the native-dialog refactor.
  The :deep(.modal-content) position override in QuickActions never
  matched (.modal-content is an ancestor of the scoped selector, not a
  descendant). Replace both with a proper `top` modal variant that
  anchors the content 3rem below the top edge and caps its height,
  resolving the FIXME asking for exactly that option.
- The dark scrim never showed: Chromium intermittently stops painting a
  styled ::backdrop (after subtree re-renders, or while display is
  transitioned) even though getComputedStyle reports the color. Move
  the scrim onto the viewport-filling dialog element itself — same as
  the old div-based .modal-mask — and drop the display/allow-discrete
  transitions, which the JS-timed close fade never needed.
2026-06-12 07:26:17 +00:00
..
assets feat: add subsets for all supported languages 2025-08-17 23:11:30 +02:00
components fix(frontend): restore quick actions menu styling and height limit 2026-06-12 07:26:17 +00:00
composables feat(settings): add quickAddDefaultReminders field to frontend settings 2026-04-11 21:51:41 +00:00
constants refactor(config): add PRO_FEATURE constants for licensed features 2026-06-08 13:54:09 +00:00
directives fix(tooltip): show tooltips in top layer when inside modal dialog 2026-05-18 18:09:38 +00:00
helpers fix(time-tracking): cap smart-fill start at now so the range is never inverted 2026-06-10 11:47:47 +02:00
i18n chore(i18n): update translations via Crowdin 2026-06-12 00:35:31 +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(time-tracking): configure the smart-fill start time in settings 2026-06-08 13:54:09 +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(time-tracking): add the time-tracking view 2026-06-08 13:54:09 +00:00
services feat(time-tracking): add the v2 time-entry service 2026-06-08 13:54:09 +00:00
stores feat(time-tracking): add the time-tracking store 2026-06-08 13:54:09 +00:00
styles fix(frontend): fix buttons alignments in rtl direction 2026-06-11 19:45:57 +00:00
types feat(frontend): add configurable quick entry shortcut setting 2026-04-01 21:38:38 +00:00
views fix(frontend): fix buttons alignments in rtl direction 2026-06-11 19:45:57 +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 fix: respect allow_icon_changes config on web and desktop 2026-06-01 09:40:37 +00: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