690619:0928 239 #03

This commit is contained in:
2026-06-19 09:28:29 +07:00
parent 64831aba7f
commit d5964eb770
13 changed files with 862 additions and 206 deletions
@@ -0,0 +1,12 @@
# Quickstart: AI Console Collapsible Cards
## Setup and Verification
1. Start the frontend application:
```bash
pnpm --filter lcbp3-frontend dev
```
2. Navigate to `http://localhost:3000/admin/ai` as a Superadmin.
3. Test collapsing and expanding the entire monitoring section using the chevron next to the header title.
4. Test collapsing individual cards (e.g. VRAM GPU Monitor).
5. Reload the page to verify that your collapsed states are restored from `localStorage`.