]> source.dussan.org Git - gitea.git/commit
Use yellow if an approved review is stale (#26312)
authorsebastian-sauer <sauer.sebastian@gmail.com>
Thu, 3 Aug 2023 21:28:21 +0000 (23:28 +0200)
committerGitHub <noreply@github.com>
Thu, 3 Aug 2023 21:28:21 +0000 (00:28 +0300)
commit70647bd04ccabcedc32bb92a0dd24502b93a4f59
tree9f95518b1ed6b6b334c82838e8823d44d78ac754
parentd74c2228e3f93de502aa37095a00421ca67c4ca9
Use yellow if an approved review is stale (#26312)

By using a different color it's clear that the review isn't pointing to
the latest commit.

**Screenshots:**
Not stale review:

![image](https://github.com/go-gitea/gitea/assets/1135157/2901ad69-e0d8-4041-b760-277d02dafd45)
Stale review:

![image](https://github.com/go-gitea/gitea/assets/1135157/500b306e-a994-42d4-a2fd-1174774ba5ee)

fixes #26306
models/issues/review.go