chore: remove localStorage persistence of toolbar debug config#941
Conversation
🦋 Changeset detectedLatest commit: 8e1801d The changes in this PR will be included in the next version bump. This PR includes changesets to release 7 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit a2445bd. Configure here.
43246dc to
9afa1e6
Compare
9afa1e6 to
8e1801d
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #941 +/- ##
==========================================
- Coverage 64.00% 63.91% -0.10%
==========================================
Files 209 209
Lines 10021 9990 -31
Branches 1288 1277 -11
==========================================
- Hits 6414 6385 -29
+ Misses 3582 3580 -2
Partials 25 25
|

Description
Removes local storage persistence of guide toolbar v2 run configs. This is something we had with the original toolbar v1 which we replicated, but tbh it doesn't really add that much for toolbar v2 and it complicates the debug start/stop state handling.
It's easy enough to bring it back if needed in the future, and I'd like to simplify this to make things easier for the coordination between the guide client and guide toolbar in the subsequent PR: #942