feat: add ignoreDisplayInterval debug setting to guide toolbar#878
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
2bc9f81 to
18a6fe8
Compare
18a6fe8 to
ee40242
Compare
a5c05aa to
027ac6b
Compare
ee40242 to
8b38f62
Compare
|
@cursor review |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
packages/react/src/modules/guide/components/Toolbar/V2/GuideContextDetails.tsx
Show resolved
Hide resolved
8b38f62 to
6a8548b
Compare
6a8548b to
d229d76
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #878 +/- ##
==========================================
+ Coverage 66.99% 67.00% +0.01%
==========================================
Files 205 205
Lines 8950 8948 -2
Branches 1191 1193 +2
==========================================
Hits 5996 5996
+ Misses 2934 2928 -6
- Partials 20 24 +4
|

Description
Adds an
ignoreDisplayIntervaldebug setting to the guide client and in the toolbar.By default it's turned ON when opening the toolbar and going into debug mode. When turned on, we ignore the current throttle setting and immediately show the next guide. This is so that you can walk through guides quickly for debugging, without having to wait between each guide.
Screenshots or videos