Add new 'views' directory that handles what the Canvas displays. Refactor Canvas.jsx to act as a router between canvas views. Add /views/WidgetCanvas to handle default view

This commit is contained in:
Daniel S. Hansen
2025-07-21 14:12:32 -07:00
parent a1f2fcc9be
commit 8a34f11a46
4 changed files with 19 additions and 101 deletions
@@ -8,7 +8,7 @@ export default function UserAvatarMenu({ name, avatar }) {
<Box
rounded="full"
tabIndex={0}
_hover={{ boxShadow: "0 0 0 2px rgb(37, 77, 197)" }}
_hover={{ boxShadow: "0 0 0 2px rgb(102, 122, 182)" }}
>
<Avatar.Root shape="full">
<Avatar.Fallback name={name} />