+BIGFIX: order buttons, collapse inhalte list

This commit is contained in:
Simon Martens
2026-01-16 18:15:59 +01:00
parent 8c96aaa88b
commit 136cb5f757
9 changed files with 201 additions and 42 deletions

View File

@@ -90,7 +90,6 @@ var CONTENTS_FTS5_FIELDS = []string{
YEAR_FIELD,
EXTENT_FIELD,
DIMENSIONS_FIELD,
NUMBERING_FIELD,
ENTRIES_TABLE,
AGENTS_TABLE,
MUSENALMID_FIELD,
@@ -394,7 +393,6 @@ func FTS5ValuesContent(content *Content, entry *Entry, agents []*Agent) []string
strconv.Itoa(content.Year()),
content.Extent(),
content.Dimensions(),
strconv.FormatFloat(content.Numbering(), 'f', 3, 64),
entrystring,
agentstring,
strconv.Itoa(content.MusenalmID()),