0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-28 17:08:22 +01:00
gitea/modules/context
wxiaoguang b71cb7acdc
Use fetch to send requests to create issues/comments (#25258)
Follow #23290

Network error won't make content lost. And this is a much better
approach than "loading-button".

The UI is not perfect and there are still some TODOs, they can be done
in following PRs, not a must in this PR's scope.

<details>


![image](https://github.com/go-gitea/gitea/assets/2114189/c94ba958-aa46-4747-8ddf-6584deeed25c)

</details>
2023-06-16 06:32:43 +00:00
..
access_log.go
api_org.go
api_test.go
api.go
base.go Use fetch to send requests to create issues/comments (#25258) 2023-06-16 06:32:43 +00:00
captcha.go
context_cookie.go
context_model.go
context_request.go
context_response.go Use fetch to send requests to create issues/comments (#25258) 2023-06-16 06:32:43 +00:00
context_test.go
context.go Fix install page context, make the install page tests really test (#24858) 2023-05-23 09:29:15 +08:00
csrf.go
org.go
package.go Fix install page context, make the install page tests really test (#24858) 2023-05-23 09:29:15 +08:00
pagination.go
permission.go Redesign Scoped Access Tokens (#24767) 2023-06-04 20:57:16 +02:00
private.go
repo.go
response.go
utils.go
xsrf_test.go
xsrf.go