document scoped-commit boundary for local group settings edits

This commit is contained in:
Nico 2026-02-14 00:49:19 -08:00
parent 1f140b6884
commit 828bb301d6

View File

@ -73,6 +73,7 @@ Primary outcomes:
- `react-hooks/purity` - `react-hooks/purity`
- `react-hooks/set-state-in-effect` - `react-hooks/set-state-in-effect`
- Fixed a real hook-order violation in `apps/web/components/group-settings-content.tsx` by moving the keyboard-listener `useEffect` above the early `return`. - Fixed a real hook-order violation in `apps/web/components/group-settings-content.tsx` by moving the keyboard-listener `useEffect` above the early `return`.
- Note: this file currently contains broader pre-existing local edits; to avoid bundling unrelated work, the hook-order adjustment is left as a workspace-local change and was not included in path-scoped commit `1f140b6`.
- Removed forbidden legacy dynamic route path under `app/groups` to satisfy repo policy script: - Removed forbidden legacy dynamic route path under `app/groups` to satisfy repo policy script:
- Deleted `apps/web/app/groups/[id]/settings/page.tsx`. - Deleted `apps/web/app/groups/[id]/settings/page.tsx`.
- Removed empty directory `apps/web/app/groups/[id]`. - Removed empty directory `apps/web/app/groups/[id]`.