Remove double navigation on app load
We where navigating to the home route twice on load.
Once with router.loadFromLocation and then during onMount with
navigate("home") which triggered the repo listing twice.
Add CrabNebula dev tools
Allowed to see the time it takes for each tauri command to be processed, is helpful for optimizing the desktop app
We where navigating to the home route twice on load.
Once with router.loadFromLocation and then during onMount with
navigate("home") which triggered the repo listing twice.
Add CrabNebula dev tools
Allowed to see the time it takes for each tauri command to be processed, is helpful for optimizing the desktop app
Move loadFromLocation into onMount