frontend/src/components
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
..
base feat(editor): move all editor related components into one folder 2023-10-21 11:15:17 +02:00
date
home 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
input fix(filter): make other filters are not available for project selection 2023-11-15 12:47:19 +01:00
misc chore(deps): update dev-dependencies (#3793) 2023-10-26 11:24:54 +00:00
notifications feat(notifications): add option to mark all as read 2023-10-20 16:52:03 +02:00
project fix(filters): infinite loop when creating filters with dates (#3061) 2023-11-15 12:10:18 +00:00
quick-actions chore(deps): update dev-dependencies (major) (#3741) 2023-10-20 19:34:11 +00:00
sharing fix(link share): default share view should be list, not project 2023-06-23 14:18:52 +02:00
tasks fix: lint 2023-11-03 12:39:02 +01:00