-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Update the list of watchers and stargazers when clicking watch/unwatch or star/unstar #32570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
c621f9a
bb88042
4f633ca
1c81461
92bc292
da86679
f00c491
09aac88
b1aa34a
ae207c0
61c882c
ab2843b
8f073fa
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,14 @@ | ||
| {{template "base/head" .}} | ||
| <div role="main" aria-label="{{.Title}}" class="page-content repository watchers"> | ||
| {{template "repo/header" .}} | ||
| <div class="ui container"> | ||
| <div class="no-loading-indicator tw-hidden"></div> | ||
| <div | ||
| hx-trigger="refreshCards from:body" | ||
wxiaoguang marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| hx-indicator=".no-loading-indicator" | ||
| hx-swap="innerHTML" | ||
| hx-get="{{$.Link}}/cards" | ||
|
||
| class="ui container" | ||
| > | ||
| {{template "repo/user_cards" .}} | ||
| </div> | ||
| </div> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.