feat: improve Jira URL UX and settings editing

This commit is contained in:
Mikhail Kiselev
2026-03-13 04:01:14 +03:00
parent 9c6a2dbf96
commit 6f153d7f32
5 changed files with 350 additions and 24 deletions

View File

@@ -73,4 +73,5 @@ type Settings struct {
WindowFullHeight bool `json:"windowFullHeight" gorm:"default:true"` // use full screen height
WindowX int `json:"windowX" gorm:"default:-1"` // -1 = not set (center)
WindowY int `json:"windowY" gorm:"default:-1"` // -1 = not set (center)
DefaultJiraUrl string `json:"defaultJiraUrl" gorm:"default:''"`
}