Skip to content

fix(styles): update color references and improve UI consistency across components#2638

Merged
RemiBonnet merged 4 commits into
new-navigationfrom
chore/new-nav/clean-up
May 4, 2026
Merged

fix(styles): update color references and improve UI consistency across components#2638
RemiBonnet merged 4 commits into
new-navigationfrom
chore/new-nav/clean-up

Conversation

@RemiBonnet
Copy link
Copy Markdown
Member

@RemiBonnet RemiBonnet commented Apr 29, 2026

Summary

Remove all old tokens and config tailwind

Screenshots / Recordings

Testing

  • Changes tested locally in the relevant Console's pages and Storybooks
  • yarn test or yarn test -u (if you need to regenerate snapshots)
  • yarn format
  • yarn lint

PR Checklist

  • I followed naming, styling, and TypeScript rules (see .cursor/rules)
  • I performed a self-review (diff inspected, dead code removed)
  • I titled the PR using Conventional Commits with a scope when possible (e.g. feat(service): add new Terraform service) - required for semantic-release
  • I only kept necessary comments, written in English (watch for useless AI comments)
  • I involved a designer to validate UI changes if I am not a designer
  • I covered new business logic with tests (unit)
  • I confirmed CI is green (Codecov red can be accepted)
  • I reviewed and executed locally any AI-assisted code

@RemiBonnet RemiBonnet force-pushed the chore/new-nav/clean-up branch from 4b2c999 to bc0ddf8 Compare April 29, 2026 11:10
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 29, 2026

Codecov Report

❌ Patch coverage is 25.00000% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 44.53%. Comparing base (b3b67ea) to head (c055aaf).
⚠️ Report is 1 commits behind head on new-navigation.

Files with missing lines Patch % Lines
...bility/feature/src/lib/local-chart/local-chart.tsx 0.00% 2 Missing ⚠️
...lib/components/navigation-left/navigation-left.tsx 0.00% 2 Missing ⚠️
...rd/instance-status-chart/instance-status-chart.tsx 0.00% 1 Missing ⚠️
...boarding/feature/src/lib/step-plans/step-plans.tsx 0.00% 1 Missing ⚠️
.../lib/sidebar-pod-statuses/sidebar-pod-statuses.tsx 0.00% 1 Missing ⚠️
...i/src/lib/components/table/table-row/table-row.tsx 50.00% 0 Missing and 1 partial ⚠️
...ared/ui/src/lib/components/table/table.stories.tsx 0.00% 1 Missing ⚠️
Additional details and impacted files
@@                Coverage Diff                 @@
##           new-navigation    #2638      +/-   ##
==================================================
- Coverage           45.03%   44.53%   -0.50%     
==================================================
  Files                1135     1076      -59     
  Lines               23836    22838     -998     
  Branches             6923     6657     -266     
==================================================
- Hits                10734    10171     -563     
+ Misses              11230    10905     -325     
+ Partials             1872     1762     -110     
Flag Coverage Δ
unittests 44.53% <25.00%> (-0.50%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@RemiBonnet RemiBonnet marked this pull request as ready for review April 29, 2026 11:35
@rmnbrd
Copy link
Copy Markdown
Contributor

rmnbrd commented Apr 30, 2026

Screenshot 2026-04-30 at 10 58 39

Looks like we have issue with the borders of TabBars

RemiBonnet added a commit that referenced this pull request Apr 30, 2026
* fix(monitoring): database dashboard (#2638)

* fix(card-metric): set default value for show prop in Skeleton component

* refactor(database-dashboard): simplify monitoring tab conditions and enhance dashboard layout

* fix(organization): enable environment fetching based on environmentId parameter

* fix(monitoring): update database mode check to use string literal

* fix(organization): update hasServiceMonitoringTab function to use optional chaining and improve type safety

* refactor(use-chart-events): simplify targetType determination using ts-pattern for improved readability
@RemiBonnet RemiBonnet force-pushed the chore/new-nav/clean-up branch from d1cb5cc to c055aaf Compare May 4, 2026 08:56
@RemiBonnet RemiBonnet merged commit 440215a into new-navigation May 4, 2026
11 checks passed
@RemiBonnet RemiBonnet deleted the chore/new-nav/clean-up branch May 4, 2026 09:12
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.

2 participants