summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-02 04:13:10 -0600
committerJeff Carr <[email protected]>2025-03-02 04:13:10 -0600
commitc5b6539c3b3b5c2ad3ba3eb893eefdf18b68a3cb (patch)
tree10726dfb30f2fe4c15f8c27755d0996e433155ff /structs.go
parentd953ae8db666cf4f88d330b17f85af77ba03f8b9 (diff)
clearer gui. hopefully
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go11
1 files changed, 3 insertions, 8 deletions
diff --git a/structs.go b/structs.go
index 965944d..8ae09b1 100644
--- a/structs.go
+++ b/structs.go
@@ -57,14 +57,6 @@ type mainType struct {
gitAuthor *gadgets.OneLiner // ENV GIT_AUTHOR NAME and EMAIL
forgeMode *gadgets.OneLiner // is the user in 'master', 'devel' or 'user' branches
- // displays a summary of all the repos
- // has total dirty, total read-only
- // total patches, etc
- // summary *patchSummary
-
- // when switch to user or devel branches, autocreate them
- autoCreateBranches *gui.Node
-
// these hold the branches that the user can switch all
// the repositories to them
newBranch *gui.Node // deprecate?
@@ -74,6 +66,9 @@ type mainType struct {
repoDevelMergeB *gui.Node // "merge to devel" repos button
repoWritableB *gui.Node // "what repos are writable" repos button
demoB *gui.Node // opens the demo
+ modeReleaseW *gui.Node // opens the release window
+ modePatchW *gui.Node // opens the patch window
+ modeUserW *gui.Node // opens the user/hack window
argvCheckoutUser bool // shared between the GUI and the command line tools
argvCheckoutDevel bool // shared between the GUI and the command line tools