Relationship
+ {this.editRelationship} +Description
+ {this.editDescription} +Show link
+Auto-move anchors
+Display arrow
+Follow by
+ +Animation
+ +Play Target Audio
+Zoom Text Selections
+Toggle Follow to Outer Context
+Toggle Target (Show/Hide)
+Ease Transitions
+Capture Offset to Target
+Center Target (no zoom)
+Zoom %
+Relationship
- {this.editRelationship} -Description
- {this.editDescription} -Show link
-Auto-move anchors
-Display arrow
-Follow by
- -Animation
- -Play Target Audio
-Zoom Text Selections
-Toggle Follow to Outer Context
-Toggle Target (Show/Hide)
-Ease Transitions
-Capture Offset to Target
-Center Target (no zoom)
-Zoom %
-
;
+ const presPinWithViewIcon =
;
const buttons = (
<>
-
;
+ return !icon ? null : icon === 'pres-trail' ? trailsIcon() :
;
- return !icon ? null : icon === 'pres-trail' ? trailsIcon() : Change highlighter color:
-
- brown
- dash
+ brown
+ dash
{`wiki:phrase`}
{` display wikipedia page for entered text (terminate with carriage return)`}
diff --git a/src/client/views/PropertiesButtons.tsx b/src/client/views/PropertiesButtons.tsx
index 2e3668268..b74eabcc3 100644
--- a/src/client/views/PropertiesButtons.tsx
+++ b/src/client/views/PropertiesButtons.tsx
@@ -244,10 +244,10 @@ export class PropertiesButtons extends React.Component<{}, {}> {
@computed get layout_autoHeightButton() {
// store previous dimensions to store old values
return this.propertyToggleBtn(
- on => 'Auto\xA0Size',
+ on => (on ? 'AUTO\xA0SIZE' : 'FIXED SIZE'),
'_layout_autoHeight',
on => `Automatical vertical sizing to show all content`,
- on => 'arrows-alt-v'
+ on =>
New Group
@@ -366,7 +367,7 @@ export class GroupManager extends React.Component<{}> {
const groups = this.groupSort === 'ascending' ? this.allGroups.sort(sortGroups) : this.groupSort === 'descending' ? this.allGroups.sort(sortGroups).reverse() : this.allGroups;
return (
- {user.username}
+
Active users:{this._stats?.socketMap.length}
{this._stats?.socketMap.map((user: any) => (