honeynet / ochi

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

Added config modal to support number of messages and dev/prod mode feature #38

Closed aditygrg2 closed 1 year ago

aditygrg2 commented 1 year ago

Related to Issue #24

Used a Modal component using a slot composition by Svelte. Also formatting is done, and made the request without SSL.

glaslos commented 1 year ago

Please merge the main branch into your feature branch

aditygrg2 commented 1 year ago

Hi @glaslos, merged. Please review and let me know if any changes are required to improve this contribution

glaslos commented 1 year ago

We should exclude the package-lock.json from prettier

aditygrg2 commented 1 year ago

We should exclude the package-lock.json from prettier

@glaslos Updated .prettierignore file to include package-lock.json, and package.json. Also, I was not using any json formatter for formatting these two files.

aditygrg2 commented 1 year ago

@glaslos updated the files. Please check and thank you for several re-reviews.

glaslos commented 1 year ago

@aditygrg2 please resolve the conflicts.

aditygrg2 commented 1 year ago

Hi @glaslos, conflicts are resolved now.