vikunja/frontend/src/stores
Claude d9a5958bb8 feat: always enable bot users
Removes the `service.enablebotusers` config flag, the matching
`bot_users_enabled` field on /info, and the now-unused
`ErrBotUsersDisabled` error. Bot user routes and the frontend
settings tab are now always available.

https://claude.ai/code/session_01VhAR6xnoCdG1fpX52bzaCC
2026-05-04 10:38:53 +00:00
..
auth.ts feat(auth): plumb totp passcode through openIdAuth action 2026-04-09 17:25:47 +00:00
base.ts fix(ui): make code element background dark-mode aware and harden config store 2026-04-20 18:55:06 +00:00
config.test.ts feat(frontend): expose isAdmin on current user and add config feature check 2026-04-20 18:55:06 +00:00
config.ts feat: always enable bot users 2026-05-04 10:38:53 +00:00
helper.ts fix: add newline at end of line (#827) 2025-05-24 13:57:47 +02:00
kanban.test.ts test(kanban): cover moveTaskToBucket 2026-04-14 11:32:14 +00:00
kanban.ts refactor(frontend): replace for...in usages and forbid via lint rule 2026-04-15 11:44:47 +00:00
labels.test.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
labels.ts feat: remove flexsearch dependency and replace with simple string filtering (#2542) 2026-04-04 21:41:25 +02:00
projects.test.ts feat: remove flexsearch dependency and replace with simple string filtering (#2542) 2026-04-04 21:41:25 +02:00
projects.ts feat: remove flexsearch dependency and replace with simple string filtering (#2542) 2026-04-04 21:41:25 +02:00
tasks.test.ts feat(tasks): apply default reminders to quick-add tasks with due date 2026-04-11 21:51:41 +00:00
tasks.ts feat(tasks): apply default reminders to quick-add tasks with due date 2026-04-11 21:51:41 +00:00
viewFilters.test.ts feat(frontend): preserve Gantt date range when switching views (#2141) 2026-01-24 13:12:35 +01:00
viewFilters.ts feat(frontend): preserve Gantt date range when switching views (#2141) 2026-01-24 13:12:35 +01:00