hsr-optimizer icon indicating copy to clipboard operation
hsr-optimizer copied to clipboard

feat: info page

Open FI00ds opened this issue 1 year ago • 4 comments

Pull Request

Description

  • Added information page with contributors, links, and roadmap items
  • Added contributors, loaded automatically via GitHub REST API
  • Added roadmap items, configured in ChangelogTab.tsx
  • [ ] TODO?: add fallback for access when rate limited?

Related Issue

Closes #189

Checklist

  • [x] I have added commit messages that are descriptive and meaningful.
  • [x] I have tested the changes locally.
  • [x] I have reviewed the code changes.

Screenshots

%pn_24-08-06-00-55

FI00ds avatar Jul 04 '24 18:07 FI00ds

idk what to add for the GDPR/Cookie policy compliance

FI00ds avatar Jul 06 '24 19:07 FI00ds

image

I somewhat feel like we should just hardcode the contributor list & roadmap - These things don't update often enough to really necessitate a live api call

fribbels avatar Aug 06 '24 02:08 fribbels

yeah roadmap is probably fine for hardcoding. For the contributors it only costs 1 point to fetch them all anyways so you would basically never hit the rate limit (60 points / hour) also:

Dynamically pull the contributor icons/urls from github and display a list of them.

:ragey: but hardcoding is probably fine as well as long as we remember to update every so often

FI00ds avatar Aug 06 '24 15:08 FI00ds

Will probably attempt to work on this & convert into sort of a landing page some time this next coming update or two

fribbels avatar Sep 09 '24 10:09 fribbels

closing this now that you added the home page

FI00ds avatar Nov 09 '24 09:11 FI00ds