Mention manual testing

This commit is contained in:
Yarden Shoham 2024-11-20 17:31:42 +00:00
parent 4f633caeca
commit 1c814613e7
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
<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 -->
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"