forked from forgejo/forgejo
Allow to mark files in a PR as viewed (#19007)
Users can now mark files in PRs as viewed, resulting in them not being shown again by default when they reopen the PR again.
This commit is contained in:
parent
59b30f060a
commit
5ca224a789
16 changed files with 492 additions and 44 deletions
|
@ -262,3 +262,21 @@ a.blob-excerpt:hover {
|
|||
scroll-margin-top: 130px;
|
||||
}
|
||||
}
|
||||
|
||||
.changed-since-last-review {
|
||||
margin: 0 5px;
|
||||
padding: 0 3px;
|
||||
border: 2px var(--color-primary-light-3) solid;
|
||||
background-color: var(--color-primary-alpha-30);
|
||||
border-radius: 7px;
|
||||
}
|
||||
|
||||
.viewed-file-form {
|
||||
margin: 0 3px;
|
||||
padding: 0 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.viewed-file-checked-form {
|
||||
background-color: var(--color-primary-light-4);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue