vikunja/frontend/tests
kolaente ff01f8e859
feat(api-tokens): support title and scopes query parameters (#2143)
This allows external integrations to link directly to the API token creation page with pre-selected title and permission scopes. URLs can now use `?title=Name&scopes=group:perm,group:perm` format to pre-populate the form.

Example URL:
```
/user/settings/api-tokens?title=My%20Integration&scopes=tasks:create,tasks:delete,projects:read_all
```
2026-01-24 18:08:23 +00:00
..
e2e feat(api-tokens): support title and scopes query parameters (#2143) 2026-01-24 18:08:23 +00:00
factories feat(tasks): move tasks between projects with drag and drop (#1945) 2025-12-10 18:59:38 +00:00
fixtures feat: migrate cypress e2e tests to playwright (#1739) 2025-11-27 16:34:48 +01:00
support feat: make sidebar resizable (#1965) 2025-12-12 10:46:46 +00:00