You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TODO.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
- when deleting a segment the app crashes (I think it's related to logic for redirecting the user to a previous segment)
4
4
- when reordering modules, the navigation buttons do not seem to navigate the correct order of modules... are we sorting the modules by order? are we correctly updating the order on modules when we re-arrange them?
5
+
- clicking on the delete module button expands the accordion but it should prevent default
6
+
- it's not possible to dismiss the delete dialog when clicking outside the dialog, but I would think a better UX would be to allow it. research what's good UX and fix if it is an issue
5
7
6
8
# Features
7
9
@@ -16,3 +18,4 @@
16
18
- the ability to pick custom lucide-icons for the modules
17
19
- editing the segment should change the nested layout, not go to a new page
18
20
- experiment with having "new segment" show a modal with the form
21
+
- load up a testimonial modal / dialog when clicking the testimonial button instead of a separate page.
0 commit comments