I am trying to do something that seems incredibly simple in theory, but is proving to be monumentally hard when you're a complete noob :-P I just want to replace the user icon in the default MainHeaderToolbarUserMenu
with my own icon, and figured the best way to do this would be to override the component entirely. This will also help in the future when we inevitably end up wanting to change other default aspects of the main header toolbar's UI.
So after downloading the Lepton X source code and reading a lot of ABP documentation, I have come up with this Razor component (can't add the code directly in here because your Markdown component keeps mangling it for some reason). However, this code results in the following problems:
abp add-package Volo.Abp.AspNetCore.Components.Web -p <name of my project file>
.What am I missing here?? I feel like I'm going absolutely bonkers since I basically just copied 99% of this code directly from the Lepton X source, yet it doesn't work for me! Any help would be very, very much appreciated :-D
abp suite
.http://localhost:3000/Modules/Index
.Why is this the one module that does not provide this option? MTIA for an explanation and solution :-)