diff options
author | JakobDev <jakobdev@gmx.de> | 2024-10-09 06:56:40 +0200 |
---|---|---|
committer | Earl Warren <earl-warren@noreply.codeberg.org> | 2024-10-09 06:56:40 +0200 |
commit | 1fc5e41592029a223d318b1b50aaae2c06f30244 (patch) | |
tree | 312ef6fee4d1abc8737ceb570cb0e8aa4ce6adcb /release-notes | |
parent | Update actions/cache action to v4.1.1 (forgejo) (#5498) (diff) | |
download | forgejo-1fc5e41592029a223d318b1b50aaae2c06f30244.tar.xz forgejo-1fc5e41592029a223d318b1b50aaae2c06f30244.zip |
[Feat]Add link to show all Issues/PullRequests (#4125)
The Issue and PullRequest list has 3 states:
- open: This lists all open Issues/PullRequests
- closed: This lists all closed Issues/PullRequests
- all: This lists all open and closed Issues/PullRequests
If you want to get to the all state, you need to click Open while in open state or Closed while in closed state, which is very unintuitive. This PR adss a third button to get to this state.
![grafik](/attachments/4ff59e4c-e318-40f0-80ba-f921ce098919)
I'm not sure if the eye icon fits well, but I couldn't find a better one.
Tests will be added once #4124 is merged.
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4125
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: JakobDev <jakobdev@gmx.de>
Co-committed-by: JakobDev <jakobdev@gmx.de>
Diffstat (limited to 'release-notes')
-rw-r--r-- | release-notes/4125.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release-notes/4125.md b/release-notes/4125.md new file mode 100644 index 0000000000..4e1e401285 --- /dev/null +++ b/release-notes/4125.md @@ -0,0 +1 @@ +Added link to show all Issues/PullRequests |