mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-08-01 09:46:22 +00:00
docs: sync docs with shipped state (Nearby menu, design status, delivery)
- tools_screen (Nearby): drop the removed "Filter…" Options action; filtering is LEFT/RIGHT on the list only. Sort is adjusted in place via LEFT/RIGHT on its row, stored-source only; filter/sort persist across re-entry. - nearby_redesign / trail_redesign: mark Status implemented (branches merged); record the Nearby deviations from the proposal. - FEATURES: DM delivery status moved from idea to ✅ shipped, with deltas. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
c05e722afc
commit
27d88bed52
@@ -33,18 +33,17 @@ Filter by category with **LEFT/RIGHT** (one coherent axis — type only):
|
||||
|
||||
Select a node to see its coordinates, distance, bearing with cardinal direction, type, and last-heard time.
|
||||
|
||||
**Hold Enter** opens the same **Options** menu everywhere (list and detail), with a fixed set of actions — only the unavailable ones are omitted:
|
||||
**Hold Enter** opens the same **Options** menu everywhere (list and detail), in a fixed order — only the actions that apply appear:
|
||||
|
||||
| Action | Available when |
|
||||
| --------------- | --------------------------------------- |
|
||||
| Navigate | selected node has GPS |
|
||||
| Ping | a public key is known for the node |
|
||||
| Save waypoint | selected node has GPS |
|
||||
| Filter… | always (full filter list in one popup) |
|
||||
| Sort: Dist/Recent | always (toggles distance ↔ last-heard) |
|
||||
| Discover scan | always (live `NODE_DISCOVER_REQ` scan) |
|
||||
| Action | Available when |
|
||||
| ---------------------- | -------------------------------------------------------------------------------------- |
|
||||
| Navigate | selected node has GPS |
|
||||
| Ping | a public key is known for the node |
|
||||
| Save waypoint | selected node has GPS |
|
||||
| Sort: Dist/Recent | browsing stored nodes — **LEFT/RIGHT** on the row flips distance ↔ last-heard in place |
|
||||
| Discover scan / Rescan | always (live `NODE_DISCOVER_REQ` scan) |
|
||||
|
||||
The sort toggle switches the list (and the right-hand column) between **distance** and **last-heard**, independent of the active filter.
|
||||
Filtering stays on the list itself (**LEFT/RIGHT** cycles the type), so there is no separate Filter action in the menu. **Sort** is adjusted in place: highlight the **Sort** row and tap **LEFT/RIGHT** to flip the list (and its right-hand column) between **distance** and **last-heard** without closing the menu — the same in-popup pattern as Trail's settings. The row appears only while browsing stored nodes (live-scan rows carry signal, not distance). Filter and sort are independent and **persist** across re-entry to the screen.
|
||||
|
||||
Selecting **Ping** opens the Ping popup:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user