Compare commits
89 Commits
03b210dc6f
...
brain-patc
Author | SHA1 | Date | |
---|---|---|---|
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 |
@ -12,12 +12,12 @@ trigger:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: lint
|
- name: lint
|
||||||
image: node:20.12.2@sha256:844b41cf784f66d7920fd673f7af54ca7b81e289985edc6cd864e7d05e0d133c
|
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:20.12.2@sha256:844b41cf784f66d7920fd673f7af54ca7b81e289985edc6cd864e7d05e0d133c
|
image: node:20.16.0@sha256:1ae9ba874435551280e95c8a8e74adf8a48d72b564bf9dfe4718231f2144c88f
|
||||||
environment:
|
environment:
|
||||||
NODE_OPTIONS: '--openssl-legacy-provider'
|
NODE_OPTIONS: '--openssl-legacy-provider'
|
||||||
commands:
|
commands:
|
||||||
@ -39,7 +39,7 @@ depends_on:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: node:20.12.2@sha256:844b41cf784f66d7920fd673f7af54ca7b81e289985edc6cd864e7d05e0d133c
|
image: node:20.16.0@sha256:1ae9ba874435551280e95c8a8e74adf8a48d72b564bf9dfe4718231f2144c88f
|
||||||
environment:
|
environment:
|
||||||
NODE_OPTIONS: '--openssl-legacy-provider'
|
NODE_OPTIONS: '--openssl-legacy-provider'
|
||||||
commands:
|
commands:
|
||||||
@ -57,6 +57,6 @@ steps:
|
|||||||
recursive: true
|
recursive: true
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: c3a0f95e44c6b1fd4e1de228a3c9a55f9edb5e189deb728b681bd7dc55b39565
|
hmac: 43c3ec3bad06f5767e0852947b1c53db5cab0023412483bf9c378408c0442f59
|
||||||
|
|
||||||
...
|
...
|
||||||
|
1430
package-lock.json
generated
1430
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
@ -19,14 +19,14 @@
|
|||||||
"@vue/cli-plugin-eslint": "5.0.8",
|
"@vue/cli-plugin-eslint": "5.0.8",
|
||||||
"@vue/cli-plugin-pwa": "5.0.8",
|
"@vue/cli-plugin-pwa": "5.0.8",
|
||||||
"@vue/cli-service": "5.0.8",
|
"@vue/cli-service": "5.0.8",
|
||||||
"@vue/compiler-sfc": "3.4.23",
|
"@vue/compiler-sfc": "3.4.37",
|
||||||
"@vue/eslint-config-standard": "6.1.0",
|
"@vue/eslint-config-standard": "8.0.1",
|
||||||
"@babel/eslint-parser": "7.24.1",
|
"@babel/eslint-parser": "7.25.1",
|
||||||
"eslint": "7.32.0",
|
"eslint": "8.57.0",
|
||||||
"eslint-plugin-import": "2.29.1",
|
"eslint-plugin-import": "2.29.1",
|
||||||
"eslint-plugin-n": "16.6.2",
|
"eslint-plugin-n": "17.10.2",
|
||||||
"eslint-plugin-promise": "4.3.1",
|
"eslint-plugin-promise": "7.1.0",
|
||||||
"eslint-plugin-standard": "5.0.0",
|
"eslint-plugin-standard": "5.0.0",
|
||||||
"eslint-plugin-vue": "7.20.0"
|
"eslint-plugin-vue": "9.27.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3,8 +3,16 @@
|
|||||||
"extends": [
|
"extends": [
|
||||||
"config:best-practices",
|
"config:best-practices",
|
||||||
"npm:unpublishSafe",
|
"npm:unpublishSafe",
|
||||||
|
":maintainLockFilesWeekly",
|
||||||
|
":pinAllExceptPeerDependencies",
|
||||||
":prHourlyLimitNone",
|
":prHourlyLimitNone",
|
||||||
":prConcurrentLimitNone",
|
":prConcurrentLimitNone",
|
||||||
":separateMultipleMajorReleases"
|
":separateMultipleMajorReleases"
|
||||||
|
],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchFileNames": [".drone.yml"],
|
||||||
|
"schedule": ["before 9am on the first day of the month"]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
11
src/App.vue
11
src/App.vue
@ -6,7 +6,7 @@
|
|||||||
<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> Andreas Bogk, Frank Landgraf<br/>
|
<span class="fw-bold">Vorstand:</span> Frank Landgraf, Frank Lanitz<br/>
|
||||||
<span class="fw-bold">Aufsichtsratsvorsitz:</span> Simon Liebing
|
<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.
|
||||||
@ -429,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"
|
||||||
@ -671,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",
|
||||||
@ -681,7 +684,7 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
version: "2024-04-05",
|
version: "2024-05-29",
|
||||||
confirm_membership: false,
|
confirm_membership: false,
|
||||||
direct_debit: false,
|
direct_debit: false,
|
||||||
membership_type_options: [
|
membership_type_options: [
|
||||||
|
@ -43,6 +43,6 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
name: 'Faq'
|
name: 'TheFaq'
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
Reference in New Issue
Block a user