Skip to content

refactor(frontend): dashboard statistic widgets#102

Merged
zowks merged 5 commits into
mainfrom
refactor/frontend/stats
Jun 16, 2026
Merged

refactor(frontend): dashboard statistic widgets#102
zowks merged 5 commits into
mainfrom
refactor/frontend/stats

Conversation

@zowks

@zowks zowks commented Jun 16, 2026

Copy link
Copy Markdown
Member

Description

Briefly describe what this PR does :
Better implementation of the layerchart library.


Context / Motivation

Explain why this change is needed:
Trying to reduce unintended behaviors of the charts. (high z-index, overlow of x domain, crashes, ...)


Checklist

  • My code follows the project's coding style
  • Tests pass locally
  • I added/updated relevant tests
  • I updated documentation (if needed)
  • This PR is ready for review

Additional Notes

@zowks zowks requested a review from Copilot June 16, 2026 15:29
@zowks zowks self-assigned this Jun 16, 2026
@zowks zowks added enhancement New feature or request frontend labels Jun 16, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 9 out of 10 changed files in this pull request and generated 3 comments.

Files not reviewed (1)
  • pnpm-lock.yaml: Generated file

Comment on lines +18 to +22
const index = untrack(() => data).findLastIndex(
({ date }) => date < oneMinuteAgo,
);

data = [...untrack(() => data).slice(index !== -1 ? index : 0), value];
@zowks zowks requested a review from a9ex June 16, 2026 15:48
@zowks zowks merged commit f58923b into main Jun 16, 2026
7 checks passed
@zowks zowks deleted the refactor/frontend/stats branch June 16, 2026 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request frontend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants