Components Overview¶
The app uses shadcn/ui as its component library, built on Radix UI primitives and styled with Tailwind CSS v4.
Component Categories¶
Pages (pages/)¶
Route-level components rendered by React Router. Each page composes hooks and UI components.
shadcn/ui (components/shadcn/ui/)¶
Pre-built accessible components: Button, Card, Table, Dialog, Drawer, Form, etc. Customized via CSS variables in index.css.
Custom Inputs (components/inputs/)¶
Form field components built on top of react-hook-form and shadcn:
ButtonInput— Toggle button group (radio-like selection)ButtonArray— Similar button group with ControllerSelectInput— Dropdown selectComboBoxInput— Searchable comboboxCheckBoxInput— Checkbox fieldSwitchInput— Toggle switchDateInput— Date pickerCustomInput— Text/number inputs
Display (components/display/)¶
ImageList— Dynamic image gallery from CAS dataLoadingStateDrawer— Drawer showing operation progress
Key Components¶
NavBar— Top navigation bar with project switcher, progress and theme toggleRagBot— AI chat assistant with resizable overlay panelRepoTree— Repository/project tree with async loading via React 19use()RepoContextMenu— Permission management and deletion for selected resources