You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/templates/repo/issue
puni9869 cafce3b4b5
Allow to archive labels (#26478)
## Archived labels 

This adds the structure to allow for archived labels.
Archived labels are, just like closed milestones or projects, a medium to hide information without deleting it.
It is especially useful if there are outdated labels that should no longer be used without deleting the label entirely.

## Changes

1. UI and API have been equipped with the support to mark a label as archived
2. The time when a label has been archived will be stored in the DB

## Outsourced for the future

There's no special handling for archived labels at the moment.
This will be done in the future.

## Screenshots

![image](https://github.com/go-gitea/gitea/assets/80308335/208f95cd-42e4-4ed7-9a1f-cd2050a645d4)

![image](https://github.com/go-gitea/gitea/assets/80308335/746428e0-40bb-45b3-b992-85602feb371d)

Part of https://github.com/go-gitea/gitea/issues/25237

---------

Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2 years ago
..
fields
labels Allow to archive labels (#26478) 2 years ago
milestone Improve dropdown menus, remove inline styles (#24954) 2 years ago
view_content Fix incorrect redirection in new issue using references (#26440) 2 years ago
branch_selector_field.tmpl Replace fomantic divider module with our own (#25539) 2 years ago
card.tmpl Refactor project templates (#26448) 2 years ago
choose.tmpl Replace fomantic divider module with our own (#25539) 2 years ago
comment_tab.tmpl
filters.tmpl Use template context function for avatar rendering (#26385) 2 years ago
label_precolors.tmpl
labels.tmpl Add template linting via djlint (#25212) 2 years ago
list.tmpl Refactor project templates (#26448) 2 years ago
milestone_issues.tmpl move issue filters to shared template (#25729) 2 years ago
milestone_new.tmpl Fix margin on the `new/edit milestone` page (#25801) 2 years ago
milestones.tmpl Fix milestones deletion (#25583) 2 years ago
navbar.tmpl Fix UI on mobile view (#25315) 2 years ago
new.tmpl
new_form.tmpl Use template context function for avatar rendering (#26385) 2 years ago
openclose.tmpl
search.tmpl Introduce shared template for search inputs (#25338) 2 years ago
view.tmpl
view_content.tmpl Use template context function for avatar rendering (#26385) 2 years ago
view_title.tmpl Show correct naming for 1 comment (#25704) 2 years ago