Skip to content

feat: update versions colors #2596

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

Merged
merged 1 commit into from
Jul 23, 2025
Merged

feat: update versions colors #2596

merged 1 commit into from
Jul 23, 2025

Conversation

artemmufazalov
Copy link
Member

@artemmufazalov artemmufazalov commented Jul 22, 2025

Closes #2593

Stand: https://nda.ya.ru/t/C__F9a9B7GiyXY

Figma: https://nda.ya.ru/t/NOUj-4Vl7GixzX

New palette:
Screenshot 2025-07-22 at 15 52 40

CI Results

Test Status: ⚠️ FLAKY

📊 Full Report

Total Passed Failed Flaky Skipped
354 349 0 3 2
Test Changes Summary ⏭️2

⏭️ Skipped Tests (2)

  1. Scroll to row, get shareable link, navigate to URL and verify row is scrolled into view (tenant/diagnostics/tabs/queries.test.ts)
  2. Copy result button copies to clipboard (tenant/queryEditor/queryEditor.test.ts)

Bundle Size: ✅

Current: 85.21 MB | Main: 85.20 MB
Diff: +2.18 KB (0.00%)

✅ Bundle size unchanged.

ℹ️ CI Information
  • Test recordings for failed tests are available in the full report.
  • Bundle size is measured for the entire 'dist' directory.
  • 📊 indicates links to detailed reports.
  • 🔺 indicates increase, 🔽 decrease, and ✅ no change in bundle size.

@artemmufazalov artemmufazalov force-pushed the update-versions-colors branch from 098e0fe to c2d43ca Compare July 23, 2025 08:59
@artemmufazalov artemmufazalov marked this pull request as ready for review July 23, 2025 08:59
@artemmufazalov artemmufazalov requested a review from Copilot July 23, 2025 09:00
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the color palette for version displays by replacing and reorganizing color definitions. The changes implement a new design palette as specified in the Figma design, removing some color variants and adding new ones.

  • Removes red, orange-red, teal, cyan, and purple color variants from the palette
  • Adds new color variants including caramel, moss, turquoise, barbie, and night
  • Updates existing color variants (lightblue replaces cyan, violet replaces purple) with new hex values
  • Introduces a dedicated default color variable instead of using a generic base color

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/utils/versions/getVersionsColors.ts Updates the COLORS array by removing 5 color variants and adding 5 new ones, plus updates the default color reference
src/styles/versions.scss Replaces all CSS custom property definitions with new color values for both light and dark themes
Comments suppressed due to low confidence (1)

src/utils/versions/getVersionsColors.ts:74

  • [nitpick] The color name 'barbie' may not be appropriate for a professional codebase. Consider using a more descriptive color name like 'magenta' or 'bright-pink'.
        'var(--versions-barbie-1)',

@artemmufazalov artemmufazalov added this pull request to the merge queue Jul 23, 2025
Merged via the queue into main with commit 17c8d29 Jul 23, 2025
7 checks passed
@artemmufazalov artemmufazalov deleted the update-versions-colors branch July 23, 2025 10:25
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.

Update versions colors
2 participants