mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-06-14 15:08:45 +00:00
Update error page
- Add retry button for GET requests - Only show signin button when it's a session error
This commit is contained in:
parent
089d4ac500
commit
2cb6a515ac
4 changed files with 23 additions and 10 deletions
renderer
|
@ -34,7 +34,9 @@ type NavData struct {
|
|||
|
||||
type ErrorData struct {
|
||||
*CommonData
|
||||
Error string
|
||||
Err string
|
||||
Retry bool
|
||||
SessionErr bool
|
||||
}
|
||||
|
||||
type HomePageData struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue