honeynet / ochi

https://ochi.mushmush.org
GNU General Public License v3.0
25 stars 15 forks source link

Move config modal code into modal component #43

Closed glaslos closed 1 year ago

glaslos commented 1 year ago

Currently the config modal code is in App.svelte but should be moved to Modal.svelte.

raptor-07 commented 1 year ago

Hey! I can solve this! Please assign it to me. Update: You can view my PR here QUERY: Modal.svelte was not using TypeScript, and, since the dependencies are typed can I add TypeScript to Modal.svelte?

glaslos commented 1 year ago

Resolved with https://github.com/glaslos/ochi/pull/45