- Invio RIS migliorata grafica e aggiunto tastierino numerico.

This commit is contained in:
Surya Paolo
2024-09-30 22:08:39 +02:00
parent 83a5b8b18b
commit 3a4faf0122
22 changed files with 634 additions and 315 deletions

View File

@@ -1,6 +1,9 @@
<template>
<div class="q-ma-xs q-pa-xs row">
<div v-if="non_hai_circuito_nazionale" class="q-py-sm">
<div class="row">
<div
class="q-py-sm"
v-if="non_hai_circuito_nazionale"
>
<q-banner rounded class="bg-red text-white" style="text-align: center">
{{ $t('circuit.non_hai_circuito_nazionale') }}
<br />
@@ -29,7 +32,11 @@
<q-btn
glossy
size="md"
:label="$t('circuit.invia_msg_dest', {name: to_user ? to_user.username : ''})"
:label="
$t('circuit.invia_msg_dest', {
name: to_user ? to_user.username : '',
})
"
icon="fas fa-paper-plane"
color="blue"
text-color="white"