Signed-off-by: Melvin Strobl <lc3267@kit.edu>
This commit is contained in:
Melvin Strobl
2026-08-18 14:22:47 +02:00
parent aa40ccb58b
commit 129c92e3d8
3 changed files with 8 additions and 5 deletions
+3
View File
@@ -13,6 +13,9 @@ should reopen it.
### To be sorted
- BUG/UI loop-lag in home view can't have a value when there are no flows (push back if I'm wrong here)
- BUG/UI brain view in the home view should be hidden when there are no flows/nodes
- FEAT/UI in addition to the two issues above we should introduce a default flow and dashboard for every new user. These should be very minimal to quickly understand what's happening but still show off most of the features of the application. We could make this optional by offering a "Create Demo" button showing at the location of the brain view if there are no existing flows. This demo could then also serve as a demo.fluksio.com site later to play around without signup
- BUG/UI auto node placement on flows should be improved in regards to least crossing edges and a more vertical layout on mobile devices
- BUG/UI when opening a flow, the graph should enlarge from the center (same animation as the brain view). Currently it swipes in from the side
- BUG/UI dots and rings of nodes in the brain graph are not pixel-perfect centered