-
Notifications
You must be signed in to change notification settings - Fork 72
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
refactor: move webStorage to shared #14329
Open
standeren
wants to merge
1
commit into
main
Choose a base branch
from
14230-move-webstorage-out-of-pure-functions
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
area/ui-editor
Area: Related to the designer tool for assembling app UI in Altinn Studio.
area/dashboard
Area: Related to the dashboard application
area/app-preview
Area: Related to test and preview of apps that are developed in Altinn Studio.
solution/studio/designer
Issues related to the Altinn Studio Designer solution.
area/studio-root
Area: Issues related to studio-root application
area/overview
Area: Related to the overview page
frontend
labels
Dec 23, 2024
standeren
added
quality/code
Violations from current rules for code, best practices, etc. Or just bad code.
skip-releasenotes
Issues that do not make sense to list in our release notes
team/studio-domain1
skip-manual-testing
PRs that do not need to be tested manually
skip-documentation
Issues where updating documentation is not relevant
labels
Dec 23, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #14329 +/- ##
==========================================
- Coverage 95.56% 95.56% -0.01%
==========================================
Files 1843 1843
Lines 23886 23885 -1
Branches 2752 2752
==========================================
- Hits 22827 22826 -1
Misses 802 802
Partials 257 257 ☔ View full report in Codecov by Sentry. |
standeren
force-pushed
the
14230-move-webstorage-out-of-pure-functions
branch
from
December 23, 2024 08:37
66ddb19
to
92190fe
Compare
github-actions
bot
added
area/process
Area: Related to app process (e.g. signing, receipt, fill inn, payment, etc).
area/text-editor
Area: Related to creating, translating and editing texts.
labels
Dec 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/app-preview
Area: Related to test and preview of apps that are developed in Altinn Studio.
area/dashboard
Area: Related to the dashboard application
area/overview
Area: Related to the overview page
area/process
Area: Related to app process (e.g. signing, receipt, fill inn, payment, etc).
area/studio-root
Area: Issues related to studio-root application
area/text-editor
Area: Related to creating, translating and editing texts.
area/ui-editor
Area: Related to the designer tool for assembling app UI in Altinn Studio.
frontend
quality/code
Violations from current rules for code, best practices, etc. Or just bad code.
skip-documentation
Issues where updating documentation is not relevant
skip-manual-testing
PRs that do not need to be tested manually
skip-releasenotes
Issues that do not make sense to list in our release notes
solution/studio/designer
Issues related to the Altinn Studio Designer solution.
team/studio-domain1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
WebStorage
to root inshared
.useLocalStorage
from@studio/components
toshared/hooks
also since it is dependent ofWebStorage
which is now an app-specific package.Related Issue(s)
Verification