forgejo: filter issues in projects by label #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Upstream issue: https://codeberg.org/forgejo/forgejo/issues/1396
Upstream issue mentions filtering for milestones, and adding milestones to projects. These should be two different pieces of work; this issue is about projects only
Languages
go-html-template: basically it's HTML with templating syntax from Go library, which is often used in Go projects
Relevant Info
Here are templates for projects: https://codeberg.org/forgejo/forgejo/src/branch/forgejo/templates/projects
Seems we can steal a lot from existing label filtering on issues: https://codeberg.org/forgejo/forgejo/src/branch/forgejo/templates/repo/issue
In particular, these files seem very relevant:
https://codeberg.org/forgejo/forgejo/src/branch/forgejo/templates/repo/issue/filter_actions.tmpl
https://codeberg.org/forgejo/forgejo/src/branch/forgejo/templates/repo/issue/filter_list.tmpl