mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
feat: ✨ Add new composer
This commit is contained in:
parent
49d356e2ab
commit
4dfbd845d3
40 changed files with 584 additions and 222 deletions
|
|
@ -9,6 +9,7 @@ import {
|
|||
House,
|
||||
LogOut,
|
||||
MapIcon,
|
||||
Pen,
|
||||
Settings2,
|
||||
} from "lucide-vue-next";
|
||||
import { Avatar, AvatarFallback, AvatarImage } from "~/components/ui/avatar";
|
||||
|
|
@ -53,6 +54,7 @@ import {
|
|||
SidebarRail,
|
||||
SidebarTrigger,
|
||||
} from "~/components/ui/sidebar";
|
||||
import { Button } from "../ui/button";
|
||||
import ThemeSwitcher from "./theme-switcher.vue";
|
||||
|
||||
const data = {
|
||||
|
|
@ -237,6 +239,12 @@ const instance = useInstance();
|
|||
</DropdownMenuContent>
|
||||
</DropdownMenu>
|
||||
</SidebarMenuItem>
|
||||
<SidebarMenuItem>
|
||||
<Button variant="default" size="lg" class="w-full" @click="useEvent('composer:open')">
|
||||
<Pen />
|
||||
Compose
|
||||
</Button>
|
||||
</SidebarMenuItem>
|
||||
</SidebarMenu>
|
||||
</SidebarFooter>
|
||||
<SidebarRail />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue