-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Hide archived labels by default from the suggestions when assigning labels for an issue #27451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
delvh
merged 30 commits into
go-gitea:main
from
puni9869:punit/update-pr-label-filter-archived-functionality
Oct 17, 2023
Merged
Changes from 15 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
e25b7fc
Adding archive label functionality for label selector in issue detail…
puni9869 2fa6357
Merge branch 'main' into punit/update-pr-label-filter-archived-functi…
puni9869 8db7e06
Reverting the linted code
puni9869 f0be3f7
Merge branch 'main' into punit/update-pr-label-filter-archived-functi…
puni9869 0560ad0
Merge branch 'main' into punit/update-pr-label-filter-archived-functi…
puni9869 90116d8
Hiding the labels when there is no archived label is tagged in issue …
puni9869 33b01af
Merge branch 'main' into punit/update-pr-label-filter-archived-functi…
puni9869 1a55eae
using archived label template
puni9869 62cbe2b
Merge branch 'main' into punit/update-pr-label-filter-archived-functi…
puni9869 1f592c3
Merge branch 'main' into punit/update-pr-label-filter-archived-functi…
puni9869 009f923
Merge branch 'main' into punit/update-pr-label-filter-archived-functi…
puni9869 107accb
Style correction
puni9869 5e855a5
Merge branch 'main' into punit/update-pr-label-filter-archived-functi…
puni9869 d281bbe
Merge branch 'main' into punit/update-pr-label-filter-archived-functi…
puni9869 e9062ba
Merge branch 'main' into punit/update-pr-label-filter-archived-functi…
puni9869 2da88f7
Indentation for anchor tag
puni9869 a375801
Typo
puni9869 a43dd00
Similar ui for archived hint.
puni9869 6e70661
Merge branch 'main' into punit/update-pr-label-filter-archived-functi…
puni9869 9d8ed4b
Merge branch 'main' into punit/update-pr-label-filter-archived-functi…
puni9869 7101b32
Merge branch 'main' into punit/update-pr-label-filter-archived-functi…
puni9869 c4db3ad
Merge branch 'main' into punit/update-pr-label-filter-archived-functi…
puni9869 e3bffa7
Update web_src/js/features/repo-issue.js
silverwind b17d36a
Update web_src/js/features/repo-issue.js
silverwind 013008e
Update web_src/js/features/repo-issue.js
silverwind c3f1a40
Merge branch 'main' into punit/update-pr-label-filter-archived-functi…
puni9869 f7813de
Adding comments
puni9869 f52da8f
Merge branch 'main' into punit/update-pr-label-filter-archived-functi…
GiteaBot 7b84f89
Merge branch 'main' into punit/update-pr-label-filter-archived-functi…
GiteaBot 12411af
Merge branch 'main' into punit/update-pr-label-filter-archived-functi…
GiteaBot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,3 +45,8 @@ | |
.label-operation .label { | ||
height: fit-content; | ||
} | ||
|
||
.archived-label-hint { | ||
float: right; | ||
margin: -12px; | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.