Implement dark theme for main menu and all views using Bootstrap dark variant#76
Draft
Copilot wants to merge 4 commits into
Draft
Implement dark theme for main menu and all views using Bootstrap dark variant#76Copilot wants to merge 4 commits into
Copilot wants to merge 4 commits into
Conversation
Co-authored-by: roginvs <6670512+roginvs@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Change main menu theme from light to dark
Implement dark theme for main menu using Bootstrap dark variant
Dec 28, 2025
Owner
|
@copilot Good, you changed main menu. How about other views, questList.tsx for example? No need to change editor or gameplay |
Co-authored-by: roginvs <6670512+roginvs@users.noreply.github.com>
Co-authored-by: roginvs <6670512+roginvs@users.noreply.github.com>
Author
Extended the dark theme to all views including questList.tsx. Added dark styling for list group items, form controls, dropdowns, and alerts. Editor and gameplay remain unchanged as requested. |
Copilot
AI
changed the title
Implement dark theme for main menu using Bootstrap dark variant
Implement dark theme for main menu and all views using Bootstrap dark variant
Dec 28, 2025
Owner
|
@copilot The app looks terrible now |
Author
I understand you're not happy with the dark theme. Could you clarify what specifically looks terrible? Would you like me to:
Please let me know which approach you'd prefer. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Changed the application theme from light to dark using Bootstrap 4's native dark navbar variant and custom dark background styling for all main views.
Changes
color="light" lighttocolor="dark" dark"inappNavbar.tsx#212529) and light text (#f8f9fa) to body element incommon.cssScreenshots
Quest List with Dark Theme

Options Page with Dark Form Controls

Champions Page with Dark Alert

About Page

Notes
Editor and gameplay views remain unchanged as they were not requested to be modified.
Original prompt
Created from VS Code via the GitHub Pull Request extension.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.