MudBlazor / MudBlazor/ThemeManager
Controls do not respond to clicks
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 288
- Forks
- 76
- PR merge metrics
- No merged PRs in 30d
Description
This could be user error.
I followed the instructions in the README to add ThemeManager to my Blazor 8.0 app. The cog and bar appear on the right, but they do not respond to clicks.
If I scroll horizontally manually to bring the sidebar into view and click on a color, a color picker does not appear. (I only assume that was the intent.)
I do have the Providers in MainLayout.
<MudPopoverProvider/>
<MudDialogProvider />
I tried to teach myself do it right with the test app, but it does not start: https://github.com/MudBlazor/ThemeManager/issues/26
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the README setup instructions and reproduce the issue in a Blazor 8.0 app, checking the ThemeManager placement and the providers in MainLayout. Compare the behavior with the test app and issue #26, which is reported as unable to start. Done means the sidebar controls respond to clicks and selecting a color opens the expected picker.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100