vikunja/frontend/src/composables
kolaente 6e5b31f1e0
Some checks failed
continuous-integration/drone/push Build is failing
fix(filters): always persist filter or search in query path and load it correctly into filter query input when loading the page
Previously, when using the filter query as a search input, it would load the search as requested but the filter query parameter in the url would be empty, which meant the search would not be loaded correctly when reloading (or otherwise newly accessing) the page. We're now persisting the filter and search in the task loading logic, to make sure they are always populated correctly.
2024-04-13 23:34:25 +02:00
..
useAutoHeightTextarea.ts fix(filters): lint 2024-03-09 20:08:17 +01:00
useBodyClass.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
useColorScheme.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
useCopyToClipboard.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
useDaytimeSalutation.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
useMenuActive.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
useOnline.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
useRedirectToLastVisited.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
useRenewTokenOnFocus.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
useRouteFilters.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
useRouteWithModal.ts fix(views): move to new project view when moving tasks 2024-03-19 00:47:49 +01:00
useTaskList.ts fix(filters): always persist filter or search in query path and load it correctly into filter query input when loading the page 2024-04-13 23:34:25 +02:00
useTitle.ts chore: move frontend files 2024-02-07 14:56:56 +01:00