We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f633ca commit 1c81461Copy full SHA for 1c81461
templates/repo/watchers.tmpl
@@ -4,7 +4,8 @@
4
<div class="no-loading-indicator tw-hidden"></div>
5
<!-- this element reloads its content with htmx as soon as a response from the backend
6
includes the header "HX-Trigger: refreshCards". This usually happens when a user
7
- watched/unwatched/starred/unstarred and we want their user card to appear/disappear -->
+ watched/unwatched/starred/unstarred and we want their user card to appear/disappear.
8
+ To test go to the watchers page and click the watch button. The user cards should reload. -->
9
<div
10
hx-trigger="refreshCards from:body"
11
hx-indicator=".no-loading-indicator"
0 commit comments