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

Open
wants to merge 42 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 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
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 @@ -29,6 +29,8 @@ Changes can also be flagged with a GitHub label for tracking purposes. The URL o
- Updated brand link url [#5656](https://github.com/ethyca/fides/pull/5656)
- Changed "Reclassify" D&D button to show in an overflow menu when row actions are overcrowded [#5655](https://github.com/ethyca/fides/pull/5655)
- Removed primary key requirements for BigQuery and Postgres erasures [#5591](https://github.com/ethyca/fides/pull/5591)
- Updated UI colors to new brand. Update logo, homepage cards. [#5668](https://github.com/ethyca/fides/pull/5668)


### Fixed
- Fixed issue where the custom report "reset" button was not working as expected [#5649](https://github.com/ethyca/fides/pull/5649)
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