0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-11-21 13:32:03 +01:00
This commit is contained in:
Yarden Shoham 2024-11-20 17:42:05 +00:00
parent 1c814613e7
commit 92bc292b29

View file

@ -3,9 +3,9 @@
{{template "repo/header" .}}
<div class="no-loading-indicator tw-hidden"></div>
<!-- this element reloads its content with htmx as soon as a response from the backend
includes the header "HX-Trigger: refreshCards". This usually happens when a user
watched/unwatched/starred/unstarred and we want their user card to appear/disappear.
To test go to the watchers page and click the watch button. The user cards should reload. -->
includes the header "HX-Trigger: refreshCards". This usually happens when a user
watched/unwatched/starred/unstarred and we want their user card to appear/disappear.
To test go to the watchers page and click the watch button. The user cards should reload. -->
<div
hx-trigger="refreshCards from:body"
hx-indicator=".no-loading-indicator"