Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
644 changes: 334 additions & 310 deletions client/auto-imports.d.ts

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions client/components.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
/* eslint-disable */
// @ts-nocheck
// biome-ignore lint: disable
// oxlint-disable
// ------
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399

export {}

/* prettier-ignore */
Expand Down
2 changes: 1 addition & 1 deletion client/cypress.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineConfig } from "cypress";
import installLogsPrinter from "cypress-terminal-report/src/installLogsPrinter";
import installLogsPrinter from "cypress-terminal-report/src/installLogsPrinter.js";

export default defineConfig({
viewportWidth: 1600,
Expand Down
24 changes: 12 additions & 12 deletions client/cypress/e2e/pages/flightupload.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,10 @@ describe("check flight upload page", () => {
const expectedMailContent =
"Herzlichen Glückwunsch zur neuen persönlichen Bestleistung";

const expectedFirstMetar =
"METAR EDVK 221050Z 35006KT 320V030 9999 SCT041 17/08 Q1016";
const expectedLastMetar =
"METAR EDVK 221550Z VRB03KT 9999 FEW048 20/08 Q1014";
// const expectedFirstMetar =
// "METAR EDVK 221050Z 35006KT 320V030 9999 SCT041 17/08 Q1016";
// const expectedLastMetar =
// "METAR EDVK 221550Z VRB03KT 9999 FEW048 20/08 Q1014";

// Test another file to NOT be the personal best
const igcFileName2 = "fai_60km42_3h53m.igc";
Expand Down Expand Up @@ -278,14 +278,14 @@ describe("check flight upload page", () => {
cy.wait("@update-flight");
cy.wait("@get-flight");

cy.get("[data-cy=METAR-Stats]").contains("Wetter (Beta)");
cy.get("#metarButton").click();
cy.get("#metarDetailsCollapse > :nth-child(1)").contains(
expectedFirstMetar
);
cy.get("#metarDetailsCollapse > :nth-child(19)").contains(
expectedLastMetar
);
// cy.get("[data-cy=METAR-Stats]").contains("Wetter (Beta)");
// cy.get("#metarButton").click();
// cy.get("#metarDetailsCollapse > :nth-child(1)").contains(
// expectedFirstMetar
// );
// cy.get("#metarDetailsCollapse > :nth-child(19)").contains(
// expectedLastMetar
// );

// Expect to be redirected to flight view after submitting
cy.get("[data-cy=flight-details-pilot]")
Expand Down
2 changes: 1 addition & 1 deletion client/cypress/e2e/pages/home.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,6 @@ describe("check landing page", () => {
});

cy.get("#goldSponsors").find(".cy-sponsor").its("length").should("eq", 3);
cy.get("#otherSponsors").find(".cy-sponsor").its("length").should("eq", 17);
cy.get("#otherSponsors").find(".cy-sponsor").its("length").should("eq", 16);
});
});
2 changes: 2 additions & 0 deletions client/cypress/e2e/pages/userregister.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ describe("check users register page", () => {

cy.get("#birthday").click();
cy.get(".v3dp__heading__button").first().click();
cy.get(".v3dp__heading__button").first().click();
cy.get(".v3dp__elements").find("button").contains("1994").click();
cy.get(".v3dp__elements").find("button").contains("Mai").click();
cy.get(".v3dp__elements").find("button").contains("01").click();
Expand Down Expand Up @@ -78,6 +79,7 @@ describe("check users register page", () => {

cy.get("#birthday").click();
cy.get(".v3dp__heading__button").first().click();
cy.get(".v3dp__heading__button").first().click();
cy.get(".v3dp__elements").find("button").contains("1996").click();
cy.get(".v3dp__elements").find("button").contains("Feb").click();
cy.get(".v3dp__elements").find("button").contains("28").click();
Expand Down
72 changes: 36 additions & 36 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,62 +19,62 @@
"up": "npx taze -I"
},
"dependencies": {
"@sentry/tracing": "^7.114.0",
"@sentry/vue": "^8.47.0",
"@sentry/tracing": "^7.120.4",
"@sentry/vue": "^10.37.0",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"@vueuse/core": "^12.3.0",
"@vueuse/integrations": "^12.3.0",
"axios": "^1.7.9",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"chart.js": "^4.4.7",
"@vueuse/core": "^14.1.0",
"@vueuse/integrations": "^14.1.0",
"axios": "^1.13.3",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"chart.js": "^4.5.1",
"chartjs-adapter-luxon": "^1.3.1",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"glightbox": "^3.3.0",
"glightbox": "^3.3.1",
"jwt-decode": "^4.0.0",
"leaflet": "^1.9.4",
"leaflet-gesture-handling": "^1.2.2",
"lodash-es": "^4.17.21",
"luxon": "^3.5.0",
"marked": "^15.0.4",
"lodash-es": "^4.17.23",
"luxon": "^3.7.2",
"marked": "^17.0.1",
"metar-parser": "^1.0.1",
"nprogress": "^0.2.0",
"sweetalert2": "^11.15.3",
"sweetalert2": "^11.26.17",
"v-plausible": "^1.2.0",
"vue": "^3.5.13",
"vue": "^3.5.27",
"vue-avatar-editor-improved": "^1.0.7",
"vue-demi": "^0.14.10",
"vue-router": "^4.5.0",
"vue-router": "^4.6.4",
"vue3-datepicker": "^0.4.0",
"vue3-emoji-picker": "^1.1.8"
},
"devDependencies": {
"@sentry/vite-plugin": "^2.22.7",
"@sentry/vite-plugin": "^4.8.0",
"@types/bootstrap": "^5.2.10",
"@types/geojson": "^7946.0.15",
"@types/leaflet": "^1.9.15",
"@types/geojson": "^7946.0.16",
"@types/leaflet": "^1.9.21",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.17.10",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-typescript": "^13.0.0",
"autoprefixer": "^10.4.20",
"cypress": "^13.15.0",
"@types/node": "^25.0.10",
"@vitejs/plugin-vue": "^6.0.3",
"@vue/eslint-config-typescript": "^14.6.0",
"autoprefixer": "^10.4.23",
"cypress": "^15.9.0",
"cypress-file-upload": "^5.0.8",
"cypress-terminal-report": "^7.1.0",
"cypress-terminal-report": "^7.3.3",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^3.6.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.28.0",
"prettier": "^3.4.2",
"rollup-plugin-visualizer": "^5.13.1",
"sass": "^1.83.0",
"typescript": "^5.7.2",
"unplugin-auto-import": "^0.19.0",
"unplugin-vue-components": "^0.27.5",
"vite": "^5.4.11",
"vue-tsc": "^2.2.0"
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-cypress": "^5.2.1",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-vue": "^10.7.0",
"prettier": "^3.8.1",
"rollup-plugin-visualizer": "^6.0.5",
"sass": "^1.97.3",
"typescript": "^5.9.3",
"unplugin-auto-import": "^21.0.0",
"unplugin-vue-components": "^31.0.0",
"vite": "^7.3.1",
"vue-tsc": "^3.2.4"
},
"engines": {
"node": ">=20"
Expand Down
Loading