Commit Graph

2 Commits (a036507204fabd1d7cff3577692bc7d8e4ef7395)

Author SHA1 Message Date
silverwind b4d420d865
Replace unstyled meter with progress ()
Replace the only `<meter>` element in use with a `<progress>` which is
styled properly. Also slightly adjust colors on it for better contrast.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
delvh 5ca224a789
Allow to mark files in a PR as viewed ()
Users can now mark files in PRs as viewed, resulting in them not being shown again by default when they reopen the PR again.