Skip to content
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

Merged
merged 1 commit into from
Oct 21, 2023

Conversation

patrickelectric
Copy link
Member

Screen.Recording.2023-10-18.at.19.01.46.mov

Comment on lines 10 to 18
<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>
Copy link
Member

@rafaellehmkuhl rafaellehmkuhl Oct 19, 2023

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.

@rafaellehmkuhl
Copy link
Member

rafaellehmkuhl commented Oct 20, 2023

@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]>
@patrickelectric
Copy link
Member Author

@rafaellehmkuhl check now

@rafaellehmkuhl rafaellehmkuhl merged commit 545779c into bluerobotics:master Oct 21, 2023
6 of 10 checks passed
@rafaellehmkuhl rafaellehmkuhl deleted the update-heading branch October 21, 2023 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants