1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-17 08:45:48 +00:00
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>
2023-08-14 11:56:14 +02:00
..
fields Add validations.required check to dropdown field (#24849) 2023-05-22 21:26:48 +00:00
labels Allow to archive labels (#26478) 2023-08-14 11:56:14 +02:00
milestone Improve dropdown menus, remove inline styles (#24954) 2023-05-29 14:10:06 +00:00
view_content Fix incorrect redirection in new issue using references (#26440) 2023-08-10 20:04:08 +00:00
branch_selector_field.tmpl Replace fomantic divider module with our own (#25539) 2023-06-29 20:24:22 +08:00
card.tmpl Refactor project templates (#26448) 2023-08-12 10:30:28 +00:00
choose.tmpl Replace fomantic divider module with our own (#25539) 2023-06-29 20:24:22 +08:00
comment_tab.tmpl Improve markdown editor: width, height, preferred (#23895) 2023-04-07 13:03:29 -04:00
filters.tmpl Use template context function for avatar rendering (#26385) 2023-08-10 11:19:39 +08:00
label_precolors.tmpl Fix purple color in suggested label colors (#18241) 2022-01-11 12:11:40 -06:00
labels.tmpl Add template linting via djlint (#25212) 2023-06-14 18:17:58 +00:00
list.tmpl Refactor project templates (#26448) 2023-08-12 10:30:28 +00:00
milestone_issues.tmpl move issue filters to shared template (#25729) 2023-07-13 20:00:38 +00:00
milestone_new.tmpl Fix margin on the new/edit milestone page (#25801) 2023-07-12 10:36:56 +00:00
milestones.tmpl Fix milestones deletion (#25583) 2023-06-29 10:17:18 +02:00
navbar.tmpl Fix UI on mobile view (#25315) 2023-06-18 10:31:42 +00:00
new_form.tmpl Use template context function for avatar rendering (#26385) 2023-08-10 11:19:39 +08:00
new.tmpl Make Issue/PR/projects more compact, misc CSS tweaks (#24459) 2023-05-03 17:58:59 -04:00
openclose.tmpl Make Issue/PR/projects more compact, misc CSS tweaks (#24459) 2023-05-03 17:58:59 -04:00
search.tmpl Introduce shared template for search inputs (#25338) 2023-06-22 10:27:35 +00:00
view_content.tmpl Use template context function for avatar rendering (#26385) 2023-08-10 11:19:39 +08:00
view_title.tmpl Show correct naming for 1 comment (#25704) 2023-07-05 19:53:38 +00:00
view.tmpl Make Issue/PR/projects more compact, misc CSS tweaks (#24459) 2023-05-03 17:58:59 -04:00