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

Associate history entries with AddSourceModal state #4591

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

briangregoryholmes
Copy link
Contributor

@briangregoryholmes briangregoryholmes commented Apr 12, 2024

This PR adds history entries associated with the state of the Add Source modal. This is something that is trivial and has a pretty clean API in SvelteKit 2.0, but is kind of cumbersome using native browser APIs. As such, this is kind of a patchy approach and another reason to move to 2.0 as soon as possible.

Closes: #4541

@briangregoryholmes briangregoryholmes self-assigned this Apr 12, 2024
@briangregoryholmes briangregoryholmes changed the title initial commit Associate history entries with AddSourceModal state Apr 12, 2024
Copy link
Contributor

@ericpgreen2 ericpgreen2 left a comment

Choose a reason for hiding this comment

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

Looks good 👍

@ericpgreen2 ericpgreen2 merged commit cc69e13 into main Apr 12, 2024
6 checks passed
@ericpgreen2 ericpgreen2 deleted the bgh/add-source-history branch April 12, 2024 17:32
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.

The Back button in the Add Source modal closes the dialog
2 participants