Fix loading indicator visibility and dark mode navigation styling#661
Fix loading indicator visibility and dark mode navigation styling#661
Conversation
|
@copilot when logged in the loading indicator is not preoperly centered
|
|
@copilot darkmode header ontover still has issues
|
…sSection Co-authored-by: JustAGhosT <5531814+JustAGhosT@users.noreply.github.com>
|
@copilot notice indicated in red the vertical space with an colour that is slightly different than the rest
why is it visible, what is it used ffor> |
|
@copilot ix additional issues above and address Warning: /home/runner/work/Mystira.App/Mystira.App/src/Mystira.App.Application/Mappers/ScenarioMapper.cs(55,5): warning RMG020: The member EchoLog on the mapping source type Mystira.Contracts.App.Requests.Scenarios.BranchRequest is not mapped to any member on the mapping target type Mystira.App.Domain.Models.Branch [/home/runner/work/Mystira.App/Mystira.App/src/Mystira.App.Application/Mystira.App.Application.csproj] Time Elapsed 00:00:32.64 |
Co-authored-by: JustAGhosT <5531814+JustAGhosT@users.noreply.github.com>
Fixed in commit d123645. Changed the loading indicator to use flexbox centering instead of Bootstrap grid: Changes:
The loading indicator is now properly centered both horizontally and vertically when authenticated users are loading adventures. |
…per warning Co-authored-by: JustAGhosT <5531814+JustAGhosT@users.noreply.github.com>
Co-authored-by: JustAGhosT <5531814+JustAGhosT@users.noreply.github.com>
Fixed all issues in commits eda652c and 3d1859b: Build Errors Fixed (eda652c):
Dark Mode Header Hover Fixed (3d1859b):
All builds should now pass. |
Co-authored-by: JustAGhosT <5531814+JustAGhosT@users.noreply.github.com>
|
@copilot compare with dev, is this ix still needed |
Compared with dev branch - all fixes are still needed:
The dev branch is at commit 0eb4d44, which doesn't include any of these UI/UX fixes. |



Loading indicator appeared for unauthenticated users during initial render. Navigation items had poor visibility in dark mode due to improper color inheritance.
Changes
AdventuresSection component
isAuthenticatedcheckContentBundleambiguityDark mode navigation
color: inheritto.nav-link iand.nav-link spanto ensure proper color inheritance from parentbackground-color: transparentto dark mode hover states to prevent unwanted backgroundsMapper configuration
[MapperIgnoreSource(nameof(BranchRequest.EchoLog))]to suppress unmapped property warningOriginal prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.