consolidate stylesheets

This commit is contained in:
f0x 2024-11-05 15:52:45 +01:00
commit 6aa580a470
12 changed files with 183 additions and 50 deletions

View file

@ -49,9 +49,6 @@ func (m *Module) SettingsPanelHandler(c *gin.Context) {
Template: "settings.tmpl",
Instance: instance,
Stylesheets: []string{
cssFA,
cssProfile, // Used for rendering stub/fake profiles.
cssStatus, // Used for rendering stub/fake statuses.
cssSettings,
},
Javascript: []string{jsSettings},