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: add persistence flag #904

Merged
merged 1 commit into from
Dec 9, 2024
Merged

feat: add persistence flag #904

merged 1 commit into from
Dec 9, 2024

Conversation

Joozty
Copy link
Member

@Joozty Joozty commented Dec 9, 2024

Description

Added persistence flag

Available options:

  • 'cookie' (default): Session state will be stored in a browser cookie.
  • 'localStorage': Session state will be stored in the browser's localStorage.

If not specified, 'cookie' will be used as the default storage method.

Type of change

  • New feature (non-breaking change which adds functionality)

How has this been tested?

Delete options that are not relevant.

  • Manual testing

@Joozty Joozty changed the base branch from main to fix/longtasks December 9, 2024 09:22
Base automatically changed from fix/longtasks to main December 9, 2024 11:46
@Joozty Joozty force-pushed the feat/persistance-flag branch from 6e5c1fd to f82c025 Compare December 9, 2024 11:49
@Joozty Joozty force-pushed the feat/persistance-flag branch from f82c025 to 2d23cf6 Compare December 9, 2024 11:52
@Joozty Joozty self-assigned this Dec 9, 2024
@Joozty Joozty marked this pull request as ready for review December 9, 2024 11:53
@Joozty Joozty requested review from a team as code owners December 9, 2024 11:53
@Joozty Joozty merged commit 11b2511 into main Dec 9, 2024
6 checks passed
@Joozty Joozty deleted the feat/persistance-flag branch December 9, 2024 12:00
@github-actions github-actions bot locked and limited conversation to collaborators Dec 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants