Revert "Aggiornamento a 0.6.1"

This reverts commit 701e1f1968.
This commit is contained in:
Surya Paolo
2023-04-07 20:07:56 +02:00
parent 9c08ebaacd
commit a8eb6344ef
10 changed files with 44 additions and 87 deletions

View File

@@ -1,12 +1,4 @@
<<<<<<< HEAD
<<<<<<< HEAD
APP_VERSION="0.5.84"
=======
APP_VERSION="0.5.85" APP_VERSION="0.5.85"
>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1)
=======
APP_VERSION="0.5.85"
>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1)
SERVICE_WORKER_FILE="service-worker.js" SERVICE_WORKER_FILE="service-worker.js"
APP_ID="13" APP_ID="13"
DIRECTORY_LOCAL="newfreeplanet" DIRECTORY_LOCAL="newfreeplanet"

View File

@@ -1,12 +1,4 @@
<<<<<<< HEAD
<<<<<<< HEAD
APP_VERSION="0.5.84"
=======
APP_VERSION="0.5.85" APP_VERSION="0.5.85"
>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1)
=======
APP_VERSION="0.5.85"
>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1)
SERVICE_WORKER_FILE="service-worker.js" SERVICE_WORKER_FILE="service-worker.js"
APP_ID="13" APP_ID="13"
DIRECTORY_LOCAL=newfreeplanet DIRECTORY_LOCAL=newfreeplanet

View File

@@ -1,12 +1,4 @@
<<<<<<< HEAD
<<<<<<< HEAD
APP_VERSION="0.5.84"
=======
APP_VERSION="0.5.85" APP_VERSION="0.5.85"
>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1)
=======
APP_VERSION="0.5.85"
>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1)
SERVICE_WORKER_FILE="service-worker.js" SERVICE_WORKER_FILE="service-worker.js"
APP_ID="13" APP_ID="13"
DIRECTORY_LOCAL=newfreeplanet DIRECTORY_LOCAL=newfreeplanet

View File

@@ -1,12 +1,4 @@
<<<<<<< HEAD
<<<<<<< HEAD
APP_VERSION="0.5.84"
=======
APP_VERSION="0.5.85" APP_VERSION="0.5.85"
>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1)
=======
APP_VERSION="0.5.85"
>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1)
SERVICE_WORKER_FILE="service-worker.js" SERVICE_WORKER_FILE="service-worker.js"
APP_ID="13" APP_ID="13"
DIRECTORY_LOCAL="newfreeplanet" DIRECTORY_LOCAL="newfreeplanet"

View File

@@ -1,12 +1,4 @@
<<<<<<< HEAD APP_VERSION="0.6.2"
<<<<<<< HEAD
APP_VERSION="0.5.84"
=======
APP_VERSION="0.5.85"
>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1)
=======
APP_VERSION="0.5.85"
>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1)
SERVICE_WORKER_FILE="service-worker.js" SERVICE_WORKER_FILE="service-worker.js"
APP_ID="13" APP_ID="13"
DIRECTORY_LOCAL=newfreeplanet DIRECTORY_LOCAL=newfreeplanet

View File

@@ -1,12 +1,4 @@
<<<<<<< HEAD APP_VERSION="0.6.2"
<<<<<<< HEAD
APP_VERSION="0.5.84"
=======
APP_VERSION="0.5.85"
>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1)
=======
APP_VERSION="0.5.85"
>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1)
SERVICE_WORKER_FILE="service-worker.js" SERVICE_WORKER_FILE="service-worker.js"
APP_ID="14" APP_ID="14"
DIRECTORY_LOCAL="newfreeplanet" DIRECTORY_LOCAL="newfreeplanet"

View File

@@ -1103,22 +1103,7 @@
:prop_myrec="myrecdialog" :prop_myrec="myrecdialog"
> >
</CMyCardCircuitPopup> </CMyCardCircuitPopup>
<CMyCardService v-else-if="mytable === 'myskills'" <CMyCardService v-else-if="shared_consts.TABLES_FAVORITE_BOOKMARK.includes(mytable)"
<<<<<<< HEAD
<<<<<<< HEAD
=======
=======
>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1)
:table="mytable" :prop_myrec="myrecdialog">
</CMyCardService>
<CMyCardService v-else-if="mytable === 'mygoods'"
:table="mytable" :prop_myrec="myrecdialog">
</CMyCardService>
<CMyCardService v-else-if="mytable === 'myhosps'"
<<<<<<< HEAD
>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1)
=======
>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1)
:table="mytable" :prop_myrec="myrecdialog"> :table="mytable" :prop_myrec="myrecdialog">
</CMyCardService> </CMyCardService>
<CMyCardPopup v-else :table="mytable" :prop_myrec="myrecdialog"> <CMyCardPopup v-else :table="mytable" :prop_myrec="myrecdialog">

View File

@@ -146,15 +146,31 @@
}}</q-item-label> }}</q-item-label>
</q-item-section> </q-item-section>
</q-item> </q-item>
<<<<<<< HEAD
<<<<<<< HEAD <q-item v-if="myrec.dateTimeStart">
<q-item> <q-item-section avatar>
======= <q-icon color="green" name="far fa-calendar-alt" />
======= </q-item-section>
>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1)
<q-item-section>
<q-item-label>
<span>{{tools.getstrDateMonthTimeLong(myrec.dateTimeStart)}}</span>
</q-item-label>
</q-item-section>
</q-item>
<q-item v-if="myrec.dateTimeEnd">
<q-item-section avatar>
<q-icon color="red" name="far fa-calendar-alt" />
</q-item-section>
<q-item-section>
<q-item-label>
<span>{{tools.getstrDateMonthTimeLong(myrec.dateTimeEnd)}}</span>
</q-item-label>
</q-item-section>
</q-item>
<q-item v-if="getSectorByRec(myrec)"> <q-item v-if="getSectorByRec(myrec)">
>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1)
<q-item-section avatar> <q-item-section avatar>
<q-icon color="blue" name="category" /> <q-icon color="blue" name="category" />
</q-item-section> </q-item-section>

View File

@@ -1595,8 +1595,6 @@ h3 {
text-align: right; text-align: right;
color: grey; color: grey;
} }
<<<<<<< HEAD
=======
.buttons_bottom { .buttons_bottom {
max-width: 400px; max-width: 400px;
@@ -1630,7 +1628,21 @@ h3 {
color: grey; color: grey;
font-size: 0.8rem; font-size: 0.8rem;
} }
<<<<<<< HEAD
>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1) .butt_rounded{
======= border-radius: 12px;
>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1) }
.body--light {
.butt_rounded{
background-color: rgb(234, 241, 244);
}
}.body--dark {
.butt_rounded{
background-color: black;
}
}
.q-mx-xxs {
margin-left: 2px;
}

View File

@@ -1488,16 +1488,8 @@ const msg_it = {
favorite_unset: 'Rimosso dai Preferiti', favorite_unset: 'Rimosso dai Preferiti',
bookmark_set: 'Aggiunto ai Segnalibri', bookmark_set: 'Aggiunto ai Segnalibri',
bookmark_unset: 'Rimosso dai Segnalibri', bookmark_unset: 'Rimosso dai Segnalibri',
<<<<<<< HEAD
<<<<<<< HEAD
=======
favorite: 'Utenti Favoriti', favorite: 'Utenti Favoriti',
bookmark: 'Utenti Segnalibri', bookmark: 'Utenti Segnalibri',
>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1)
=======
favorite: 'Utenti Favoriti',
bookmark: 'Utenti Segnalibri',
>>>>>>> parent of 701e1f1 (Aggiornamento a 0.6.1)
}, },
}, },