Skip to content

fix(frontend): unify dashboard background color with the rest of the UI (#32)#37

Open
markoceri wants to merge 2 commits into
edge-mining:mainfrom
markoceri:fix/issue-32-dashboard-background-color
Open

fix(frontend): unify dashboard background color with the rest of the UI (#32)#37
markoceri wants to merge 2 commits into
edge-mining:mainfrom
markoceri:fix/issue-32-dashboard-background-color

Conversation

@markoceri

Copy link
Copy Markdown
Collaborator

Summary

Fixes #32.

The dashboard background appeared in a slightly lighter shade of grey than the sidebar, cards, and tables, breaking the flat, modern look of the UI.

The main content area (drawer-content in App.vue) used bg-base-200 (oklch 35%), while the sidebar, cards, top bar, and bottom bar all use bg-base-100 (oklch 25%). Switching the content area to bg-base-100 unifies the whole interface to a single background tone.

Changes

  • frontend/src/App.vue: drawer-content background bg-base-200bg-base-100.
  • CHANGELOG.md: added entry under Fixed.

Notes

Cards remain distinguishable thanks to their border (border-base-300/40), consistent with the requested flat style.

@markoceri markoceri self-assigned this Jun 28, 2026
Remove the "Edge Mining" text label and the commented-out username
placeholder from the sidebar header so only the logo remains, then
left-align the logo with the menu items below and refine the green
glow so it originates from the logo area.

Closes edge-mining#33
…UI (edge-mining#32)

The main content area used bg-base-200 (a lighter grey) while the sidebar,
cards, top bar, and bottom bar all use bg-base-100. This made the dashboard
background appear inconsistent and broke the flat visual style.

Switch the drawer-content background to bg-base-100 so a single background
tone is used across the whole interface.
@markoceri markoceri force-pushed the fix/issue-32-dashboard-background-color branch from e0b46ed to c4d95c0 Compare June 28, 2026 15:58
@markoceri markoceri added enhancement New feature or request UI/UX labels Jun 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request UI/UX

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix dashboard background color inconsistency

1 participant