eduardogsilva / routerfleet

RouterFleet: An open-source solution for centralized router and network equipment management. Initially focused on Mikrotik devices, it offers simplified backups, updates, and security. Perfect for managing a fleet of devices efficiently. Join us in evolving RouterFleet's capabilities
MIT License
65 stars 3 forks source link

Page fully redraws after each link #8

Closed craigmcfly closed 4 months ago

craigmcfly commented 4 months ago

When I click on a link, the entire page redraws from the bottom up and there is an couple of seconds of delay as it happens.

eduardogsilva commented 4 months ago

Hello, I will come back to this later. it's just a css animation.

eduardogsilva commented 4 months ago

I took a quick look on the base.html and couldn't find the class responsible for the animation. If you can find it, please let me know.

eduardogsilva commented 4 months ago

Hello, the animation is removed! Page transition should look a lot faster now.

Cheers