-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat: query-parameters persisting when opening a story on a full-view-mode #1845
Conversation
…-a-story-into-a-tab' into dark-mode-persisted-when-opening-a-story-into-a-tab
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
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", |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll change it.
TASK:
Description, Motivation and Context
Types of changes
Screenshots - Animations