Monorepo for Tangled
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

appview/repo: don't refresh page on default branch change

knotmirror update happens asynchronously, so if we immediately refresh
the page, default branch will rollback to original.

Not refreshing a page here is totally fine.

Signed-off-by: Seongmin Lee <git@boltless.me>

authored by

Seongmin Lee and committed by tangled.org c6b95ed9 18a23de1

-2
-2
appview/repo/settings.go
··· 67 67 rp.pages.Notice(w, noticeId, xrpcerr.Error()) 68 68 return 69 69 } 70 - 71 - rp.pages.HxRefresh(w) 72 70 } 73 71 74 72 func (rp *Repo) Secrets(w http.ResponseWriter, r *http.Request) {