diff options
| author | Jeff Carr <[email protected]> | 2025-03-02 04:13:10 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-02 04:13:10 -0600 |
| commit | c5b6539c3b3b5c2ad3ba3eb893eefdf18b68a3cb (patch) | |
| tree | 10726dfb30f2fe4c15f8c27755d0996e433155ff /structs.go | |
| parent | d953ae8db666cf4f88d330b17f85af77ba03f8b9 (diff) | |
clearer gui. hopefully
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -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 |
