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

feat: query-parameters persisting when opening a story on a full-view-mode #1845

Merged
merged 7 commits into from
Jan 30, 2024

Conversation

andresin87
Copy link
Member

@andresin87 andresin87 commented Jan 25, 2024

TASK:

Description, Motivation and Context

Types of changes

  • 🧾 Documentation

Screenshots - Animations

…-a-story-into-a-tab' into dark-mode-persisted-when-opening-a-story-into-a-tab
Copy link

codecov bot commented Jan 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3f12094) 98.05% compared to head (458bf8b) 98.05%.
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1845   +/-   ##
=======================================
  Coverage   98.05%   98.05%           
=======================================
  Files         709      709           
  Lines        5042     5042           
  Branches     1836     1836           
=======================================
  Hits         4944     4944           
  Misses         98       98           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@andresin87 andresin87 changed the title feat: query-paramiters persisting when opening a story on a full-view-mode feat: query-parameters persisting when opening a story on a full-view-mode Jan 26, 2024
@andresin87 andresin87 added this to the 2024 Q1 - Sprint 2 milestone Jan 26, 2024
@andresin87 andresin87 linked an issue Jan 26, 2024 that may be closed by this pull request
3 tasks
package.json Outdated
@@ -109,6 +109,7 @@
"postcss": "8.4.31",
"prettier": "3.2.4",
"prettier-plugin-tailwindcss": "0.5.11",
"query-string": "^8.1.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

Couldn't we use the URLSearchParams API instead?

Copy link
Member Author

Choose a reason for hiding this comment

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

I'll change it.

@andresin87 andresin87 merged commit 522d8cc into main Jan 30, 2024
10 of 11 checks passed
@andresin87 andresin87 deleted the dark-mode-persisted-when-opening-a-story-into-a-tab branch January 30, 2024 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Storybook dark mode not persisting
3 participants