From 9caacc4854fc693444473beae18ea9b3a0508d79 Mon Sep 17 00:00:00 2001 From: Matt-Hurd Date: Wed, 7 Aug 2024 16:04:29 -0500 Subject: [PATCH] Add mosaic tutorial --- src/components/RunMosaic/RunMosaic.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/RunMosaic/RunMosaic.tsx b/src/components/RunMosaic/RunMosaic.tsx index 2752ff1..c1936d2 100644 --- a/src/components/RunMosaic/RunMosaic.tsx +++ b/src/components/RunMosaic/RunMosaic.tsx @@ -93,6 +93,10 @@ const RunMosaic: React.FC = () => { "Here you can add notes that stay visible for entire branches. These will be saved between sessions.", elementId: "branchNotesDisplay", }, + { + title: "Mosaic", + description: "Each of these panels can be individually dragged, dropped, and resized to meet your preferences.", + }, ]; const initialLayoutStorage = StorageManager.getItem("layout");