Skip to content

Commit 07ab27c

Browse files
committed
Tighten info-tip and onboarding wording to match current behavior
1 parent 4a50be6 commit 07ab27c

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

docs/onboarding.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
- Manage your reusable site collection in **Site Library**.
1111
- Add sites by coordinates, map pick, search, or Meshtastic MQTT sources.
1212
- Add sites from the library into the current simulation as needed.
13+
- Click on the map to create a temporary site pin, drag to refine position, then use **Save to Library** or **Dismiss**.
14+
- Drag existing sites to test alternative positions instantly, then use **Save Positions** or **Dismiss** to commit/revert temporary moves.
1315
- Both sites and simulations can be shared with other users.
1416

1517
## Links

functions/_lib/buildInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const APP_VERSION = "0.8.0";
2-
export const APP_COMMIT = "df8f72d8";
2+
export const APP_COMMIT = "4a50be6d";
33
export const APP_BUILD_LABEL = `v${APP_VERSION}+${APP_COMMIT}`;

src/components/Sidebar.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2212,7 +2212,7 @@ export function Sidebar() {
22122212
<label className="field-grid">
22132213
<span>
22142214
Access level{" "}
2215-
<InfoTip text="Private: owner/admin edit. Public: everyone can view; owner/mod/admin edit. Shared: everyone can view/edit; only owner/mod/admin can delete." />
2215+
<InfoTip text="Private: only owner/admin can view and edit. Public: everyone can view; owner/mod/admin can edit. Shared: everyone can view and edit; only owner/mod/admin can delete." />
22162216
</span>
22172217
<select
22182218
className="locale-select"
@@ -2229,7 +2229,7 @@ export function Sidebar() {
22292229
<div className="field-grid user-bio-field collaborator-picker-grid">
22302230
<span>
22312231
Collaborators{" "}
2232-
<InfoTip text="Collaborators get edit rights on this resource. Editors can add collaborators but cannot remove existing collaborators. Owners/admins can remove." />
2232+
<InfoTip text="Collaborators get edit rights on this resource. Editors can add collaborators but cannot remove existing collaborators. Owners/moderators/admins can remove." />
22332233
</span>
22342234
<div className="collaborator-picker">
22352235
<div className="chip-group collaborator-selected-list">
@@ -2274,7 +2274,7 @@ export function Sidebar() {
22742274
</div>
22752275
<p className="field-help">
22762276
Collaborators are granted edit rights. Regular editors can add collaborators but cannot remove existing
2277-
collaborators/owner.
2277+
collaborators/owner. Owners/moderators/admins can remove collaborators.
22782278
</p>
22792279
<button className="inline-action" onClick={saveResourceAccessSettings} type="button">
22802280
Save Access

src/lib/buildInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const APP_VERSION = "0.8.0";
2-
export const APP_COMMIT = "df8f72d8";
2+
export const APP_COMMIT = "4a50be6d";
33
export const APP_BUILD_LABEL = `v${APP_VERSION}+${APP_COMMIT}`;

0 commit comments

Comments
 (0)