frontend/src
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
..
assets
components 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
composables 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
constants
directives fix(deps): update dependency @github/hotkey to v2.1.0 (#3766) 2023-10-11 09:01:48 +00:00
helpers fix(editor): check for empty content 2023-11-03 12:22:38 +01:00
i18n [skip ci] Updated translations via Crowdin 2023-11-14 00:13:32 +00:00
indexes
message
modelSchema/common
modelTypes chore(deps): update dev-dependencies (major) (#3741) 2023-10-20 19:34:11 +00:00
models fix(task): correctly build task identifier 2023-10-20 16:52:03 +02:00
modules
router 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
services feat(notifications): add option to mark all as read 2023-10-20 16:52:03 +02:00
stores fix(editor): don't use global shortcut when anything is focused 2023-10-22 12:48:31 +02:00
styles fix(task): make sure the modal close button is not overlapped with the title field (#3256) 2023-10-22 17:40:50 +00:00
types
views 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
App.vue feat: add demo mode warning message 2023-09-01 18:09:19 +02:00
histoire.setup.ts
main.ts
pinia.ts
polyfills.ts
registerServiceWorker.ts
sentry.ts
sw.ts
urls.ts
version.json