mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-28 15:58:12 +00:00
21 lines
1.3 KiB
Markdown
21 lines
1.3 KiB
Markdown
|
|
### Favourites Dial
|
|||
|
|
|
|||
|
|
A dedicated home page showing a 2×3 grid of pinned contacts. Navigate tiles with the joystick; press Enter on a filled tile to open that contact's DM directly.
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
╔══════════════════════════════╗
|
|||
|
|
║ Favourites ║
|
|||
|
|
╠══════════════════════════════╣
|
|||
|
|
║ ┌──────┐ ┌──────┐ ┌──────┐ ║
|
|||
|
|
║ │Alice │ │Bob 3│ │ + │ ║
|
|||
|
|
║ └──────┘ └──────┘ └──────┘ ║
|
|||
|
|
║ ┌──────┐ ┌──────┐ ┌──────┐ ║
|
|||
|
|
║ │Carol │ │ + │ │ + │ ║
|
|||
|
|
║ └──────┘ └──────┘ └──────┘ ║
|
|||
|
|
╚══════════════════════════════╝
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
- Unread badge shown on filled tiles
|
|||
|
|
- Enter on an empty tile (`+`) opens a contact picker (upstream-favourited contacts first, then recent DMs)
|
|||
|
|
- **Pin / unpin** — open a DM, then Hold Enter › options menu › "Pin to dial" to choose a slot; selecting a contact already pinned elsewhere moves it to the new slot
|
|||
|
|
- LEFT/RIGHT in the Home Pages settings reorders the Favourites page in the navigation sequence
|