Commit Graph

2 Commits (82ecd3b19eb1382521b7999bd0e2dd977c3b994d)

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.