feat: localStorage for dashboards/saved searches in LOCAL mode#1822
feat: localStorage for dashboards/saved searches in LOCAL mode#1822
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
E2E Test Results✅ All tests passed • 75 passed • 4 skipped • 856s
Tests ran across 4 shards in parallel. |
PR Review✅ Overall this is a clean, well-structured refactor. A few minor items worth noting:
🤖 Generated with Claude Code |
PR Review
|
| </div> | ||
| ) : null} | ||
| </> | ||
| )} |
There was a problem hiding this comment.
looks scary, but it's just removal of IS_LOCAL_MODE checks
| } | ||
| return hdxServer('dashboards').json<Dashboard[]>(); | ||
| } | ||
|
|
There was a problem hiding this comment.
just an abstraction of logic out of the query function
| {}, | ||
| async ({ page }) => { | ||
| /** | ||
| * Verifies that updating a saved search with additional filters |
There was a problem hiding this comment.
these tests can now run in both local mode and full stack mode
No description provided.