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

refractor: Move config modal code into modal component #44

Closed
wants to merge 1 commit into from

Conversation

raptor-07
Copy link

Moved Config modal code from 'App.svelte' to 'Modal.svelte' along with its required dependencies. Requesting Code Review.

export let showModal;

let messages: messageType[] = [];
Copy link
Member

Choose a reason for hiding this comment

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

This should stay in the App.svelte, Modal.svelte should only contain modal logic.

@glaslos
Copy link
Member

glaslos commented May 31, 2023

Resolved with #45

@glaslos glaslos closed this May 31, 2023
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.

2 participants