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

[Experiment] Test Chart fetching strategies - DO NOT MERGE #6051

Closed
wants to merge 1 commit into from

Conversation

MananTank
Copy link
Member

@MananTank MananTank commented Jan 24, 2025


title: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"

If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):

Notes for the reviewer

Anything important to call out? Be sure to also clarify these in your comments.

How to test

Unit tests, playground, etc.


PR-Codex overview

This PR introduces a new /team/${params.team_slug}/~/test route in the dashboard, along with various functions and components for handling data fetching, chart rendering, and client-side state management.

Detailed summary

  • Added a new route for Test in layout.tsx.
  • Implemented ignoreTime function in date.ts.
  • Created getCachedFetchTestData using unstable_cache.
  • Developed the Page component for rendering charts.
  • Introduced delay simulation functions in delays.ts.
  • Built ChartUI component for displaying data.
  • Added client-side persistence with IdbPersistProvider.
  • Created data fetching logic in fetchTestData.ts.
  • Implemented pageProcessing for handling date ranges.
  • Added RangeSelector for selecting date ranges.
  • Updated layout.tsx to include new sidebar links.
  • Enhanced getRange function for improved date handling.
  • Added server-side rendering logic in page.tsx for test.
  • Integrated RSCQueryChart for rendering charts with suspense.
  • Introduced responsive capabilities in responsive-rsc.

The following files were skipped due to too many changes: pnpm-lock.yaml

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Copy link

vercel bot commented Jan 24, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 27, 2025 3:06pm
thirdweb_playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 27, 2025 3:06pm
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 27, 2025 3:06pm
wallet-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 27, 2025 3:06pm

Copy link

changeset-bot bot commented Jan 24, 2025

⚠️ No Changeset found

Latest commit: dc5f793

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@MananTank MananTank changed the title [Experiment] Chart fetching strategies [Experiment] Chart fetching strategies - DO NOT MERGE Jan 24, 2025
@github-actions github-actions bot added the Dashboard Involves changes to the Dashboard. label Jan 24, 2025
Copy link
Member Author

MananTank commented Jan 24, 2025


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge-queue - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@MananTank MananTank changed the title [Experiment] Chart fetching strategies - DO NOT MERGE [Experiment] Test Chart fetching strategies - DO NOT MERGE Jan 24, 2025
Copy link

socket-security bot commented Jan 24, 2025

New dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@tanstack/[email protected] None +2 2.11 MB nksaraf, tannerlinsley

View full report↗︎

Copy link
Contributor

github-actions bot commented Jan 24, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 46.69 KB (0%) 934 ms (0%) 2.6 s (-5.37% 🔽) 3.6 s
thirdweb (cjs) 116.89 KB (0%) 2.4 s (0%) 7.8 s (+18.74% 🔺) 10.1 s
thirdweb (minimal + tree-shaking) 5.59 KB (0%) 112 ms (0%) 110 ms (-72.01% 🔽) 222 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 148 ms (+133.34% 🔺) 158 ms
thirdweb/react (minimal + tree-shaking) 19.22 KB (0%) 385 ms (0%) 496 ms (-28.82% 🔽) 881 ms

@MananTank MananTank force-pushed the 01-24-_experiment_chart_fetching_strategies branch from 277fdd7 to dc620a2 Compare January 24, 2025 14:50
@MananTank MananTank force-pushed the 01-24-_experiment_chart_fetching_strategies branch from dc620a2 to 15cb69a Compare January 24, 2025 16:23
@MananTank MananTank force-pushed the 01-24-_experiment_chart_fetching_strategies branch from 15cb69a to 42244bf Compare January 24, 2025 16:32
@MananTank MananTank force-pushed the 01-24-_experiment_chart_fetching_strategies branch from 42244bf to db2c97b Compare January 24, 2025 16:54
@MananTank MananTank force-pushed the 01-24-_experiment_chart_fetching_strategies branch from 7dba2ec to 68f0c42 Compare January 27, 2025 08:45
@MananTank MananTank force-pushed the 01-24-_experiment_chart_fetching_strategies branch from 68f0c42 to 2dc47f6 Compare January 27, 2025 10:03
@MananTank MananTank force-pushed the 01-24-_experiment_chart_fetching_strategies branch from 2dc47f6 to ba94680 Compare January 27, 2025 10:24
Copy link
Contributor

github-actions bot commented Feb 8, 2025

This PR has been inactive for 7 days. It is now marked as stale and will be closed in 2 days if no further activity occurs.

@github-actions github-actions bot added the Stale label Feb 8, 2025
@MananTank MananTank closed this Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dashboard Involves changes to the Dashboard. Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant