chore: add new theme#214
Merged
Merged
Conversation
Signed-off-by: Olivier Vernin <olivier@vernin.me>
Signed-off-by: Olivier Vernin <olivier@vernin.me>
Signed-off-by: Olivier Vernin <olivier@vernin.me>
Contributor
There was a problem hiding this comment.
Pull request overview
Refactors the frontend’s visual theme (Vuetify theme + typography) and performs UI cleanup across several views/components, aiming to make styling more consistent and theme-driven.
Changes:
- Added multiple new Vuetify theme presets and set a new default theme.
- Updated UI components to rely more on theme colors (
background/surface) and removed hardcoded greys/custom CSS. - Updated typography setup (Vuetify settings SCSS + Google WebFont loader) and refreshed the logo usage on the Home page.
Reviewed changes
Copilot reviewed 17 out of 19 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| src/views/HomeView.vue | Adds centered logo, updates feature cards/colors, refactors “Get Started” tab content and code rendering. |
| src/views/AboutView.vue | Updates cards to use themed background and removes hardcoded icon colors. |
| src/styles/settings.scss | Introduces Vuetify settings overrides for heading/body fonts. |
| src/plugins/webfontloader.js | Switches loaded Google font families to Space Grotesk / Orbitron. |
| src/plugins/vuetify.js | Adds multiple new theme definitions and changes the default theme. |
| src/components/SideNavigation.vue | Adjusts ordering of authenticated nav links. |
| src/components/scm/_summary.vue | Removes some hardcoded greys; updates card background usage. |
| src/components/scm/_filter.vue | Removes invalid/overriding color styling in button and input. |
| src/components/ReleaseFooter.vue | Sets footer background to themed background. |
| src/components/pipeline/report.vue | Tweaks icon sizing and removes hardcoded light-theme gradient/text colors. |
| src/components/pipeline/configs/ReportCard.vue | Removes hardcoded button color; (introduces a template-breaking comment issue). |
| src/components/pipeline/_target.vue | Uses surface toolbar color and simplifies table markup/styling. |
| src/components/pipeline/_source.vue | Uses surface toolbar color, simplifies table markup, and removes table-specific scoped CSS. |
| src/components/pipeline/_condition.vue | Uses surface toolbar color and simplifies table markup/styling. |
| src/components/pipeline/_action.vue | Uses surface toolbar color, simplifies table markup/styling, and tweaks chip variants/colors. |
| src/components/HeadNavigation.vue | Sets system bar background to themed background. |
| src/assets/logo.svg | Replaces prior SVG with an embedded base64 raster image inside an SVG wrapper. |
| package.json | Adds sass and vite-plugin-vuetify dev dependencies. |
| package-lock.json | Locks new dependencies introduced by sass and vite-plugin-vuetify. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Olivier Vernin <olivier@vernin.me>
Signed-off-by: Olivier Vernin <olivier@vernin.me>
Signed-off-by: Olivier Vernin <olivier@vernin.me>
Signed-off-by: Olivier Vernin <olivier@vernin.me>
Signed-off-by: Olivier Vernin <olivier@vernin.me>
Signed-off-by: Olivier Vernin <olivier@vernin.me>
Signed-off-by: Olivier Vernin <olivier@vernin.me>
Signed-off-by: Olivier Vernin <olivier@vernin.me>
Signed-off-by: Olivier Vernin <olivier@vernin.me>
Signed-off-by: Olivier Vernin <olivier@vernin.me>
Signed-off-by: Olivier Vernin <olivier@vernin.me>
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.
Description
Refactor Updatecli Theme plus UI cleanup
Test
Additional Information
Tradeoff
Potential improvement