Skip to content

Commit

Permalink
feat: fully dynamic tool UI and live reaction to tool activation swit…
Browse files Browse the repository at this point in the history
…ches
  • Loading branch information
kyr0 committed Oct 14, 2024
1 parent 38c08bd commit eafeafe
Show file tree
Hide file tree
Showing 8 changed files with 339 additions and 392 deletions.
2 changes: 1 addition & 1 deletion src/components/ModalLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export const ModalLayout = () => {
onSelect={onToggleMenu}
className={"ab-ftr-active-menu-item"}
>
<span>Menü</span>
<span>KI-Werkzeuge</span>
<CommandShortcut className="ab-flex ab-flex-col ab-justify-end ab-items-center">
<ArrowLeft className="ab-ml-2 ab-h-4 ab-w-4 ab-text-primary ab-shrink-0 ab-border-primary ab-border-spacing-4 ab-rounded-full ab-border-[1px]" />
</CommandShortcut>
Expand Down
Loading

0 comments on commit eafeafe

Please sign in to comment.