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 feat: new image for the unauthenticated views 2023-06-12 21:58:17 +02:00
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 feat: change the link share hash name 2023-06-19 15:28:06 +02:00
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 chore: provide better error messages when refreshing user info fails 2023-07-10 12:20:40 +02:00
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 fix(quick add magic): repeating intervals in words 2023-07-13 18:20:30 +02:00
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 feat(reminders): add proper time picker for relative dates 2023-06-09 13:19:47 +02:00
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 fix: lint 2023-08-24 11:27:31 +02:00
pinia.ts
polyfills.ts
registerServiceWorker.ts
sentry.ts chore(sentry): only load sentry when enabled 2023-06-18 15:01:49 +02:00
sw.ts
urls.ts
version.json