PocketRelay / Dashboard

Dashboard website for PocketRelay
MIT License
2 stars 3 forks source link

Update notifications #11

Closed jacobtread closed 1 year ago

jacobtread commented 1 year ago

Description

Query the GitHub repository for the latest server release version for super admin accounts and display a notification along with update documentation links to make it easier for server admins to update/know when to update

Extra Notes

Possibly make this a configuration setting to determine whether updates should be checked for on the dashboard or not its non invasive so not required maybe add later if requested by users Possibly allow user to disable seeing update notifications through a browser cookie/local storage key Not a notification so no need to dismiss

Checklist

jacobtread commented 1 year ago

The dashboard will now check for updates when the SuperAdmin is the logged-in user and will show on the dashboard home page that the version is outdated. Clicking the new version will take them to the release page where they can download the newer version

image