chore: record settings cleanup session

This commit is contained in:
2026-07-02 20:01:13 -07:00
parent affad1f59d
commit fae97a7046
2 changed files with 45 additions and 3 deletions

View File

@@ -8,8 +8,8 @@
<!-- @@@auto:current-status --> <!-- @@@auto:current-status -->
- **Active File**: `journal-1.md` - **Active File**: `journal-1.md`
- **Total Sessions**: 0 - **Total Sessions**: 1
- **Last Active**: - - **Last Active**: 2026-07-02
<!-- @@@/auto:current-status --> <!-- @@@/auto:current-status -->
--- ---
@@ -19,7 +19,7 @@
<!-- @@@auto:active-documents --> <!-- @@@auto:active-documents -->
| File | Lines | Status | | File | Lines | Status |
|------|-------|--------| |------|-------|--------|
| `journal-1.md` | ~0 | Active | | `journal-1.md` | ~42 | Active |
<!-- @@@/auto:active-documents --> <!-- @@@/auto:active-documents -->
--- ---
@@ -29,6 +29,7 @@
<!-- @@@auto:session-history --> <!-- @@@auto:session-history -->
| # | Date | Title | Commits | Branch | | # | Date | Title | Commits | Branch |
|---|------|-------|---------|--------| |---|------|-------|---------|--------|
| 1 | 2026-07-02 | Settings real data and control cleanup | `1cdf89c`, `5412bbb`, `affad1f` | `main` |
<!-- @@@/auto:session-history --> <!-- @@@/auto:session-history -->
--- ---

View File

@@ -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.