forgejo/templates/repo/issue/view_content/sidebar
Gusted d731dc793b
[UI] Convert milestone to HTMX
- Currently if you want to update the milestone of an issue or pull
request, your whole page will be reloaded to reflect the newly set
milestone. This is quite unecessary, as only the milestone text is
updated and a new timeline event is added.
- This patch converts the milestone section in the issue/pull request
sidebar to use HTMX, so it becomes a progressive element and avoids
reloading the whole page to update the milestone.
- The update of the milestone section itself is quite straightforward
and nothing special is happening. To support adding new timeline events,
a new element `#insert-timeline` is conviently placed after the last
timeline event, which can be used with
[`hx-swap-oob`](https://htmx.org/attributes/hx-swap-oob/) to position
new timeline events before that element.
- Adds E2E test.
2024-07-17 14:52:00 +02:00
..
actions.tmpl
assignees.tmpl
branch_selector_field.tmpl
dependencies.tmpl
due_deadline.tmpl
milestones.tmpl
participants.tmpl
projects.tmpl
pull_maintainer_edits.tmpl
pull_review.tmpl
pull_reviewers.tmpl
pull_wip.tmpl
reference.tmpl
timetracking.tmpl
watch.tmpl
watching.tmpl