Watch
1
0
Fork
You've already forked SouveraineOS
0

state: right sidebar fully owned, garden in the drawer

Sidebar right verified and owned as of b8e76c4 in souveraine.
Garden moved from notification card to drawer tab. Lens events
emit through notify-send. Only toggle dialogs still borrow from ii.
This commit is contained in:
Fimeg 2026-08-21 15:45:55 -04:00
commit d9e6043e9b
2 changed files with 8 additions and 2 deletions

View file

@ -62,7 +62,7 @@ already silently stranded, the subconscious all over again.
| On-screen keyboard | `modules/ii/onScreenKeyboard` + stevia/squeekboard/osk-switch | unverified |
| Overview / app grid | `modules/ii/overview` | unverified |
| Sidebar left (AI chat) | `modules/ii/sidebarLeft` | unverified |
| Sidebar right | `modules/ii/sidebarRight` | unverified |
| Sidebar right | `modules/ii/sidebarRight` **fully owned** 2026-08-21; garden is a drawer tab, notifications standalone, all widget files forked from ii | yes |
| Polkit agent | `modules/ii/polkit` | unverified |
| Notifications | `modules/ii/notificationPopup` | unverified |
| Screen corners / session screen / wallpaper selector | `modules/ii/*`, `ii-base/*` | unverified |

View file

@ -7,7 +7,7 @@ Everything else belongs to its owning section and is reached from the index.
Keep it honest: when component state moves, move it here. Dated history goes
to `archive/` — it never returns as news.
Last reconciled: 2026-08-20 (schedule authority boundary audited).
Last reconciled: 2026-08-21 (right sidebar ownership).
## Deployed
@ -20,6 +20,12 @@ Last reconciled: 2026-08-20 (schedule authority boundary audited).
(viewtop | hyprland), phone-shaped chooser mechanism undecided. Not
scheduled.
- Device truth at a glance lives in `device/README.md`'s status table.
- **Right sidebar fully owned** (2026-08-21, `b8e76c4`). Calendar, To Do,
Pomodoro, Stopwatch, notifications forked from ii-base into our tree.
Garden moved from the notification card into the drawer as a fifth tab.
Lens events (`note_created`, `synced`) emit through `notify-send` into
the notification system. Only toggle dialogs (bluetooth, wifi, nightLight)
and three volumeMixer files still borrow from ii.
## Open — the next session starts here