Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LA-226 Updates UI to use the new Ethyca brand colors #5668

Merged
merged 58 commits into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from 57 commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
a73c8dc
Update chakra colors
lucanovera Jan 6, 2025
600f447
LA-226 Customize badge colors
lucanovera Jan 7, 2025
08615ff
Update brand logo
lucanovera Jan 7, 2025
b7e1e10
Update logo
lucanovera Jan 7, 2025
e4fdbe6
Update theme, homepage
lucanovera Jan 8, 2025
51ba0fb
LA-226 Update colors
lucanovera Jan 8, 2025
4f56926
Update dnd badge colors
lucanovera Jan 8, 2025
4ca3c4f
Update colors
lucanovera Jan 8, 2025
707887a
Merge branch 'main' of github.com:ethyca/fides into LA-226-finish-cha…
lucanovera Jan 8, 2025
809d3dc
fix title
lucanovera Jan 8, 2025
58a166d
Adjust privacy center colors
lucanovera Jan 9, 2025
3e66972
Update privacy center
lucanovera Jan 9, 2025
eec31fe
Update colors
lucanovera Jan 9, 2025
fefa311
Update colors
lucanovera Jan 9, 2025
ee45cfd
Update database icons
lucanovera Jan 9, 2025
6ed0eb3
Update colors
lucanovera Jan 9, 2025
5b6d15e
Update colors
lucanovera Jan 9, 2025
220513f
Adjust badge padding
lucanovera Jan 10, 2025
7d80f3c
Update styling
lucanovera Jan 13, 2025
808a60f
Improve classification badge styling
lucanovera Jan 13, 2025
0e07923
Improve styling
lucanovera Jan 13, 2025
e1799ea
Style input
lucanovera Jan 14, 2025
95d215c
Remove custom color on badge
lucanovera Jan 14, 2025
f6c9d3b
Improve styling
lucanovera Jan 14, 2025
7166ad8
Update colors
lucanovera Jan 14, 2025
9924f8f
Fix corner radius color
lucanovera Jan 14, 2025
7e5919c
Remove unused component
lucanovera Jan 14, 2025
5a467ba
Merge branch 'main' of github.com:ethyca/fides into LA-226-finish-cha…
lucanovera Jan 14, 2025
a4b2cd8
Update colors
lucanovera Jan 14, 2025
95543d8
Update colors. Improve code.
lucanovera Jan 14, 2025
0eb5cc6
Normalize tag stlyes
lucanovera Jan 14, 2025
52c417d
Update colors
lucanovera Jan 14, 2025
b30a40a
Update look of badges in datamap report
lucanovera Jan 14, 2025
92a3cc1
Update changelog
lucanovera Jan 14, 2025
e4375f5
Update test
lucanovera Jan 14, 2025
a41440b
Update colors
lucanovera Jan 14, 2025
768c568
Update colors
lucanovera Jan 14, 2025
2a6dd75
Update cypress tests
lucanovera Jan 14, 2025
7d7235a
LA-226 Update colors of days left tag
lucanovera Jan 14, 2025
8a99b21
Update daysleft cell colors
lucanovera Jan 14, 2025
35a30a5
Fix incorrect badges
lucanovera Jan 14, 2025
749ca87
Update request status colors
lucanovera Jan 14, 2025
4835f0a
Update status badge colors
lucanovera Jan 15, 2025
3c9c167
Update datamap report badge styles
lucanovera Jan 15, 2025
9b993da
Cleanup code
lucanovera Jan 16, 2025
114187f
CR suggestions
lucanovera Jan 17, 2025
8c89298
Merge branch 'main' of github.com:ethyca/fides into LA-226-finish-cha…
lucanovera Jan 17, 2025
e48f14d
Update add systems page to use same cards as homepage
lucanovera Jan 17, 2025
214b26f
Update database icon color
lucanovera Jan 17, 2025
b68e6cc
Update chakra light gray to neutral 50
lucanovera Jan 17, 2025
de7a6c2
Change link colors
lucanovera Jan 17, 2025
fe2e0b4
Update users page colors
lucanovera Jan 17, 2025
4b0b116
Adjust checkbox colors
lucanovera Jan 17, 2025
7a0c8d4
Update status privacy notice badge
lucanovera Jan 17, 2025
e6c5770
Adjust add system logos
lucanovera Jan 17, 2025
d5f35d2
Revert accidental change of config.json
lucanovera Jan 17, 2025
078f452
Move component styles to scss module. Add subtle shadow on hover.
lucanovera Jan 17, 2025
88ed0c9
Fix cypress tests
lucanovera Jan 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Changes can also be flagged with a GitHub label for tracking purposes. The URL o

## [Unreleased](https://github.com/ethyca/fides/compare/2.53.0...main)

### Changed
- Updated UI colors to new brand. Update logo, homepage cards. [#5668](https://github.com/ethyca/fides/pull/5668)



Expand Down
2 changes: 1 addition & 1 deletion clients/admin-ui/cypress/components/MainSideNav.cy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
NavConfigGroup,
} from "~/features/common/nav/v2/nav-config";

const ACTIVE_BACKGROUND_COLOR = "rgb(119, 69, 240)";
const ACTIVE_BACKGROUND_COLOR = "rgb(206, 202, 194)";
const INACTIVE_BACKGROUND_COLOR = "rgba(0, 0, 0, 0)";

const selectLinkColor = (title: string) =>
Expand Down
2 changes: 1 addition & 1 deletion clients/admin-ui/cypress/e2e/nav-bar.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe("Nav Bar", () => {
});

it("styles the active navigation link based on the current route", () => {
const ACTIVE_COLOR = "rgb(119, 69, 240)";
const ACTIVE_COLOR = "rgb(206, 202, 194)";
// Start on the Home page
cy.visit("/");

Expand Down
86 changes: 84 additions & 2 deletions clients/admin-ui/public/images/DatabaseIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading