-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compass fix head up #524
Compass fix head up #524
Conversation
src/components/widgets/Compass.vue
Outdated
<Dialog v-model:show="widget.managerVars.configMenuOpen" class="w-72"> | ||
<div class="w-full h-full"> | ||
<div class="flex flex-col items-center justify-around"> | ||
<div class="flex items-center justify-between w-full my-1"> | ||
<span class="mr-1 text-slate-100">Heading style</span> | ||
<div class="w-40"><Dropdown v-model="widget.options.headingStyle" :options="headingOptions" /></div> | ||
</div> | ||
</div> | ||
</div> | ||
</Dialog> | ||
<v-dialog v-model="widget.managerVars.configMenuOpen" min-width="200" max-width="20%"> | ||
<v-card class="pa-2"> | ||
<v-card-title>Settings</v-card-title> | ||
<v-card-text> | ||
<span class="text-xs font-semibold leading-3 text-slate-600">Style</span> | ||
<Dropdown v-model="widget.options.headingStyle" :options="headingOptions" /> | ||
</v-card-text> | ||
</v-card> | ||
</v-dialog> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to be sure, what was wrong here?
Also, we are trying to move away from Vuetify components in Cockpit, so it would be good not to add them back.
@patrickelectric I think till you get the HTML right or see if it was a problem on your setup, the second commit, fixing the head-up configuration, is worth merging already. |
Signed-off-by: Patrick José Pereira <[email protected]>
7263f7e
to
c30c36c
Compare
@rafaellehmkuhl check now |
Screen.Recording.2023-10-18.at.19.01.46.mov