Updates Projects.tsx to use Barclays design system colors throughout: - StatusBadge: bg-warning/bg-success/bg-warning-light/bg-grey-100 - OverallStatusBadge: bg-success/bg-error/bg-grey-300 - Tables: bg-lime headers, bg-grey-300 borders, even:bg-grey-100 rows - Buttons: rounded-full pill shape, border-2 outlines - Forms: rounded-[10px], text-black-title labels - Hover states: hover:bg-info-light for row selection - Delete modal: rounded-[10px], bg-error delete button Updates Sidebar.tsx nav buttons from rounded-xl to rounded-[10px] per spec. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| components | ||
| hooks | ||
| services | ||
| utils | ||
| App.tsx | ||
| constants.ts | ||
| index.html | ||
| index.tsx | ||
| metadata.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| types.ts | ||
| vite.config.ts | ||
Run and deploy your AI Studio app
This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/1vH-R-vj0Xkk_g2ZFdHtLxNc12sFTOl2L
Run Locally
Prerequisites: Node.js
- Install dependencies:
npm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev