ADD: Title in navbar
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
<Menubar class="w-full rounded-none bg-zinc-950">
|
<Menubar class="w-full h-20 rounded-none bg-zinc-950 border-l-0">
|
||||||
|
<div class="p-8">
|
||||||
|
<h1 class="text-3xl">ZERO/ONE</h1>
|
||||||
|
<p class="text-xs text-muted-foreground">Haptic Configuration Tool</p>
|
||||||
|
</div>
|
||||||
<MenubarMenu>
|
<MenubarMenu>
|
||||||
<MenubarTrigger v-t="'navbar.device.title'" />
|
<MenubarTrigger v-t="'navbar.device.title'" />
|
||||||
<MenubarContent>
|
<MenubarContent>
|
||||||
|
|||||||
@@ -1,12 +1,16 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<div class="p-4">
|
<div
|
||||||
<h1 class="text-lg">
|
class="px-4 h-20 flex items-center"
|
||||||
<ScrambleText :text="$t('profiles.title')" />
|
@mouseenter="$refs.configPaneTitle.scramble(0.15, 100)">
|
||||||
</h1>
|
<div>
|
||||||
<p class="text-xs text-muted-foreground">
|
<h1 class="text-lg">
|
||||||
{{ $t('profiles.subtitle') }}
|
<ScrambleText ref="configPaneTitle" class="align-middle" :text="$t(`profiles.title`)" />
|
||||||
</p>
|
</h1>
|
||||||
|
<p class="text-xs text-muted-foreground">
|
||||||
|
{{ $t(`profiles.subtitle`) }}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<Separator />
|
<Separator />
|
||||||
<Pop />
|
<Pop />
|
||||||
|
|||||||
Reference in New Issue
Block a user