Compare commits
142 Commits
add-ago
...
remove-esl
Author | SHA1 | Date | |
---|---|---|---|
94985ba397
|
|||
8e5a5e5361 | |||
672bf5ec50 | |||
c51598f207 | |||
8fd7a7d6f2 | |||
bc387157e0 | |||
ccd88a30e7 | |||
4d80c6268b | |||
178d7987f7 | |||
a62aec549a | |||
2cdd3fde1a | |||
41e8a8be3e | |||
74a2b99a10 | |||
d3849a1d1c | |||
749970ced0 | |||
ce15720e87 | |||
fd2338ff27 | |||
e89a6ffe1f | |||
d857d38441
|
|||
7f3c4a5ec4
|
|||
8b2841f903 | |||
84afebb2b6 | |||
4de936e922 | |||
c754fa82f2 | |||
35d48106fc | |||
4cb202f58f | |||
e95709c422 | |||
07b5f7009b | |||
5e43a7c122 | |||
a891d4730d | |||
0c433f549c | |||
b4dbdb5fee | |||
cf5a588ddf | |||
224abd16ea | |||
3e71184ffc | |||
e672eacb14 | |||
1b7a32a9bc | |||
6a76668c15 | |||
02ecff1ceb | |||
87f19e73ab | |||
5c2501c971 | |||
ba4b6dfb54 | |||
20fea22802
|
|||
1ec259f408 | |||
d44dc2f8c7 | |||
3bf62e8a8d | |||
c6b282bac4 | |||
4e3c896c6e | |||
7f3591158b | |||
52a2a50b1a | |||
7df446c114 | |||
4db6292849 | |||
b32697ed1f | |||
f53cf633e3
|
|||
1670eaa260 | |||
4cead05247
|
|||
a7cf22f02c | |||
e51b93063d | |||
dbbf3ccc71 | |||
d21657c994 | |||
903426689d | |||
bc3d5be021 | |||
ec0f95be77 | |||
ca3ce3e45a
|
|||
18da2fbf0e | |||
84ec704743 | |||
fe5ead59cb | |||
1463eaae53
|
|||
81479e3a5c | |||
4535c6e672 | |||
6bb0edbcb2 | |||
9d719359d9 | |||
bdb15a63a9 | |||
0303bbbaa8 | |||
aa6cf3d17e | |||
b38698b90c | |||
91764a205e | |||
85b6b8d747 | |||
2147e2b404 | |||
30804b84a4 | |||
bc35f907e0
|
|||
7629e7a683 | |||
9ef0efaac4 | |||
8588c2a173 | |||
338a50a33a
|
|||
b100af152c | |||
7070883315
|
|||
f47e8f52a6
|
|||
099f1356fd | |||
a4f3c91a5d | |||
04b654c70d | |||
31f4551d0f | |||
9f8ef354bc
|
|||
c9653f320e
|
|||
f51dde8f15 | |||
03b210dc6f | |||
ce9ca6ad79 | |||
aa8ebc27f0 | |||
c7b03cf294 | |||
173dca2119 | |||
660fa0415e | |||
9ba292f701
|
|||
f77de151b5 | |||
652a401797 | |||
7f8f072d70 | |||
5ec81733a2 | |||
415433b1fa
|
|||
b3dfb27b6f | |||
d0e3f0ca79 | |||
b950818eca | |||
95f60c63dd | |||
9a9b7d8ab9
|
|||
2b893b140f | |||
549a128d20 | |||
97d97fcdeb
|
|||
57a296e27d | |||
38e3ab7166 | |||
c858c3159e
|
|||
ce858edd67
|
|||
177628d03c
|
|||
8441a25651
|
|||
68e0b5efc1 | |||
38be80663b | |||
3ca22fe7ca
|
|||
8043155805 | |||
c4e26b8618 | |||
903aed00e7 | |||
06504b6240
|
|||
253712c5ee
|
|||
7fe5fb6a41 | |||
b640f61fb9
|
|||
23c2cdb72a
|
|||
aeed882d63
|
|||
afc57d04fb | |||
640bae524c
|
|||
e85d0be149
|
|||
ae99fc810d
|
|||
ab6b079042
|
|||
475e844450
|
|||
bc742e979c
|
|||
c995024b80
|
|||
9f57889873 |
10
.drone.yml
10
.drone.yml
@ -12,12 +12,12 @@ trigger:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: lint
|
- name: lint
|
||||||
image: node:18
|
image: node:20.16.0@sha256:1ae9ba874435551280e95c8a8e74adf8a48d72b564bf9dfe4718231f2144c88f
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run lint
|
- npm run lint
|
||||||
- name: build
|
- name: build
|
||||||
image: node:18
|
image: node:20.16.0@sha256:1ae9ba874435551280e95c8a8e74adf8a48d72b564bf9dfe4718231f2144c88f
|
||||||
environment:
|
environment:
|
||||||
NODE_OPTIONS: '--openssl-legacy-provider'
|
NODE_OPTIONS: '--openssl-legacy-provider'
|
||||||
commands:
|
commands:
|
||||||
@ -39,14 +39,14 @@ depends_on:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: node:18
|
image: node:20.16.0@sha256:1ae9ba874435551280e95c8a8e74adf8a48d72b564bf9dfe4718231f2144c88f
|
||||||
environment:
|
environment:
|
||||||
NODE_OPTIONS: '--openssl-legacy-provider'
|
NODE_OPTIONS: '--openssl-legacy-provider'
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: drillster/drone-rsync
|
image: drillster/drone-rsync@sha256:f4f90f96d0714d26c93c6c4c8f99bc4a7aa1cbf4d7bb772fcfac2ec7be44a331
|
||||||
settings:
|
settings:
|
||||||
hosts: [ "www.wtf-eg.net" ]
|
hosts: [ "www.wtf-eg.net" ]
|
||||||
user: onboarding
|
user: onboarding
|
||||||
@ -57,6 +57,6 @@ steps:
|
|||||||
recursive: true
|
recursive: true
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 0f87c59a97ed13bfd04074b63d1e5567b2ff228141951e7edb14ba31a123284e
|
hmac: 43c3ec3bad06f5767e0852947b1c53db5cab0023412483bf9c378408c0442f59
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -8,7 +8,7 @@ module.exports = {
|
|||||||
'@vue/standard'
|
'@vue/standard'
|
||||||
],
|
],
|
||||||
parserOptions: {
|
parserOptions: {
|
||||||
parser: 'babel-eslint'
|
parser: '@babel/eslint-parser'
|
||||||
},
|
},
|
||||||
rules: {
|
rules: {
|
||||||
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
|
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
|
||||||
|
30666
package-lock.json
generated
30666
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
35
package.json
35
package.json
@ -8,25 +8,24 @@
|
|||||||
"lint": "vue-cli-service lint"
|
"lint": "vue-cli-service lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootstrap": "^5.2.3",
|
"bootstrap": "5.3.3",
|
||||||
"core-js": "^3.26.1",
|
"core-js": "3.38.0",
|
||||||
"qrcode.vue": "^3.3.3",
|
"qrcode.vue": "3.4.1",
|
||||||
"register-service-worker": "^1.7.2",
|
"register-service-worker": "1.7.2",
|
||||||
"vue": "^3.0.0"
|
"vue": "3.4.37"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vue/cli-plugin-babel": "~4.5.0",
|
"@babel/eslint-parser": "7.25.1",
|
||||||
"@vue/cli-plugin-eslint": "~4.5.0",
|
"@vue/cli-plugin-babel": "5.0.8",
|
||||||
"@vue/cli-plugin-pwa": "~4.5.0",
|
"@vue/cli-plugin-eslint": "5.0.8",
|
||||||
"@vue/cli-service": "~4.5.0",
|
"@vue/cli-plugin-pwa": "5.0.8",
|
||||||
"@vue/compiler-sfc": "^3.0.0",
|
"@vue/cli-service": "5.0.8",
|
||||||
"@vue/eslint-config-standard": "^5.1.2",
|
"@vue/compiler-sfc": "3.4.37",
|
||||||
"babel-eslint": "^10.1.0",
|
"@vue/eslint-config-standard": "8.0.1",
|
||||||
"eslint": "^6.8.0",
|
"eslint": "8.57.0",
|
||||||
"eslint-plugin-import": "^2.26.0",
|
"eslint-plugin-import": "2.29.1",
|
||||||
"eslint-plugin-node": "^11.1.0",
|
"eslint-plugin-n": "17.10.2",
|
||||||
"eslint-plugin-promise": "^4.3.1",
|
"eslint-plugin-promise": "7.1.0",
|
||||||
"eslint-plugin-standard": "^4.1.0",
|
"eslint-plugin-vue": "9.27.0"
|
||||||
"eslint-plugin-vue": "^7.20.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
18
renovate.json
Normal file
18
renovate.json
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:best-practices",
|
||||||
|
"npm:unpublishSafe",
|
||||||
|
":maintainLockFilesWeekly",
|
||||||
|
":pinAllExceptPeerDependencies",
|
||||||
|
":prHourlyLimitNone",
|
||||||
|
":prConcurrentLimitNone",
|
||||||
|
":separateMultipleMajorReleases"
|
||||||
|
],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchFileNames": [".drone.yml"],
|
||||||
|
"schedule": ["before 9am on the first day of the month"]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
98
src/App.vue
98
src/App.vue
@ -2,12 +2,12 @@
|
|||||||
<header class="container">
|
<header class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-6">
|
<div class="col-6">
|
||||||
<img src="/img/wtf_logo.svg" style="height: 7rem" />
|
<img src="/img/wtf_logo.svg" style="height: 7rem" alt="Logo der WTF Kooperative eG"/>
|
||||||
<h1>Beitritts-/ Beteiligungserklärung zur WTF Kooperative eG</h1>
|
<h1>Beitritts-/ Beteiligungserklärung zur WTF Kooperative eG</h1>
|
||||||
WTF Kooperative eG, Hinterhaus 3. OG, Forsmannstr. 14 b, 22303 Hamburg<br/>
|
WTF Kooperative eG, Hinterhaus 3. OG, Forsmannstr. 14 b, 22303 Hamburg<br/>
|
||||||
<span class="fw-bold">Registergericht:</span> Hamburg GnR 1113<br/>
|
<span class="fw-bold">Registergericht:</span> Hamburg GnR 1113<br/>
|
||||||
<span class="fw-bold">Vorstand:</span> Markus Klein, Frank Landgraf<br/>
|
<span class="fw-bold">Vorstand:</span> Frank Landgraf, Frank Lanitz<br/>
|
||||||
<span class="fw-bold">Aufsichtsratsvorsitz:</span> Alexander Heidenreich
|
<span class="fw-bold">Aufsichtsratsvorsitz:</span> Simon Liebing
|
||||||
<p>
|
<p>
|
||||||
<a href="https://dejure.org/gesetze/GenG">(§§ 15, 15a und 15b GenG)</a
|
<a href="https://dejure.org/gesetze/GenG">(§§ 15, 15a und 15b GenG)</a
|
||||||
>
|
>
|
||||||
@ -30,6 +30,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<p class="no-print alert alert-danger">
|
||||||
|
Derzeit nehmen wir keine neuen Mitglieder auf.
|
||||||
|
</p>
|
||||||
<p class="no-print">
|
<p class="no-print">
|
||||||
Bitte fülle alle Felder aus und klicke dann auf "Drucken". Das gedruckte
|
Bitte fülle alle Felder aus und klicke dann auf "Drucken". Das gedruckte
|
||||||
Dokument muss dann noch mit Ort, Datum und Unterschrift versehen werden.
|
Dokument muss dann noch mit Ort, Datum und Unterschrift versehen werden.
|
||||||
@ -53,34 +56,43 @@
|
|||||||
id="confirm_membership"
|
id="confirm_membership"
|
||||||
required
|
required
|
||||||
/>
|
/>
|
||||||
<label class="form-check-label beantraungs-text" for="flexCheckDefault">
|
<label class="form-check-label beantraungs-text" for="confirm_membership">
|
||||||
Ich beantrage hiermit die Aufnahme in die WTF Kooperative eG,
|
Ich beantrage hiermit die Aufnahme in die WTF Kooperative eG,
|
||||||
bestätige die mir zur Verfügung gestellte <a href="https://wtf-eg.de/dokumente/wtf-satzung.pdf">Satzung</a>
|
bestätige die mir zur Verfügung gestellte <a href="https://wtf-eg.de/dokumente/wtf-satzung.pdf">Satzung</a>
|
||||||
und <a href="https://wtf-eg.de/dokumente/wtf-ago.pdf">Allgemeine Geschäftsordnung (AGO)</a>
|
und <a href="https://wtf-eg.de/dokumente/wtf-ago.pdf">Allgemeine Geschäftsordnung (AGO)</a>
|
||||||
und verpflichte mich zur Leistung nach Gesetz und Satzung vorgesehenen Zahlungen in
|
und verpflichte mich zur Leistung nach Gesetz und Satzung vorgesehenen Zahlungen in
|
||||||
Höhe von 100 € je Geschäftsanteil, einer einmaligen Aufnahmegebühr
|
Höhe von 100 € je Geschäftsanteil, einer einmaligen Aufnahmegebühr
|
||||||
von 100 €, sowie einem jährlichen Beitrag in Höhe von 100 €, selbst
|
von 100 €, sowie einem jährlichen Beitrag in Höhe von 100 € (für 2024 ausnahmsweise 200 €), selbst
|
||||||
per Überweisung mit dem Verwendungszweck Mitgliedsnummer (wenn
|
per Überweisung mit dem Verwendungszweck Mitgliedsnummer (wenn
|
||||||
vorhanden) bzw. Name, Vorname und Geburtsdatum an folgende
|
vorhanden) bzw. <code>Name - Vorname - Geburtsdatum</code> an folgende
|
||||||
Bankverbindung:
|
Bankverbindung:
|
||||||
<table class="table table-striped mt-2">
|
</label>
|
||||||
<tr class="no-print">
|
<table class="table table-striped mt-2">
|
||||||
<td>Kontoinhaberin:</td>
|
<tr class="no-print">
|
||||||
<td>WTF Kooperative eG</td>
|
<td>Kontoinhaberin:</td>
|
||||||
</tr>
|
<td>WTF Kooperative eG</td>
|
||||||
<tr>
|
</tr>
|
||||||
<td>IBAN:</td>
|
<tr>
|
||||||
<td><strong>DE67 4476 1534 </strong>2301 4210 00</td>
|
<td>IBAN:</td>
|
||||||
</tr>
|
<td><strong>DE67 4476 1534 </strong>2301 4210 00</td>
|
||||||
<tr class="no-print">
|
</tr>
|
||||||
<td>Bank:</td>
|
<tr class="no-print">
|
||||||
<td>Volksbank in Südwestfalen eG</td>
|
<td>Bank:</td>
|
||||||
</tr>
|
<td>Volksbank in Südwestfalen eG</td>
|
||||||
<tr class="no-print">
|
</tr>
|
||||||
<td>BIC:</td>
|
<tr class="no-print">
|
||||||
<td> GENO DE M1 NRD</td>
|
<td>BIC:</td>
|
||||||
</tr>
|
<td> GENO DE M1 NRD</td>
|
||||||
</table>
|
</tr>
|
||||||
|
</table>
|
||||||
|
<input
|
||||||
|
class="form-check-input"
|
||||||
|
type="checkbox"
|
||||||
|
v-model="direct_debit"
|
||||||
|
id="direct_debit"
|
||||||
|
/>
|
||||||
|
<label for="direct_debit" class="form-check-label beantraungs-text">
|
||||||
|
Bei erfolgreicher Aufnahme möchte ich künftig meinen Jahresbeitrag per Lastschrift begleichen.
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -143,7 +155,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="col-6 col-xs-12"
|
class="col-6 col-xs-12"
|
||||||
v-if="membership_type != membership_type_options[0]"
|
v-if="membership_type !== membership_type_options[0]"
|
||||||
>
|
>
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
Gesamtanzahl Anteile:
|
Gesamtanzahl Anteile:
|
||||||
@ -194,7 +206,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="col-4 col-xs-12"
|
class="col-4 col-xs-12"
|
||||||
v-if="membership_type != membership_type_options[0]"
|
v-if="membership_type !== membership_type_options[0]"
|
||||||
>
|
>
|
||||||
<label for="membership_number" class="form-label"
|
<label for="membership_number" class="form-label"
|
||||||
>Deine Mitgliedsnummer: (sofern vorhanden)</label
|
>Deine Mitgliedsnummer: (sofern vorhanden)</label
|
||||||
@ -420,7 +432,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<label for="pgp" class="form-label">PGP:*</label>
|
<label for="pgp" class="form-label">PGP-Fingerprint:*</label>
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
class="form-control"
|
class="form-control"
|
||||||
@ -435,8 +447,8 @@
|
|||||||
deine Interaktion mit der Genossenschaft. Bitte lade Deinen Public-Key
|
deine Interaktion mit der Genossenschaft. Bitte lade Deinen Public-Key
|
||||||
entweder auf übliche Keyserver hoch oder sende ihn uns von genau der
|
entweder auf übliche Keyserver hoch oder sende ihn uns von genau der
|
||||||
angegebenen Mailadresse als Mail-Anhang:
|
angegebenen Mailadresse als Mail-Anhang:
|
||||||
<a href="mailto:office@wtf-eg.de">office@wtf-eg.de</a>. (als Betreff
|
<a href="mailto:member@wtf-eg.de">member@wtf-eg.de</a>. (als Betreff
|
||||||
deinen Nick wie oben angegeben).
|
<code>{{ pubkeyEmailSubject }}</code> angegeben).
|
||||||
</p>
|
</p>
|
||||||
<p class="no-print">
|
<p class="no-print">
|
||||||
Wenn Du noch kein PGP-Key-Paar hast, musst Du Dir eines anlegen. Im
|
Wenn Du noch kein PGP-Key-Paar hast, musst Du Dir eines anlegen. Im
|
||||||
@ -450,7 +462,7 @@
|
|||||||
<a href="https://mailbox.org/de/">mailbox.org</a>. Es ist gar nicht so
|
<a href="https://mailbox.org/de/">mailbox.org</a>. Es ist gar nicht so
|
||||||
schwer! :)
|
schwer! :)
|
||||||
</p>
|
</p>
|
||||||
<wrapper class="job_chaos">
|
<div class="job_chaos">
|
||||||
<article class="job_situation">
|
<article class="job_situation">
|
||||||
<h3>Berufliche Situation & Finanzen</h3>
|
<h3>Berufliche Situation & Finanzen</h3>
|
||||||
<label>Ich bin zur Zeit:</label>
|
<label>Ich bin zur Zeit:</label>
|
||||||
@ -586,7 +598,7 @@
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
</wrapper>
|
</div>
|
||||||
<hr class="no-print" />
|
<hr class="no-print" />
|
||||||
<p>
|
<p>
|
||||||
Mit meiner Unterschrift bestätige ich, dass über mein Vermögen keine
|
Mit meiner Unterschrift bestätige ich, dass über mein Vermögen keine
|
||||||
@ -662,7 +674,7 @@ import QrcodeVue from 'qrcode.vue'
|
|||||||
import iso3166Import from '@/assets/iso3166.json'
|
import iso3166Import from '@/assets/iso3166.json'
|
||||||
|
|
||||||
// Internal Component
|
// Internal Component
|
||||||
import Faq from '@/components/faq'
|
import Faq from '@/components/TheFaq.vue'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "App",
|
name: "App",
|
||||||
@ -672,8 +684,9 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
version: "2022-11-22",
|
version: "2024-05-29",
|
||||||
confirm_membership: false,
|
confirm_membership: false,
|
||||||
|
direct_debit: false,
|
||||||
membership_type_options: [
|
membership_type_options: [
|
||||||
"Neues Mitglied",
|
"Neues Mitglied",
|
||||||
"Bestehendes Mitglied",
|
"Bestehendes Mitglied",
|
||||||
@ -743,6 +756,7 @@ export default {
|
|||||||
pgp: this.pgp,
|
pgp: this.pgp,
|
||||||
chaos_connection: this.chaos_connection.substring(0,200),
|
chaos_connection: this.chaos_connection.substring(0,200),
|
||||||
public_nick: this.public_nick.substring(0,100),
|
public_nick: this.public_nick.substring(0,100),
|
||||||
|
direct_debit: this.direct_debit,
|
||||||
};
|
};
|
||||||
|
|
||||||
if (this.status_1) membership.nicht_erwerbstaetig = true;
|
if (this.status_1) membership.nicht_erwerbstaetig = true;
|
||||||
@ -772,6 +786,9 @@ export default {
|
|||||||
return JSON.stringify(membership);
|
return JSON.stringify(membership);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
pubkeyEmailSubject() {
|
||||||
|
return `Aufnahmeantrag ${this.nickname ? this.nickname : '[dein Nickname]'}`
|
||||||
|
},
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
onSubmit() {
|
onSubmit() {
|
||||||
@ -783,12 +800,11 @@ export default {
|
|||||||
<style >
|
<style >
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Lato";
|
font-family: "Lato";
|
||||||
src: url("/fonts/Lato-Regular.eot");
|
src: local('Lato'), url("../public/fonts/Lato-Regular.woff") format("woff"), url("../public/fonts/Lato-Regular.woff2") format("woff2");
|
||||||
src: url("/fonts/Lato-Regular.woff") format("woff"),
|
|
||||||
}
|
}
|
||||||
body{
|
body{
|
||||||
font-family: 'Lato' !important;
|
font-family: 'Lato', 'sans-serif' !important;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 2rem !important;
|
font-size: 2rem !important;
|
||||||
@ -808,8 +824,8 @@ h1 {
|
|||||||
@media print {
|
@media print {
|
||||||
.container{
|
.container{
|
||||||
max-width: 100% !important;
|
max-width: 100% !important;
|
||||||
margin-left: none !important;
|
margin-left: 0 !important;
|
||||||
margin-right: none !important;
|
margin-right: 0 !important;
|
||||||
}
|
}
|
||||||
.main-qr-code{
|
.main-qr-code{
|
||||||
height: 350px !important;
|
height: 350px !important;
|
||||||
@ -825,7 +841,7 @@ h1 {
|
|||||||
font-size: 1.1rem !important;
|
font-size: 1.1rem !important;
|
||||||
}
|
}
|
||||||
.mt-3{
|
.mt-3{
|
||||||
margin-top: none !important;
|
margin-top: 0 !important;
|
||||||
}
|
}
|
||||||
input{
|
input{
|
||||||
font-size: 0.5rem;
|
font-size: 0.5rem;
|
||||||
@ -846,7 +862,7 @@ h1 {
|
|||||||
}
|
}
|
||||||
.chaos_connection,
|
.chaos_connection,
|
||||||
.job_situation {
|
.job_situation {
|
||||||
flex: 1 0 0%;
|
flex: 1 0 0;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -43,6 +43,6 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
name: 'Faq'
|
name: 'TheFaq'
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
@ -1,32 +1,5 @@
|
|||||||
/* eslint-disable no-console */
|
import { unregister } from 'register-service-worker'
|
||||||
|
|
||||||
import { register } from 'register-service-worker'
|
|
||||||
|
|
||||||
if (process.env.NODE_ENV === 'production') {
|
if (process.env.NODE_ENV === 'production') {
|
||||||
register(`${process.env.BASE_URL}service-worker.js`, {
|
unregister()
|
||||||
ready () {
|
|
||||||
console.log(
|
|
||||||
'App is being served from cache by a service worker.\n' +
|
|
||||||
'For more details, visit https://goo.gl/AFskqB'
|
|
||||||
)
|
|
||||||
},
|
|
||||||
registered () {
|
|
||||||
console.log('Service worker has been registered.')
|
|
||||||
},
|
|
||||||
cached () {
|
|
||||||
console.log('Content has been cached for offline use.')
|
|
||||||
},
|
|
||||||
updatefound () {
|
|
||||||
console.log('New content is downloading.')
|
|
||||||
},
|
|
||||||
updated () {
|
|
||||||
console.log('New content is available; please refresh.')
|
|
||||||
},
|
|
||||||
offline () {
|
|
||||||
console.log('No internet connection found. App is running in offline mode.')
|
|
||||||
},
|
|
||||||
error (error) {
|
|
||||||
console.error('Error during service worker registration:', error)
|
|
||||||
}
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user