Commit Graph

2 Commits (0a85537c79b65f3b10a4b66265a23a8de46a2e43)

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.