Skip to content

Commit

Permalink
restore engine menu
Browse files Browse the repository at this point in the history
  • Loading branch information
aliel committed Jun 3, 2024
1 parent fde445e commit 11e1516
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/components/ModelSelector.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<template>
<q-btn-dropdown
:label="modelsStore.selectedModel.name.substring(0, 12) + '..'"
:text-color="$q.dark.mode ? '' : 'purple700'"
class="font-mulish text-semibold icon-md"
class="text-semibold icon-md border-primary-highlight"
dropdown-icon="img:icons/svg/chevron-down.svg"
size="md"
color="primary"
no-caps
rounded
unelevated
>
<q-list>
Expand Down
4 changes: 2 additions & 2 deletions src/layouts/MainLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
>{{ addressPoints.toFixed(0) }} <span v-if="$q.screen.gt.sm">Points</span></span
>
</q-btn>
<!-- model selector -->
<model-selector />
<account-button />
</div>
</q-toolbar>
Expand All @@ -55,9 +57,7 @@
<!-- image link with the logo -->
<q-item class="q-mb-md text-left" clickable to="/">
<img alt="Libertai" :src="`icons/svg/libertai_full${$q.dark.mode ? '_lighten' : ''}.svg`" />
<model-selector />
</q-item>
<!-- model selector -->
<div class="q-mr-xl q-ml-md q-mt-md">
<q-btn
cclass="q-mx-xl q-my-xl border-primary-highlight text-semibold"
Expand Down

0 comments on commit 11e1516

Please sign in to comment.