Merge remote-tracking branch 'origin/develop' into misc-style-fixes-or-changes

+ better comment
This commit is contained in:
Henry Jameson 2025-08-21 17:15:50 +03:00
commit 17c04d4d83
17 changed files with 521 additions and 140 deletions

View file

@ -18,8 +18,8 @@ library.add(
faPollH
)
const StatusContent = {
name: 'StatusContent',
const StatusBody = {
name: 'StatusBody',
props: [
'compact',
'collapse', // replaces newlines with spaces
@ -150,4 +150,4 @@ const StatusContent = {
}
}
export default StatusContent
export default StatusBody