Add link to re-show the popup, and add some colour and other visual improvements

This commit is contained in:
2021-10-26 22:48:16 +10:30
parent 3964c6fa72
commit 4b433304f6
5 changed files with 43 additions and 19 deletions

View File

@@ -15,6 +15,7 @@ import (
type Download struct {
Id int `json:"id"`
Url string `json:"url"`
PopupUrl string `json:"popup_url"`
Pid int `json:"pid"`
ExitCode int `json:"exit_code"`
State string `json:"state"`