...
...
The Right menu is hidden by default.
To add right menu to your page, You need to inject RightMenuStateService.
Then set RightMenuType of injected service to desired menu in protected async override Task OnParametersSetAsync().
- Add enum to
Quanda.Client\Shared\RightMenu\RightMenuType.cs. - Add new razor component to
Quanda.Client\Shared\RightMenu. You must also create css file (it can be empty). - Add your component to
Quanda.Client\Shared\RightMenu\RightShared.razorto switch using your enum. - Add your component css file to
Quanda.Client.csprojin section under<!-- Right menu components-->
- STANDARD (used in most pages)
- QUESTION (used when adding question)
- NONE (used when right menu should be hidden)