Technology-Snail / MySnail

This fun chrome extension allows you to have a customizable virtual pet snail that shows up on every website you visit. 🐌
https://technology-snail.github.io/MySnail/
MIT License
1 stars 0 forks source link

Reorganize & Update Style #4

Closed WesleyMcGinn closed 1 year ago

WesleyMcGinn commented 1 year ago

There are some files that we want in the repository that shouldn't have to be downloaded to the user's computer for memory purposes. For example, the SVG file for the snail isn't needed in the extension because it is minified and stored as a string directly in the snail.js file and accessed through mySnail.HTMLdata. But we still want to have a neatly organized, unminified version of the SVG code that we can easily access, view, and edit. Other files that we may not need to download to every user's computer currently include or may include in the future:

In addition to these organizational changes, the style of the popup / options page (settings.html) was updated. A new, more sophisticated font is being used, button colors were added to avoid catastrophic confusion, and hover descriptions for color selections were added so that users know how each color adjustment affects the snail.