Browse Source

misc look-and-feel tweaks

pull/81/head
Trent Larson 1 year ago
parent
commit
f36ecfd8db
  1. 4
      src/views/AccountViewView.vue
  2. 12
      src/views/ContactAmountsView.vue
  3. 2
      src/views/ContactsView.vue
  4. 6
      src/views/TestView.vue

4
src/views/AccountViewView.vue

@ -655,11 +655,11 @@ export default class AccountViewView extends Vue {
this.$notify( this.$notify(
{ {
group: "alert", group: "alert",
type: "toast", type: "success",
title: "Download Started", title: "Download Started",
text: "See your downloads directory for the backup.", text: "See your downloads directory for the backup.",
}, },
5000, -1,
); );
} }

12
src/views/ContactAmountsView.vue

@ -2,8 +2,11 @@
<QuickNav selected="Contacts"></QuickNav> <QuickNav selected="Contacts"></QuickNav>
<section id="Content" class="p-6 pb-24"> <section id="Content" class="p-6 pb-24">
<!-- Breadcrumb --> <!-- Breadcrumb -->
<div id="ViewBreadcrumb" class="mb-8"> <div class="mb-8">
<h1 class="text-lg text-center font-light relative px-7"> <h1
id="ViewBreadcrumb"
class="text-lg text-center font-light relative px-7"
>
<!-- Back --> <!-- Back -->
<router-link <router-link
:to="{ name: 'contacts' }" :to="{ name: 'contacts' }"
@ -11,11 +14,12 @@
><fa icon="chevron-left" class="fa-fw"></fa ><fa icon="chevron-left" class="fa-fw"></fa
></router-link> ></router-link>
</h1> </h1>
</div>
<h1 id="ViewHeading" class="text-4xl text-center font-light pt-4 mb-8"> <h1 id="ViewHeading" class="text-4xl text-center font-light pt-4">
Given with {{ contact?.name }} Given with {{ contact?.name }}
</h1> </h1>
</div>
<div class="flex justify-around"> <div class="flex justify-around">
<span /> <span />
<span class="justify-around">(Only 50 most recent)</span> <span class="justify-around">(Only 50 most recent)</span>

2
src/views/ContactsView.vue

@ -218,7 +218,7 @@
</div> </div>
</li> </li>
</ul> </ul>
<p v-else>This identity has no contacts.</p> <p v-else>There are no contacts.</p>
<div v-if="contactEdit !== null" class="dialog-overlay"> <div v-if="contactEdit !== null" class="dialog-overlay">
<div class="dialog"> <div class="dialog">

6
src/views/TestView.vue

@ -16,14 +16,14 @@
{ {
group: 'alert', group: 'alert',
type: 'toast', type: 'toast',
text: 'I\'m a toast. Don\'t mind me.', text: 'I\'m a toast. Without a timeout, I\'m stuck.',
}, },
5000, 5000,
) )
" "
class="font-bold uppercase bg-slate-400 text-white px-3 py-2 rounded-md mr-2" class="font-bold uppercase bg-slate-900 text-white px-3 py-2 rounded-md mr-2"
> >
Toast (self-dismiss) Toast
</button> </button>
<button <button

Loading…
Cancel
Save