discord-csharp / MODiX

Discord Bot handling basic moderation needs, soon implements statistics.
MIT License
115 stars 63 forks source link

Consolidate NavMenu component to only use one MudAppBar #1019

Closed calledude closed 6 months ago

calledude commented 6 months ago

This solves an issue on mobile where the height of the MudDrawer could not be calculated internally by MudBlazor since it was being conditionally rendered, leading to a zero height which in turn made MudBlazor mark it as invisible until it had been activated twice.

This fix also adds the possibility of toggling darkmode to mobile resolutions