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
Currently the frontend is a bit messy. Precisely, I don't like how the logic and the actual visualization is in one file and the file is quite big and hard to navigate. Therefore we need a better structure to make it easier to add features in the future and isolate code for testing purposes.
We basically migrated from Tauri v1 to v2. The migration branch will remain open in case we need to reset to a different frontend framework.
The primary choice is Leptos and you can follow the process on the frontend-rework branch.
Problem
Currently the frontend is a bit messy. Precisely, I don't like how the logic and the actual visualization is in one file and the file is quite big and hard to navigate. Therefore we need a better structure to make it easier to add features in the future and isolate code for testing purposes.
Desired solution:
The text was updated successfully, but these errors were encountered: