feat: moves settings to top of the home page (#2659)
@@ -15,6 +15,15 @@
|
|||||||
</template>
|
</template>
|
||||||
</dropdown>
|
</dropdown>
|
||||||
|
|
||||||
|
<router-link
|
||||||
|
:to="{ name: 'settings' }"
|
||||||
|
:aria-label="$t('title.settings')"
|
||||||
|
data-testid="settings"
|
||||||
|
class="btn btn-circle btn-sm"
|
||||||
|
>
|
||||||
|
<mdi:cog />
|
||||||
|
</router-link>
|
||||||
|
|
||||||
<dropdown class="dropdown-end" v-if="config.user">
|
<dropdown class="dropdown-end" v-if="config.user">
|
||||||
<template #trigger>
|
<template #trigger>
|
||||||
<img
|
<img
|
||||||
|
|||||||
@@ -12,16 +12,6 @@
|
|||||||
</small>
|
</small>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<div class="flex gap-4">
|
|
||||||
<router-link
|
|
||||||
:to="{ name: 'settings' }"
|
|
||||||
:aria-label="$t('title.settings')"
|
|
||||||
data-testid="settings"
|
|
||||||
class="btn btn-circle btn-sm"
|
|
||||||
>
|
|
||||||
<mdi:cog />
|
|
||||||
</router-link>
|
|
||||||
</div>
|
|
||||||
<a
|
<a
|
||||||
class="input input-sm mt-4 inline-flex cursor-pointer items-center gap-2 font-light hover:border-primary"
|
class="input input-sm mt-4 inline-flex cursor-pointer items-center gap-2 font-light hover:border-primary"
|
||||||
@click="$emit('search')"
|
@click="$emit('search')"
|
||||||
|
|||||||
@@ -29,9 +29,6 @@
|
|||||||
class="btn-sm"
|
class="btn-sm"
|
||||||
v-if="config.hosts.length > 1"
|
v-if="config.hosts.length > 1"
|
||||||
/>
|
/>
|
||||||
<router-link :to="{ name: 'settings' }" class="btn btn-outline btn-sm">
|
|
||||||
<mdi:cog /> {{ $t("button.settings") }}
|
|
||||||
</router-link>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="menu">
|
<ul class="menu">
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 12 KiB |