Skip to content

Latest commit

 

History

History
205 lines (189 loc) · 7.16 KB

File metadata and controls

205 lines (189 loc) · 7.16 KB

10 - Settings Screens

Phase 1-4 — App configuration, notifications, offline, and account.


10A. Settings Main

+---------------------------------------+
| [=]     Settings                      |
+---------------------------------------+
|                                       |
|  ACCOUNT                              |
|  +----------------------------------+ |
|  | GitHub Account                   | |
|  | @username                    [>] | |
|  +----------------------------------+ |
|                                       |
|  CONNECTIONS                          |
|  +----------------------------------+ |
|  | My Agents                        | |
|  | 2 connected, 1 offline      [>] | |
|  +----------------------------------+ |
|  | Bridge Settings                  | |
|  | Reconnect behavior, timeout  [>] | |
|  +----------------------------------+ |
|                                       |
|  NOTIFICATIONS                        |
|  +----------------------------------+ |
|  | Notifications                    | |
|  | Approvals, completions       [>] | |
|  +----------------------------------+ |
|                                       |
|  APPEARANCE                           |
|  +----------------------------------+ |
|  | Theme                            | |
|  | System default               [>] | |
|  +----------------------------------+ |
|  | Code Font Size                   | |
|  | 14sp                         [>] | |
|  +----------------------------------+ |
|                                       |
|  DATA                                 |
|  +----------------------------------+ |
|  | Offline Storage                  | |
|  | 24 MB used                   [>] | |
|  +----------------------------------+ |
|  | Clear Cache                      | |
|  |                              [>] | |
|  +----------------------------------+ |
|                                       |
|  ABOUT                                |
|  +----------------------------------+ |
|  | Version 1.0.0 (42)              | |
|  | Privacy Policy                   | |
|  | Terms of Service                 | |
|  | Open Source Licenses             | |
|  +----------------------------------+ |
|                                       |
|  [         Sign Out                 ] |
|                                       |
+---------------------------------------+
|  Agent  |  Repos  |   Git  | Settings |
+---------------------------------------+

10B. Account

+---------------------------------------+
| [<]     Account                       |
+---------------------------------------+
|                                       |
|          [ avatar image ]             |
|          @username                    |
|                                       |
|  +----------------------------------+ |
|  | Auth method                      | |
|  | GitHub OAuth                     | |
|  +----------------------------------+ |
|  | Token expires                    | |
|  | March 20, 2026                   | |
|  +----------------------------------+ |
|                                       |
|  [      Re-authenticate            ] |
|  [      Switch Account             ] |
|                                       |
+---------------------------------------+

10C. Notification Preferences

+---------------------------------------+
| [<]     Notifications                 |
+---------------------------------------+
|                                       |
|  ALERTS                               |
|  +----------------------------------+ |
|  | Approval requests          [on ] | |
|  | When an agent needs your input   | |
|  +----------------------------------+ |
|  | Task complete              [on ] | |
|  | When an agent finishes a task    | |
|  +----------------------------------+ |
|  | Errors                     [on ] | |
|  | When an agent encounters errors  | |
|  +----------------------------------+ |
|  | Agent idle                 [off] | |
|  | When an agent is waiting         | |
|  +----------------------------------+ |
|                                       |
|  BEHAVIOR                             |
|  +----------------------------------+ |
|  | Sound                      [on ] | |
|  +----------------------------------+ |
|  | Vibration                  [on ] | |
|  +----------------------------------+ |
|  | Quiet hours                [off] | |
|  | 10:00 PM - 7:00 AM              | |
|  +----------------------------------+ |
|                                       |
+---------------------------------------+

10D. Bridge Settings

+---------------------------------------+
| [<]     Bridge Settings               |
+---------------------------------------+
|                                       |
|  CONNECTION                            |
|  +----------------------------------+ |
|  | Auto-reconnect              [on ] | |
|  +----------------------------------+ |
|  | Reconnect timeout                | |
|  | 30 seconds                   [v] | |
|  +----------------------------------+ |
|  | Max retry attempts               | |
|  | 10                           [v] | |
|  +----------------------------------+ |
|  | Heartbeat interval               | |
|  | 15 seconds                   [v] | |
|  +----------------------------------+ |
|                                       |
|  SECURITY                              |
|  +----------------------------------+ |
|  | Certificate pinning        [off] | |
|  +----------------------------------+ |
|  | Require Tailscale          [off] | |
|  +----------------------------------+ |
|                                       |
+---------------------------------------+

10E. Offline Storage

+---------------------------------------+
| [<]     Offline Storage               |
+---------------------------------------+
|                                       |
|  Storage used: 24 MB / 500 MB         |
|  +----------------------------------+ |
|  | ██████░░░░░░░░░░░  5%            | |
|  +----------------------------------+ |
|                                       |
|  BREAKDOWN                            |
|  +----------------------------------+ |
|  | Conversations        12 MB      | |
|  | Cached files           8 MB      | |
|  | Agent configs          1 MB      | |
|  | Sync queue             3 MB      | |
|  +----------------------------------+ |
|                                       |
|  SYNC STATUS                          |
|  +----------------------------------+ |
|  | Last synced: 2 min ago           | |
|  | Pending changes: 0               | |
|  | [       Sync Now              ]  | |
|  +----------------------------------+ |
|                                       |
|  LIMITS                               |
|  +----------------------------------+ |
|  | Max offline storage              | |
|  | 500 MB                       [v] | |
|  +----------------------------------+ |
|  | Auto-clear after                 | |
|  | 30 days                      [v] | |
|  +----------------------------------+ |
|                                       |
|  [       Clear All Offline Data     ] |
|                                       |
+---------------------------------------+