Skip to content

Commit

Permalink
Add mosaic tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-Hurd committed Aug 7, 2024
1 parent dfc86f3 commit 9caacc4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/RunMosaic/RunMosaic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 9caacc4

Please sign in to comment.