mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-05-14 16:45:38 +00:00
Feat: Refine design language and use theme tokens across most pages.
This commit is contained in:
@@ -84,12 +84,16 @@ export default function SidebarModals({
|
||||
document.body,
|
||||
)}
|
||||
|
||||
<TypedSettings
|
||||
isOpen={showSettings}
|
||||
onClose={onCloseSettings}
|
||||
projects={settingsProjects}
|
||||
initialTab={settingsInitialTab}
|
||||
/>
|
||||
{showSettings &&
|
||||
ReactDOM.createPortal(
|
||||
<TypedSettings
|
||||
isOpen={showSettings}
|
||||
onClose={onCloseSettings}
|
||||
projects={settingsProjects}
|
||||
initialTab={settingsInitialTab}
|
||||
/>,
|
||||
document.body,
|
||||
)}
|
||||
|
||||
{deleteConfirmation &&
|
||||
ReactDOM.createPortal(
|
||||
|
||||
Reference in New Issue
Block a user