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

Todo #6

Open
JMVRy opened this issue Apr 5, 2023 · 1 comment
Open

Todo #6

JMVRy opened this issue Apr 5, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@JMVRy
Copy link
Owner

JMVRy commented Apr 5, 2023

Need to make the autoUpdate and hourly options work, make the popup look halfway decent, make proper icons, and maybe see if I can get notifications of alerts to appear.

@JMVRy JMVRy added the enhancement New feature or request label Apr 5, 2023
@JMVRy
Copy link
Owner Author

JMVRy commented Apr 5, 2023

Today, I added some QoL features. Tomorrow, maybe getting the alerts. Alerts are relatively easy, as if you go to https://api.weather.gov/gridpoints/LOT/73,73, there's a "hazards" array that I can get alerts from.

Then, I could attempt the autoUpdate and/or hourly. autoUpdate will need to utilize a service worker that can update information in the background. The same service worker could also be the one that gives the alerts for hazards. Hourly will just need to be a simple URL change, plus if there's any information needed that isn't available.

Lastly, it's making it actually look proper and good. I'll need to attempt some CSS shenanigans to make it look decent, which shouldn't be too terrible. Making the icons will be interesting, however. Firstly, I need to stop using FontAwesome's icon and switch to one I can use. Then, it's to make the 48x48 icon that is displayed in the taskbar and on the chrome://extensions page

After all that, it should be complete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant