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

feat(Cluster): rework cluster page #1473

Merged
merged 4 commits into from
Oct 21, 2024
Merged

feat(Cluster): rework cluster page #1473

merged 4 commits into from
Oct 21, 2024

Conversation

Raubzeug
Copy link
Contributor

@Raubzeug Raubzeug commented Oct 16, 2024

closes #1389
stand

CI Results

Test Status: βœ… PASSED

πŸ“Š Full Report

Total Passed Failed Flaky Skipped
134 134 0 0 0

Bundle Size: πŸ”Ί

Current: 79.02 MB | Main: 78.97 MB
Diff: +0.05 MB (0.06%)

⚠️ Bundle size increased. Please review.

ℹ️ 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.

src/utils/numeral.ts Outdated Show resolved Hide resolved
@@ -104,3 +104,5 @@ export function isNumeric(value?: unknown): value is number | string {
export function toExponential(value: number, precision?: number) {
return Number(value).toExponential(precision);
}

export const unbreakableGap = '\xa0';
Copy link
Contributor

@astandrik astandrik Oct 21, 2024

Choose a reason for hiding this comment

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

global constants are usually named in SCREAMING_SNAKE_CASE

astandrik
astandrik previously approved these changes Oct 21, 2024
@Raubzeug Raubzeug added this pull request to the merge queue Oct 21, 2024
Merged via the queue into main with commit ee06b4e Oct 21, 2024
6 checks passed
@Raubzeug Raubzeug deleted the 1389-cluster-overview branch October 21, 2024 10:27
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.

Cluster overview - development issue
2 participants