jojo/templates/user/dashboard
Shiny Nematoda 255ed593d3 feat(issue-search): support query syntax (#9109)
List of currently supported filters:

- `is:open` (or `-is:closed`)
- `is:closed` (or `-is:open`)
- `is:all`
- `author:<username>`
- `assignee:<username>`
- `review:<username>`
- `mentions:<username>`
- `modified:[>|<]<date>`, where `<date>` is the last update date.
- `sort:<by>:[asc|desc]`, where `<by>` is among
	- created
	- comments
	- updated
	- deadline

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/9109
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
Reviewed-by: Ellen Εμιλία Άννα Zscheile <fogti@noreply.codeberg.org>
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Shiny Nematoda <snematoda.751k2@aleeas.com>
Co-committed-by: Shiny Nematoda <snematoda.751k2@aleeas.com>
2025-11-19 16:05:42 +01:00
..
dashboard.tmpl feat(ui): welcome screen for user dashboard (#7030) 2025-02-23 08:41:31 +00:00
feeds.tmpl fix: PR review dismissals were not appearing in activity feed (#8853) 2025-08-11 07:39:17 +02:00
guide.tmpl feat(ui): welcome screen for user dashboard (#7030) 2025-02-23 08:41:31 +00:00
issues.tmpl feat(issue-search): support query syntax (#9109) 2025-11-19 16:05:42 +01:00
milestones.tmpl feat: require data-modal-id for delete buttons (#8711) 2025-08-08 01:53:23 +02:00
navbar.tmpl ui: simplify main-attribute labels 2024-12-08 17:30:52 +05:00
repolist.tmpl Use flex-container for dashboard layout (#30214) 2024-04-21 11:12:00 +02:00