vikunja/frontend/src
kolaente d390ccab27
fix(tests): unskip and fix Playwright E2E tests (#1973)
- Re-enable 16 previously skipped Playwright E2E tests that now pass
- Fix test setup issues that were causing flakiness

## Changes
- **task/task.spec.ts** (8 tests): kanban navigation, description
editing, assignees, labels, due dates
- **task/overview.spec.ts** (4 tests): task ordering, due date handling
- **user/settings.spec.ts** (2 tests): avatar upload, name update
- **user/login.spec.ts** (2 tests): bad password error, redirect after
login

## Key fixes
- Kanban view tests now properly create `TaskBucket` entries so tasks
appear in the kanban board
- Avatar upload test uses the API directly to avoid `canvas.toBlob()`
issues in headless browser environments
- Login redirect test no longer uses the shared `login()` helper that
expected redirect to `/`
2025-12-12 16:20:22 +00:00
..
assets feat: add subsets for all supported languages 2025-08-17 23:11:30 +02:00
components feat: make sidebar resizable (#1965) 2025-12-12 10:46:46 +00:00
composables feat: make sidebar resizable (#1965) 2025-12-12 10:46:46 +00:00
constants feat: add time display with configurable format (12h/24h) to non-relative date formats (#1807) 2025-11-13 08:57:06 +00:00
directives fix(tests): unskip and fix Playwright E2E tests (#1973) 2025-12-12 16:20:22 +00:00
helpers fix(editor): make url bar appear at the correct position when scrolling (#1963) 2025-12-10 20:40:53 +00:00
i18n chore(i18n): update translations via Crowdin 2025-12-12 00:59:39 +00:00
indexes chore: fix indentation 2025-06-19 10:53:35 +02:00
message fix: add newline at end of line (#827) 2025-05-24 13:57:47 +02:00
modelSchema/common chore: fix indentation 2025-06-19 10:53:35 +02:00
modelTypes feat: make sidebar resizable (#1965) 2025-12-12 10:46:46 +00:00
models feat: make sidebar resizable (#1965) 2025-12-12 10:46:46 +00:00
modules fix(date parsing): 12pm/12am edge case 2025-10-08 18:35:11 +02:00
router fix(user): race condition during email confirmation (#1575) 2025-09-30 20:14:25 +02:00
services feat: task unread tracking (#1857) 2025-11-27 15:14:42 +01:00
stores feat: make sidebar resizable (#1965) 2025-12-12 10:46:46 +00:00
styles fix: mobile device minimum width (#1337) 2025-09-01 22:49:42 +02:00
types fix: add newline at end of line (#827) 2025-05-24 13:57:47 +02:00
views fix(tests): unskip and fix Playwright E2E tests (#1973) 2025-12-12 16:20:22 +00:00
App.vue fix: default language in App.vue types 2025-11-22 17:23:03 +01:00
histoire.setup.ts chore: fix indentation 2025-06-19 10:53:35 +02:00
main.ts feat: allow setting dark custom logo 2025-11-12 21:07:01 +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 fix: migrate Sentry integration to SDK v8 API (#1769) 2025-11-07 15:20:57 +00:00
sw.ts fix: correct comments 2025-07-02 17:46:21 +02: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