Skip to content

Commit 3a2e988

Browse files
committed
feat: tabs
Settings laid out in tabs.
1 parent 38090b8 commit 3a2e988

File tree

6 files changed

+884
-540
lines changed

6 files changed

+884
-540
lines changed

infrastructure/configuration/config_html.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ var configTooltipsTemplate string
8787
//go:embed template/js/ui/reset-handler.js
8888
var configResetHandlerTemplate string
8989

90+
//go:embed template/js/ui/tabs.js
91+
var configTabsTemplate string
92+
9093
// App initialization
9194
//
9295
//go:embed template/js/app.js
@@ -298,6 +301,7 @@ func (r *ConfigHtmlRenderer) GetConfigHtml(settings types.Settings) string {
298301
"FormHandler": template.JS(configFormHandlerTemplate),
299302
"Tooltips": template.JS(configTooltipsTemplate),
300303
"ResetHandler": template.JS(configResetHandlerTemplate),
304+
"Tabs": template.JS(configTabsTemplate),
301305
// App initialization
302306
"App": template.JS(configAppTemplate),
303307
"Nonce": "ideNonce", // Replaced by IDE extension

0 commit comments

Comments
 (0)