mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
instruct claude to not use bootstrap anymore (#1406)
We removed bootstrap, but claude still references it
This commit is contained in:
parent
e8bed5cbcc
commit
b7ae264254
1 changed files with 2 additions and 3 deletions
|
|
@ -44,7 +44,7 @@ components:
|
|||
### Frontend (`packages/app`)
|
||||
|
||||
- **Framework**: Next.js 14 with TypeScript
|
||||
- **UI Components**: Mantine UI library + React Bootstrap
|
||||
- **UI Components**: Mantine UI library
|
||||
- **State Management**: Jotai for global state, TanStack Query for server state
|
||||
- **Charts/Visualization**: Recharts, uPlot
|
||||
- **Code Editor**: CodeMirror (for SQL/JSON editing)
|
||||
|
|
@ -192,8 +192,7 @@ import { useDisclosure, useForm } from '@mantine/hooks';
|
|||
1. **First choice**: Mantine components (`@mantine/core`, `@mantine/dates`,
|
||||
etc.)
|
||||
2. **Second choice**: Custom components built on Mantine primitives
|
||||
3. **Last resort**: React Bootstrap or custom CSS (only when Mantine doesn't
|
||||
provide the functionality)
|
||||
3. **Last resort**: Custom styling using CSS Modules and SCSS
|
||||
|
||||
**Styling Approach**:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue