Skip to content

[Frontend] - #388 - replace sessionStorage by localStorage - #389

Merged
bramcomyn merged 1 commit into
developmentfrom
localStorage
Apr 3, 2025
Merged

[Frontend] - #388 - replace sessionStorage by localStorage#389
bramcomyn merged 1 commit into
developmentfrom
localStorage

Conversation

@bramcomyn

Copy link
Copy Markdown
Contributor

Related Issues

Description

Because of the different scope of localStorage vs sessionStorage, @brentjan thought it would be a good idea to switch to the first.

This PR simply does that and nothing more

@bramcomyn bramcomyn added the enhancement New feature or request label Apr 2, 2025
@bramcomyn bramcomyn added this to the Milestone 2 milestone Apr 2, 2025
@bramcomyn bramcomyn self-assigned this Apr 2, 2025
@bramcomyn bramcomyn linked an issue Apr 2, 2025 that may be closed by this pull request

@brentjan brentjan left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Does work now by opening the site in multiple tabs? Maybe we can also implement the logic of first checking the local storage and try to log in with that first (and redirect if succesful).

@bramcomyn

Copy link
Copy Markdown
Contributor Author

@brentjan and I manually confirmed this, since testing this is quite complicated. This works as expected and should not pose any issues.

@bramcomyn
bramcomyn requested a review from brentjan April 3, 2025 14:46
@bramcomyn
bramcomyn merged commit 58496d1 into development Apr 3, 2025
@bramcomyn
bramcomyn deleted the localStorage branch April 3, 2025 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Frontend] - localStorage instead of sessionStorage

3 participants