frontend/src/views/project
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
..
helpers chore(deps): update dev-dependencies (major) (#3741) 2023-10-20 19:34:11 +00:00
settings chore(editor): cleanup unused options 2023-10-21 19:46:25 +02:00
ListProjects.vue fix: lint 2023-05-24 15:54:37 +02:00
NewProject.vue fix: lint 2023-05-24 15:54:37 +02:00
ProjectGantt.vue fix(gantt): update the gantt view when switching between projects 2023-09-06 13:25:27 +02:00
ProjectInfo.vue chore(editor): remove marked usages 2023-10-22 15:18:39 +02:00
ProjectKanban.vue 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
ProjectList.vue feat(list view): show subtasks nested 2023-09-07 13:43:15 +02:00
ProjectTable.vue feat(assignees): improve avatar list consistency 2023-09-04 13:03:39 +02:00