mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-20 14:27:29 -06:00
[feature] Use blurhashes in frontend, tidy up gallery view a bit
This commit is contained in:
parent
13e7ac3e6a
commit
df425ac08a
16 changed files with 421 additions and 123 deletions
|
|
@ -54,7 +54,13 @@ func (m *Module) SettingsPanelHandler(c *gin.Context) {
|
|||
cssStatus, // Used for rendering stub/fake statuses.
|
||||
cssSettings,
|
||||
},
|
||||
Javascript: []string{jsSettings},
|
||||
Javascript: []apiutil.JavascriptEntry{
|
||||
{
|
||||
Src: jsSettings,
|
||||
Async: true,
|
||||
Defer: true,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
apiutil.TemplateWebPage(c, page)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue