feat(app): Allow selecting the AI model at any time without opening the settings page.

Allow changing focus mode at any time while chatting.
Styling tweaks.
This commit is contained in:
Willie Zutz 2025-05-05 00:04:00 -06:00
parent f01d3dba68
commit 20a4399fa2
10 changed files with 430 additions and 236 deletions

View file

@ -56,12 +56,12 @@ const Optimization = ({
OptimizationModes.find((mode) => mode.key === optimizationMode)
?.icon
}
<p className="text-xs font-medium">
{/* <p className="text-xs font-medium hidden lg:block">
{
OptimizationModes.find((mode) => mode.key === optimizationMode)
?.title
}
</p>
</p> */}
<ChevronDown size={20} />
</div>
</PopoverButton>