add collapse button to header

This commit is contained in:
sk
2023-02-06 10:42:27 +01:00
parent 85b6bc79a3
commit 937747e11b
6 changed files with 50 additions and 13 deletions

View File

@@ -60,6 +60,7 @@ public class Status extends BaseModel implements DisplayItemsParent{
public transient boolean filterRevealed;
public transient boolean spoilerRevealed;
public transient boolean textExpanded, textExpandable;
public transient boolean hasGapAfter;
private transient String strippedText;