frontend/src/composables
kolaente 75262b716f
fix(kanban): opening a task from the kanban board and then reloading the page should not crash everything when then navigating back
Before this fix, the following would not work:

1. Open the kanban view of a project
2. Click on a task to open it in a modal
3. Reload the page
4. Using your browser's back button, navigate back

Instead of showing the kanban board with the task modal closed, it would
navigate to `/projects/0/kanban` and crash.
2023-11-15 23:43:39 +01:00
..
useAutoHeightTextarea.ts feat: add-task usability improvements (#2767) 2023-01-04 15:54:09 +00:00
useBodyClass.ts fix(ready): remove class form fragment 2022-01-04 21:15:02 +01:00
useColorScheme.ts fix(user): lint 2023-06-12 16:22:15 +02:00
useCopyToClipboard.ts feat: add fallback for useCopyToClipboard (#2343) 2022-09-13 12:56:29 +00:00
useDaytimeSalutation.ts fix: use onActivated 2023-03-24 23:30:26 +00:00
useMenuActive.ts fix: collapse menu on mobile when path changes 2023-03-07 15:56:09 +00:00
useOnline.ts feat: add vite-plugin sentry 2023-06-18 14:33:21 +02:00
useRedirectToLastVisited.ts fix: follow the happy path 2023-06-19 15:28:06 +02:00
useRenewTokenOnFocus.ts feat: fix calculation of token invalidation (#3077) 2023-02-09 21:45:18 +00:00
useRouteFilters.ts chore(deps): update dev-dependencies (major) (#3741) 2023-10-20 19:34:11 +00:00
useRouteWithModal.ts fix(kanban): opening a task from the kanban board and then reloading the page should not crash everything when then navigating back 2023-11-15 23:43:39 +01:00
useTaskList.ts fix(tasks): reset page number when applying filters 2023-09-06 10:50:52 +02:00
useTitle.ts chore: formatting 2023-04-14 21:53:04 +00:00