Skip to content

refactor(ui): move sidebar styles to theme.css and prep dark mode#609

Open
sakshikirmathe wants to merge 1 commit into
attendee-labs:mainfrom
sakshikirmathe:main
Open

refactor(ui): move sidebar styles to theme.css and prep dark mode#609
sakshikirmathe wants to merge 1 commit into
attendee-labs:mainfrom
sakshikirmathe:main

Conversation

@sakshikirmathe
Copy link
Copy Markdown

Summary

This PR makes a small UI-only refactor by moving sidebar styles out of base.html into a centralized theme.css.
It also prepares the sidebar for Bootstrap 5.3 dark mode using data-bs-theme="dark" selectors.

What changed

  • Moved inline sidebar styles from base.html to static/css/theme.css
  • Added dark-mode-ready sidebar styles (no behavior change)
  • Linked the new theme stylesheet after Bootstrap

Scope

  • UI-only changes
  • No backend, API, or logic changes

Related Issue

Closes #597

@sakshikirmathe sakshikirmathe requested a review from a team as a code owner January 21, 2026 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: UI reorganization with dark mode and modern styling

2 participants