From fae97a70466f1897529c9c90ced1067f4740ec5c Mon Sep 17 00:00:00 2001 From: TalexDreamSoul Date: Thu, 2 Jul 2026 20:01:13 -0700 Subject: [PATCH] chore: record settings cleanup session --- .trellis/workspace/TalexDreamSoul/index.md | 7 ++-- .../workspace/TalexDreamSoul/journal-1.md | 41 +++++++++++++++++++ 2 files changed, 45 insertions(+), 3 deletions(-) diff --git a/.trellis/workspace/TalexDreamSoul/index.md b/.trellis/workspace/TalexDreamSoul/index.md index 4276438..e4903d0 100644 --- a/.trellis/workspace/TalexDreamSoul/index.md +++ b/.trellis/workspace/TalexDreamSoul/index.md @@ -8,8 +8,8 @@ - **Active File**: `journal-1.md` -- **Total Sessions**: 0 -- **Last Active**: - +- **Total Sessions**: 1 +- **Last Active**: 2026-07-02 --- @@ -19,7 +19,7 @@ | File | Lines | Status | |------|-------|--------| -| `journal-1.md` | ~0 | Active | +| `journal-1.md` | ~42 | Active | --- @@ -29,6 +29,7 @@ | # | Date | Title | Commits | Branch | |---|------|-------|---------|--------| +| 1 | 2026-07-02 | Settings real data and control cleanup | `1cdf89c`, `5412bbb`, `affad1f` | `main` | --- diff --git a/.trellis/workspace/TalexDreamSoul/journal-1.md b/.trellis/workspace/TalexDreamSoul/journal-1.md index def9114..a159ca5 100644 --- a/.trellis/workspace/TalexDreamSoul/journal-1.md +++ b/.trellis/workspace/TalexDreamSoul/journal-1.md @@ -5,3 +5,44 @@ --- + + +## Session 1: Settings real data and control cleanup + +**Date**: 2026-07-02 +**Task**: Settings real data and control cleanup +**Branch**: `main` + +### Summary + +Removed fake settings surfaces, added real settings query helpers, stabilized account workspace controls, global settings tabs, checkbox/dialog styling, then deployed to wlcb1. + +### Main Changes + +- Added authenticated organization switching and current-account profile APIs backed by Drizzle. +- Moved settings reads from the compatibility `readData()` model into focused settings query helpers. +- Removed repeated settings page title blocks and simplified reserved module pages to honest not-connected states. +- Converted global settings to tabs and stabilized checkbox/dialog component geometry. + +### Git Commits + +| Hash | Message | +|------|---------| +| `1cdf89c` | (see git log) | +| `5412bbb` | (see git log) | +| `affad1f` | (see git log) | + +### Testing + +- [OK] `pnpm lint` +- [OK] `pnpm type-check` +- [OK] `pnpm build` +- [OK] Production deploy to `wlcb1`, with `/api/auth/bootstrap`, `/login`, protected settings redirect, and systemd health verified. + +### Status + +[OK] **Committed, pushed, and deployed** + +### Next Steps + +- Keep the broader CRUD/RBAC audit task active for the next operational slice.