From a45ae9050d2388d84005f1280625b7b6ee3cf989 Mon Sep 17 00:00:00 2001 From: alinayejin Date: Wed, 6 Dec 2023 22:03:08 -0500 Subject: initial demo --- .../collectionFreeForm/CollectionFreeFormInfoUI.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src') diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormInfoUI.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormInfoUI.tsx index 09df4bfab..d38cabc7e 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormInfoUI.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormInfoUI.tsx @@ -29,11 +29,11 @@ export class CollectionFreeFormInfoUI extends React.Component ({ x: NumCast(this.firstDoc?.x), y: NumCast(this.firstDoc?.y), links: this.firstDoc && LinkManager.Instance.getAllDirectLinks(this.firstDoc) }), ({ x, y, links }) => { if ((x && x != this.firstDocPos.x) || (y && y != this.firstDocPos.y)) { - this.message = 'You moved the doc.'; + this.message = 'Great moves. Try creating a second document.'; } if (links && links.length > 0) { - this.message = 'You made your first link! You can also click the link icon to start and complete the link.'; + this.message = 'You made your first link! You can view your links by selecting the blue dot.'; } }, { fireImmediately: true } @@ -57,7 +57,7 @@ export class CollectionFreeFormInfoUI extends React.Component ({ pin: Doc.ActivePresentation?.data, trails: DocumentManager.Instance.DocumentViews.find(view => view.Document === Doc.MyTrails) }), ({ pin, trails }) => { - if (pin) { - this.message = 'You pinned your doc to a trail.'; - } + // if (pin) { + // this.message = 'You pinned your doc to a trail.'; + // } if (trails) { this.message = 'This is your trails tab.'; } -- cgit v1.2.3-70-g09d2