dec0dOS / zero-ui

ZeroUI - ZeroTier Controller Web UI - is a web user interface for a self-hosted ZeroTier network controller.
GNU General Public License v3.0
912 stars 146 forks source link

chore: upgrade to mui5 #133

Open davidlag0 opened 1 year ago

davidlag0 commented 1 year ago

@dec0dOS This is to help track the changes to update the codebase to mui5. I have replicated the same changes you did on your commit on the dev branch and didn't come across any issues! It looks good but if you recall specific issues you faced, I can spend some time investigating and figuring out fixes.

dec0dOS commented 1 year ago

Some UI elements have been incorrectly aligned as I remember correctly. Screenshot 2023-01-03 at 14 11 50 Screenshot 2023-01-03 at 14 11 57 Screenshot 2023-01-03 at 14 12 06

davidlag0 commented 1 year ago

Thank you, that helps! We should be able to see this in the code with automated snapshots. It will make it easier to make the necessary changes to keep the look exactly the same or very similar. I'll create a pull request for snapshots once I get them working with Jest!