Skip to content

Commit

Permalink
Switch if-else
Browse files Browse the repository at this point in the history
  • Loading branch information
hunter-richardson committed Jul 1, 2024
1 parent 53e67f1 commit 7986ce2
Showing 1 changed file with 26 additions and 24 deletions.
50 changes: 26 additions & 24 deletions src/facies/appositus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -199,34 +199,36 @@
<v-card>
<v-app-bar density='compact' location='top' absolute flat tile>
<v-app-bar-title text='StructorVerborum' />
<template v-if='!locutionis'>
<template v-if='locutionis'>
<v-card location='right'>
<template v-if='locutionis'>
<v-btn-toggle density='compact'>
<template v-if='referret'>
<v-btn icon='content_copy' id='refer' @click='refer()' />
</template>
<template v-if='transduceret'>
<v-btn icon='file_open' id='transduc' @click='transduc()' />
</template>
</v-btn-toggle>
</template>
<v-avatar image='https://avatars.githubusercontent.com/u/22331463'>
<v-hover>
<template #default='{ isHovering, props }'>
<a v-if='isHovering' target='_blank'
href='https://github.com/hunter-richardson/structorverborum/issues'>
<v-card v-bind='props'
:text="crustula.lingua === 'anglica' ? 'Let\'s talk!' : 'Colloquamur'" />
</a>
</template>
</v-hover>
</v-avatar>
</v-card>
</template>
<template v-else>
<div id='subiciendum' class='text-center'>
<v-card :text="lingua === 'anglica' ? 'What would you like to do or say?' : 'Quid agere loquive velles'" />
</div>
</template>
<v-card location='right'>
<template v-if='locutionis'>
<v-btn-toggle density='compact'>
<template v-if='referret'>
<v-btn icon='content_copy' id='refer' @click='refer()' />
</template>
<template v-if='transduceret'>
<v-btn icon='file_open' id='transduc' @click='transduc()' />
</template>
</v-btn-toggle>
</template>
<v-avatar image='https://avatars.githubusercontent.com/u/22331463'>
<v-hover>
<template #default='{ isHovering, props }'>
<a v-if='isHovering' target='_blank'
href='https://github.com/hunter-richardson/structorverborum/issues'>
<v-card v-bind='props'
:text="crustula.lingua === 'anglica' ? 'Let\'s talk!' : 'Colloquamur'" />
</a>
</template>
</v-hover>
</v-avatar>
</v-card>
</v-app-bar>
<v-tabs v-model='annulus' align-tabs='center' density='compact' grow hide-slider mandatory>
<template v-for='annulus in annuli'>
Expand Down

0 comments on commit 7986ce2

Please sign in to comment.