Compare commits
No commits in common. "main" and "brain-patch-1" have entirely different histories.
main
...
brain-patc
12
.drone.yml
12
.drone.yml
@ -12,12 +12,12 @@ trigger:
|
||||
|
||||
steps:
|
||||
- name: lint
|
||||
image: node:22.11.0@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde
|
||||
image: node:18
|
||||
commands:
|
||||
- npm install
|
||||
- npm run lint
|
||||
- name: build
|
||||
image: node:22.11.0@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde
|
||||
image: node:18
|
||||
environment:
|
||||
NODE_OPTIONS: '--openssl-legacy-provider'
|
||||
commands:
|
||||
@ -39,14 +39,14 @@ depends_on:
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: node:22.11.0@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde
|
||||
image: node:18
|
||||
environment:
|
||||
NODE_OPTIONS: '--openssl-legacy-provider'
|
||||
commands:
|
||||
- npm install
|
||||
- npm run build
|
||||
- name: deploy
|
||||
image: drillster/drone-rsync@sha256:f4f90f96d0714d26c93c6c4c8f99bc4a7aa1cbf4d7bb772fcfac2ec7be44a331
|
||||
image: drillster/drone-rsync
|
||||
settings:
|
||||
hosts: [ "www.wtf-eg.net" ]
|
||||
user: onboarding
|
||||
@ -55,4 +55,8 @@ steps:
|
||||
source: ./dist/
|
||||
target: /srv/www/onboarding.wtf-eg.de/
|
||||
recursive: true
|
||||
---
|
||||
kind: signature
|
||||
hmac: 0f87c59a97ed13bfd04074b63d1e5567b2ff228141951e7edb14ba31a123284e
|
||||
|
||||
...
|
||||
|
@ -8,7 +8,7 @@ module.exports = {
|
||||
'@vue/standard'
|
||||
],
|
||||
parserOptions: {
|
||||
parser: '@babel/eslint-parser'
|
||||
parser: 'babel-eslint'
|
||||
},
|
||||
rules: {
|
||||
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
|
||||
|
30953
package-lock.json
generated
30953
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
35
package.json
35
package.json
@ -8,24 +8,25 @@
|
||||
"lint": "vue-cli-service lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "5.3.3",
|
||||
"core-js": "3.39.0",
|
||||
"qrcode.vue": "3.6.0",
|
||||
"register-service-worker": "1.7.2",
|
||||
"vue": "3.5.12"
|
||||
"bootstrap": "^5.2.3",
|
||||
"core-js": "^3.26.1",
|
||||
"qrcode.vue": "^3.3.3",
|
||||
"register-service-worker": "^1.7.2",
|
||||
"vue": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "7.25.9",
|
||||
"@vue/cli-plugin-babel": "5.0.8",
|
||||
"@vue/cli-plugin-eslint": "5.0.8",
|
||||
"@vue/cli-plugin-pwa": "5.0.8",
|
||||
"@vue/cli-service": "5.0.8",
|
||||
"@vue/compiler-sfc": "3.5.12",
|
||||
"@vue/eslint-config-standard": "8.0.1",
|
||||
"eslint": "8.57.1",
|
||||
"eslint-plugin-import": "2.31.0",
|
||||
"eslint-plugin-n": "17.12.0",
|
||||
"eslint-plugin-promise": "7.1.0",
|
||||
"eslint-plugin-vue": "9.30.0"
|
||||
"@vue/cli-plugin-babel": "~4.5.0",
|
||||
"@vue/cli-plugin-eslint": "~4.5.0",
|
||||
"@vue/cli-plugin-pwa": "~4.5.0",
|
||||
"@vue/cli-service": "~4.5.0",
|
||||
"@vue/compiler-sfc": "^3.0.0",
|
||||
"@vue/eslint-config-standard": "^5.1.2",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-promise": "^4.3.1",
|
||||
"eslint-plugin-standard": "^4.1.0",
|
||||
"eslint-plugin-vue": "^7.20.0"
|
||||
}
|
||||
}
|
||||
|
@ -1,18 +0,0 @@
|
||||
{
|
||||
"$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"]
|
||||
}
|
||||
]
|
||||
}
|
15
src/App.vue
15
src/App.vue
@ -6,7 +6,7 @@
|
||||
<h1>Beitritts-/ Beteiligungserklärung zur WTF Kooperative eG</h1>
|
||||
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">Vorstand:</span> Frank Landgraf, Frank Lanitz<br/>
|
||||
<span class="fw-bold">Vorstand:</span> Andreas Bogk, Frank Landgraf<br/>
|
||||
<span class="fw-bold">Aufsichtsratsvorsitz:</span> Simon Liebing
|
||||
<p>
|
||||
<a href="https://dejure.org/gesetze/GenG">(§§ 15, 15a und 15b GenG)</a
|
||||
@ -30,9 +30,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="no-print alert alert-danger">
|
||||
Derzeit nehmen wir keine neuen Mitglieder auf.
|
||||
</p>
|
||||
<p class="no-print">
|
||||
Bitte fülle alle Felder aus und klicke dann auf "Drucken". Das gedruckte
|
||||
Dokument muss dann noch mit Ort, Datum und Unterschrift versehen werden.
|
||||
@ -68,7 +65,6 @@
|
||||
Bankverbindung:
|
||||
</label>
|
||||
<table class="table table-striped mt-2">
|
||||
<tbody>
|
||||
<tr class="no-print">
|
||||
<td>Kontoinhaberin:</td>
|
||||
<td>WTF Kooperative eG</td>
|
||||
@ -85,7 +81,6 @@
|
||||
<td>BIC:</td>
|
||||
<td> GENO DE M1 NRD</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<input
|
||||
class="form-check-input"
|
||||
@ -434,7 +429,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<label for="pgp" class="form-label">PGP-Fingerprint:*</label>
|
||||
<label for="pgp" class="form-label">PGP:*</label>
|
||||
<input
|
||||
type="text"
|
||||
class="form-control"
|
||||
@ -676,7 +671,7 @@ import QrcodeVue from 'qrcode.vue'
|
||||
import iso3166Import from '@/assets/iso3166.json'
|
||||
|
||||
// Internal Component
|
||||
import Faq from '@/components/TheFaq.vue'
|
||||
import Faq from '@/components/faq'
|
||||
|
||||
export default {
|
||||
name: "App",
|
||||
@ -686,7 +681,7 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
version: "2024-05-29",
|
||||
version: "2024-04-05",
|
||||
confirm_membership: false,
|
||||
direct_debit: false,
|
||||
membership_type_options: [
|
||||
@ -803,7 +798,7 @@ export default {
|
||||
|
||||
@font-face {
|
||||
font-family: "Lato";
|
||||
src: local('Lato'), url("../public/fonts/Lato-Regular.woff") format("woff"), url("../public/fonts/Lato-Regular.woff2") format("woff2");
|
||||
src: local('Lato'), url("/fonts/Lato-Regular.woff") format("woff"), url("/fonts/Lato-Regular.woff2") format("woff2");
|
||||
}
|
||||
body{
|
||||
font-family: 'Lato', 'sans-serif' !important;
|
||||
|
@ -43,6 +43,6 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'TheFaq'
|
||||
name: 'Faq'
|
||||
}
|
||||
</script>
|
@ -1,5 +1,32 @@
|
||||
import { unregister } from 'register-service-worker'
|
||||
/* eslint-disable no-console */
|
||||
|
||||
import { register } from 'register-service-worker'
|
||||
|
||||
if (process.env.NODE_ENV === 'production') {
|
||||
unregister()
|
||||
register(`${process.env.BASE_URL}service-worker.js`, {
|
||||
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)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user