vikunja/frontend/tests/e2e
Marlon May 5809b510ac
feat(planner): add cross-project calendar planner view
A standalone /planner page to schedule tasks on a week/day time grid.
Frontend-only; no API or DB changes (reuses start/end/due dates and the
v2 tasks endpoint).

- Week + day views with zoomable hour grid and current-time marker
- Drag unscheduled tasks from a sidebar onto time slots; drag to move,
  resize, or send back to unschedule
- All-day row for due-only/all-day tasks; drag in and out of it
- Cross-project: reuses the standard task filter in the sidebar
- View settings (working hours, slot size, default duration, full-week
  vs next-7-days, show done) persisted per device
- Respects user week-start and 12h/24h time format
2026-06-23 08:33:16 +02:00
..
admin test(admin): add e2e tests for admin panel 2026-04-20 18:55:06 +00:00
editor fix(editor): make link prompt a sub-modal — Escape cancels it without closing the task dialog 2026-06-19 20:14:19 +00:00
filters chore: remove redundant truncate calls now that all tables are wiped before each test 2026-04-05 09:48:09 +00:00
misc feat: merge duplicate notifications (#2056) 2026-01-06 17:36:29 +00:00
planner feat(planner): add cross-project calendar planner view 2026-06-23 08:33:16 +02:00
project fix(views): persist list/table sort across sidebar navigation (#2778) 2026-06-19 22:08:06 +02:00
sharing test(e2e): cover link share permission tiers 2026-04-21 10:50:09 +00:00
task test(e2e): cover comment replies end-to-end 2026-05-20 21:02:14 +00:00
time-tracking test(time-tracking): add end-to-end coverage 2026-06-08 13:54:09 +00:00
user fix(auth): preserve desktop authorize URL when not signed in (#2944) 2026-06-19 19:50:47 +02:00
websocket test: add WebSocket e2e tests 2026-04-02 16:30:23 +00:00