This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src/composables
kolaente 75262b716f
All checks were successful
continuous-integration/drone/push Build is passing
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
useBodyClass.ts
useColorScheme.ts
useCopyToClipboard.ts
useDaytimeSalutation.ts
useMenuActive.ts
useOnline.ts
useRedirectToLastVisited.ts
useRenewTokenOnFocus.ts
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