feat(assistant): add approval inbox and e2e hardening
This commit is contained in:
@@ -910,6 +910,7 @@ export function AppShell({ children, userRole = "USER" }: { children: React.Reac
|
||||
<button
|
||||
type="button"
|
||||
onClick={() => setChatOpen(true)}
|
||||
data-testid="assistant-open-button"
|
||||
className="fixed bottom-6 right-6 z-30 flex h-14 w-14 items-center justify-center rounded-full bg-brand-600 text-white shadow-lg shadow-brand-600/30 transition-all hover:bg-brand-700 hover:shadow-xl hover:shadow-brand-600/40 active:scale-95"
|
||||
title="HartBOT"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user