Skip to content

Commit

Permalink
fix images
Browse files Browse the repository at this point in the history
Signed-off-by: Victoria Nduka <122698422+nwanduka@users.noreply.github.com>
  • Loading branch information
nwanduka committed Mar 22, 2024
1 parent b3926d5 commit 059ed28
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions content/en/meshmap/visualizer/visualizer views.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,43 +15,43 @@ Here's what you can do with views in Visualizer:
### 1. Save a view
To save a view, simply give your view a title in the Name field at the top of the canvas. Any changes made to the view will be automatically saved. Alternatively, click on the "Save as" button at the top of the canvas. A modal will pop up for you to give your view a name and save it.

<img src="./images/SaveView.png" alt="Save a view" width="500">
![Save a view](/meshmap/visualizer/images/SaveView.png)

### 2. Set view visibility
You can choose to set your views to be either public or private. When views are set as public, everyone within your workspace can access these views. Views set as private are visible only to the person who created the view, ie the owner.

<img src="./images/Visibility.png" alt="Set view visibility" height="300">
![Set view visibility](/meshmap/visualizer/images/Visibility.png)

### 3. Share a view
Sharing a view lets you collaborate with team members. In the share modal, you can add the user you want to share the view with. You can also set your view access as either public or private. When it's set to public, anyone with the link to the view can edit the view. When it's set to private, others can view but only the owner can edit.
To share a view,
1. Click on the actions icon to the right of the view you want to share.

<img src="./images/ActionsIcon.png" alt="Actions" height="300">
![Actions](/meshmap/visualizer/images/ActionsIcon.png)

2. You'll find a list of actions. Share is the third icon from the left

<img src="./images/ShareView.png" alt="Share a view" height="300">
![Share a view](/meshmap/visualizer/images/ShareView.png)

3. Click on the share icon to open up the share modal.

<img src="./images/ShareModal.PNG" alt="Share a view" height="300">
![Share a view](/meshmap/visualizer/images/ShareModal.PNG)

4. Enter the name of the user you want to share a view with and set the view access.


### 4. Delete a view
You can delete a view when you no longer have use of it. You can only delete a view that you created. Views created by others and made public cannot be deleted, except by the owner of that view.

<img src="./images/DeleteView.png" alt="Delete a view" height="300">
![Delete a view](/meshmap/visualizer/images/DeleteView.png)

### 5. Export a view
To export a view, click on the export icon in the actions list. The view will be downloaded to your device in json format.

<img src="./images/ExportView2.png" alt="Export a view" height="300">
![Export a view](/meshmap/visualizer/images/ExportView2.png)

### 6. View info
View info shows you the owner of the design, the view visibility (whether it's set to public or private), the date the design was created and the date it was last modified. If you're the owner of the view, you'll also see an input field where you can add notes about the design.

<img src="./images/ViewInfo.png" alt="View Info" height="300">
![View Info](/meshmap/visualizer/images/ViewInfo.png)

0 comments on commit 059ed28

Please sign in to comment.