Skip to content

Commit a005ea2

Browse files
committed
translation for load cell configuration
1 parent c75292f commit a005ea2

File tree

3 files changed

+1
-328
lines changed

3 files changed

+1
-328
lines changed

frontend/src/components/AppDonationDisclaimer.vue

Lines changed: 0 additions & 315 deletions
This file was deleted.

frontend/src/layouts/FullLayout.vue

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,6 @@
8383
:icon="link.icon"
8484
/>
8585
</div>
86-
<div class="row justify-center">
87-
<q-btn
88-
:label="$t('layout.full_layout.donate_btn_label')"
89-
:icon="mdiPiggyBank"
90-
color="orange-5"
91-
@click="clickDonate"
92-
/>
93-
</div>
9486
</q-card-section>
9587
</q-card>
9688

frontend/src/layouts/LoggedInLayout.vue

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
ref="appSocket"
44
/>
55
<router-view/>
6-
<app-donation-disclaimer
7-
ref="donationDisclaimer"
8-
/>
96
<app-qr-link />
107
</template>
118

@@ -16,12 +13,11 @@
1613
1714
import { store } from '../store'
1815
import AppSocket from 'components/AppSocket'
19-
import AppDonationDisclaimer from 'components/AppDonationDisclaimer.vue'
2016
import AppQrLink from 'components/AppQrLink.vue'
2117
2218
export default {
2319
name: 'LoggedInLayout',
24-
components: { AppQrLink, AppDonationDisclaimer, AppSocket },
20+
components: { AppQrLink, AppSocket },
2521
beforeRouteEnter (to, from, next) {
2622
Promise.all([
2723
store.dispatch('category/fetchCategories'),

0 commit comments

Comments
 (0)