Compare commits
2 Commits
@openstapp
...
204-pwa-of
| Author | SHA1 | Date | |
|---|---|---|---|
| d4e15aa391 | |||
|
|
6b06de4019 |
6
.changeset/new-yaks-drop.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
"@openstapps/backend": patch
|
||||||
|
"@openstapps/logger": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Updated nodemailer dependency
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
"nock": "13.3.1",
|
"nock": "13.3.1",
|
||||||
"node-cache": "5.1.2",
|
"node-cache": "5.1.2",
|
||||||
"node-cron": "3.0.2",
|
"node-cron": "3.0.2",
|
||||||
"nodemailer": "6.9.1",
|
"nodemailer": "6.9.9",
|
||||||
"prom-client": "14.1.1",
|
"prom-client": "14.1.1",
|
||||||
"promise-queue": "2.2.5",
|
"promise-queue": "2.2.5",
|
||||||
"uuid": "8.3.2"
|
"uuid": "8.3.2"
|
||||||
|
|||||||
@@ -40,14 +40,16 @@
|
|||||||
"glob": "CHANGELOG.md",
|
"glob": "CHANGELOG.md",
|
||||||
"input": ".",
|
"input": ".",
|
||||||
"output": "assets"
|
"output": "assets"
|
||||||
}
|
},
|
||||||
|
"src/manifest.webmanifest"
|
||||||
],
|
],
|
||||||
"styles": [
|
"styles": [
|
||||||
{
|
{
|
||||||
"input": "src/global.scss",
|
"input": "src/global.scss",
|
||||||
"inject": true
|
"inject": true
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"serviceWorker": "ngsw-config.json"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
@@ -127,7 +129,8 @@
|
|||||||
"glob": "**/*",
|
"glob": "**/*",
|
||||||
"input": "src/assets",
|
"input": "src/assets",
|
||||||
"output": "/assets"
|
"output": "/assets"
|
||||||
}
|
},
|
||||||
|
"src/manifest.webmanifest"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ describe('App', () => {
|
|||||||
it('should have a proper title', () => {
|
it('should have a proper title', () => {
|
||||||
cy.visit('/overview');
|
cy.visit('/overview');
|
||||||
|
|
||||||
cy.title().should('equal', 'StApps');
|
cy.title().should('equal', 'Goethe-Uni');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should have a proper working navigation', () => {
|
it('should have a proper working navigation', () => {
|
||||||
|
|||||||
21
frontend/app/ngsw-config.json
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"$schema": "./node_modules/@angular/service-worker/config/schema.json",
|
||||||
|
"index": "/index.html",
|
||||||
|
"assetGroups": [
|
||||||
|
{
|
||||||
|
"name": "app",
|
||||||
|
"installMode": "prefetch",
|
||||||
|
"resources": {
|
||||||
|
"files": ["/favicon.ico", "/index.html", "/manifest.webmanifest", "/*.css", "/*.js"]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "assets",
|
||||||
|
"installMode": "lazy",
|
||||||
|
"updateMode": "prefetch",
|
||||||
|
"resources": {
|
||||||
|
"files": ["/assets/**", "/*.(svg|cur|jpg|jpeg|png|apng|webp|avif|gif|otf|ttf|woff|woff2)"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -55,6 +55,7 @@
|
|||||||
"@angular/forms": "17.3.12",
|
"@angular/forms": "17.3.12",
|
||||||
"@angular/platform-browser": "17.3.12",
|
"@angular/platform-browser": "17.3.12",
|
||||||
"@angular/router": "17.3.12",
|
"@angular/router": "17.3.12",
|
||||||
|
"@angular/service-worker": "17.3.12",
|
||||||
"@awesome-cordova-plugins/calendar": "6.6.0",
|
"@awesome-cordova-plugins/calendar": "6.6.0",
|
||||||
"@awesome-cordova-plugins/core": "6.6.0",
|
"@awesome-cordova-plugins/core": "6.6.0",
|
||||||
"@capacitor-community/screen-brightness": "6.0.0",
|
"@capacitor-community/screen-brightness": "6.0.0",
|
||||||
@@ -97,7 +98,7 @@
|
|||||||
"ionicons": "7.4.0",
|
"ionicons": "7.4.0",
|
||||||
"jsonpath-plus": "10.3.0",
|
"jsonpath-plus": "10.3.0",
|
||||||
"maplibre-gl": "4.0.2",
|
"maplibre-gl": "4.0.2",
|
||||||
"material-symbols": "0.17.1",
|
"material-symbols": "0.27.2",
|
||||||
"moment": "2.30.1",
|
"moment": "2.30.1",
|
||||||
"ngx-date-fns": "11.0.0",
|
"ngx-date-fns": "11.0.0",
|
||||||
"ngx-logger": "5.0.12",
|
"ngx-logger": "5.0.12",
|
||||||
|
|||||||
73
frontend/app/resources/logo_pwa.svg
Normal file
@@ -0,0 +1,73 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
version="1.1"
|
||||||
|
id="svg2"
|
||||||
|
width="1024"
|
||||||
|
height="1024"
|
||||||
|
viewBox="0 0 1024 1024"
|
||||||
|
sodipodi:docname="logo_pwa.svg"
|
||||||
|
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
|
||||||
|
xml:space="preserve"
|
||||||
|
inkscape:export-filename="../src/assets/icons/icon-512x512.png"
|
||||||
|
inkscape:export-xdpi="48"
|
||||||
|
inkscape:export-ydpi="48"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||||
|
id="defs6" /><sodipodi:namedview
|
||||||
|
id="namedview4"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#000000"
|
||||||
|
borderopacity="0.25"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="true"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="0.49999772"
|
||||||
|
inkscape:cx="454.00207"
|
||||||
|
inkscape:cy="347.00158"
|
||||||
|
inkscape:window-width="1504"
|
||||||
|
inkscape:window-height="1729"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g8" /><g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
inkscape:label="Image"
|
||||||
|
id="g8"><rect
|
||||||
|
style="fill:#00b5cc;fill-opacity:1;stroke-width:1.10978"
|
||||||
|
id="rect2351"
|
||||||
|
width="379.77051"
|
||||||
|
height="379.77051"
|
||||||
|
x="143.85109"
|
||||||
|
y="141.62936"
|
||||||
|
ry="50.263741"
|
||||||
|
sodipodi:insensitive="true" /><rect
|
||||||
|
style="fill:#3be40b;fill-opacity:1;stroke-width:1.11352"
|
||||||
|
id="rect2353"
|
||||||
|
width="154.14215"
|
||||||
|
height="154.14215"
|
||||||
|
x="580.75684"
|
||||||
|
y="367.25772"
|
||||||
|
ry="25.690359"
|
||||||
|
sodipodi:insensitive="true" /><rect
|
||||||
|
style="fill:#c90e20;fill-opacity:1;stroke-width:1.10084"
|
||||||
|
id="rect2355"
|
||||||
|
width="306.05032"
|
||||||
|
height="306.05032"
|
||||||
|
x="580.75684"
|
||||||
|
y="578.53516"
|
||||||
|
ry="35.743107"
|
||||||
|
sodipodi:insensitive="true" /><rect
|
||||||
|
style="fill:#e4a20b;fill-opacity:1;stroke-width:1.11912"
|
||||||
|
id="rect2357"
|
||||||
|
width="232.33018"
|
||||||
|
height="232.33018"
|
||||||
|
x="291.29138"
|
||||||
|
y="578.53516"
|
||||||
|
ry="33.509159"
|
||||||
|
sodipodi:insensitive="true" /></g></svg>
|
||||||
|
After Width: | Height: | Size: 2.3 KiB |
@@ -15,7 +15,7 @@
|
|||||||
import {CommonModule, LocationStrategy, PathLocationStrategy, registerLocaleData} from '@angular/common';
|
import {CommonModule, LocationStrategy, PathLocationStrategy, registerLocaleData} from '@angular/common';
|
||||||
import {HTTP_INTERCEPTORS, HttpClient, provideHttpClient, withInterceptorsFromDi} from '@angular/common/http';
|
import {HTTP_INTERCEPTORS, HttpClient, provideHttpClient, withInterceptorsFromDi} from '@angular/common/http';
|
||||||
import localeDe from '@angular/common/locales/de';
|
import localeDe from '@angular/common/locales/de';
|
||||||
import {APP_INITIALIZER, NgModule} from '@angular/core';
|
import {APP_INITIALIZER, NgModule, isDevMode} from '@angular/core';
|
||||||
import {BrowserModule} from '@angular/platform-browser';
|
import {BrowserModule} from '@angular/platform-browser';
|
||||||
import {RouteReuseStrategy} from '@angular/router';
|
import {RouteReuseStrategy} from '@angular/router';
|
||||||
import {IonicRouteStrategy, Platform, provideIonicAngular, IonApp} from '@ionic/angular/standalone';
|
import {IonicRouteStrategy, Platform, provideIonicAngular, IonApp} from '@ionic/angular/standalone';
|
||||||
@@ -70,6 +70,7 @@ import {Capacitor} from '@capacitor/core';
|
|||||||
import {SplashScreen} from '@capacitor/splash-screen';
|
import {SplashScreen} from '@capacitor/splash-screen';
|
||||||
import maplibregl from 'maplibre-gl';
|
import maplibregl from 'maplibre-gl';
|
||||||
import {Protocol} from 'pmtiles';
|
import {Protocol} from 'pmtiles';
|
||||||
|
import {ServiceWorkerModule} from '@angular/service-worker';
|
||||||
|
|
||||||
registerLocaleData(localeDe);
|
registerLocaleData(localeDe);
|
||||||
|
|
||||||
@@ -182,6 +183,12 @@ export function createTranslateLoader(http: HttpClient) {
|
|||||||
level: environment.production ? NgxLoggerLevel.FATAL : NgxLoggerLevel.TRACE,
|
level: environment.production ? NgxLoggerLevel.FATAL : NgxLoggerLevel.TRACE,
|
||||||
}),
|
}),
|
||||||
IonApp,
|
IonApp,
|
||||||
|
ServiceWorkerModule.register('ngsw-worker.js', {
|
||||||
|
enabled: !isDevMode(),
|
||||||
|
// Register the ServiceWorker as soon as the application is stable
|
||||||
|
// or after 30 seconds (whichever comes first).
|
||||||
|
registrationStrategy: 'registerWhenStable:30000',
|
||||||
|
}),
|
||||||
],
|
],
|
||||||
providers: [
|
providers: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ export const DataIcons = {
|
|||||||
'id card': SCIcon.badge,
|
'id card': SCIcon.badge,
|
||||||
'message': SCIcon.newspaper,
|
'message': SCIcon.newspaper,
|
||||||
'organization': SCIcon.business_center,
|
'organization': SCIcon.business_center,
|
||||||
'periodical': SCIcon.feed,
|
'periodical': SCIcon.news,
|
||||||
'person': SCIcon.person,
|
'person': SCIcon.person,
|
||||||
'point of interest': SCIcon.pin_drop,
|
'point of interest': SCIcon.pin_drop,
|
||||||
'publication event': SCIcon.campaign,
|
'publication event': SCIcon.campaign,
|
||||||
|
|||||||
@@ -19,6 +19,6 @@
|
|||||||
[size]="24"
|
[size]="24"
|
||||||
[fill]="(isFavorite$ | async) || false"
|
[fill]="(isFavorite$ | async) || false"
|
||||||
[class.selected]="isFavorite$ | async"
|
[class.selected]="isFavorite$ | async"
|
||||||
name="grade"
|
name="star"
|
||||||
></ion-icon>
|
></ion-icon>
|
||||||
</ion-button>
|
</ion-button>
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
slot="icon-only"
|
slot="icon-only"
|
||||||
[size]="32"
|
[size]="32"
|
||||||
color="medium"
|
color="medium"
|
||||||
name="grade"
|
name="star"
|
||||||
></ion-icon>
|
></ion-icon>
|
||||||
}
|
}
|
||||||
<label class="thank-you">{{ 'ratings.thank_you' | translate }}</label>
|
<label class="thank-you">{{ 'ratings.thank_you' | translate }}</label>
|
||||||
|
|||||||
@@ -42,9 +42,11 @@
|
|||||||
}
|
}
|
||||||
<!-- TODO see above -->
|
<!-- TODO see above -->
|
||||||
@if (item.description && item.type !== 'job posting' && buttonShown) {
|
@if (item.description && item.type !== 'job posting' && buttonShown) {
|
||||||
<ion-button expand="full" fill="clear" (click)="toggleDescriptionAccordion()">
|
<div class="read-more-container">
|
||||||
<ion-icon [name]="buttonState" size="large"></ion-icon>
|
<ion-button shape="round" size="small" (click)="toggleDescriptionAccordion()">
|
||||||
</ion-button>
|
READ_MORE...
|
||||||
|
</ion-button>
|
||||||
|
</div>
|
||||||
}
|
}
|
||||||
</ion-card-content>
|
</ion-card-content>
|
||||||
</ion-card>
|
</ion-card>
|
||||||
|
|||||||
@@ -52,3 +52,21 @@ ion-card {
|
|||||||
--color: var(--ion-color-primary-contrast);
|
--color: var(--ion-color-primary-contrast);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.read-more-container {
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
|
|
||||||
|
margin-top: -24px;
|
||||||
|
|
||||||
|
background: linear-gradient(to bottom, transparent, var(--ion-color-primary));
|
||||||
|
|
||||||
|
ion-button {
|
||||||
|
--background: var(--ion-color-primary-contrast);
|
||||||
|
--color: var(--ion-color-primary);
|
||||||
|
|
||||||
|
height: 8px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -18,8 +18,8 @@ import {SCThings} from '@openstapps/core';
|
|||||||
import {SCIcon} from '../../../util/ion-icon/icon';
|
import {SCIcon} from '../../../util/ion-icon/icon';
|
||||||
|
|
||||||
const AccordionButtonState = {
|
const AccordionButtonState = {
|
||||||
collapsed: SCIcon.expand_more,
|
collapsed: SCIcon.unfold_more,
|
||||||
expanded: SCIcon.expand_less,
|
expanded: SCIcon.unfold_less,
|
||||||
};
|
};
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
@@ -44,7 +44,7 @@ export class TitleCardComponent implements OnInit, OnChanges {
|
|||||||
|
|
||||||
descriptionLinesTotal: number;
|
descriptionLinesTotal: number;
|
||||||
|
|
||||||
descriptionPreviewLines = 3;
|
descriptionPreviewLines = 4;
|
||||||
|
|
||||||
descriptionLinesToDisplay = 0;
|
descriptionLinesToDisplay = 0;
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
'_EVENT' | translate: {count: myCoursesDay[1].length}
|
'_EVENT' | translate: {count: myCoursesDay[1].length}
|
||||||
}}</ion-label
|
}}</ion-label
|
||||||
>
|
>
|
||||||
<ion-icon class="ion-accordion-toggle-icon" name="expand_more"></ion-icon>
|
<ion-icon class="ion-accordion-toggle-icon" name="keyboard_arrow_down"></ion-icon>
|
||||||
</ion-item>
|
</ion-item>
|
||||||
<ion-list class="ion-padding" slot="content">
|
<ion-list class="ion-padding" slot="content">
|
||||||
@if (myCoursesDay[1].length === 0) {
|
@if (myCoursesDay[1].length === 0) {
|
||||||
|
|||||||
@@ -14,10 +14,10 @@
|
|||||||
-->
|
-->
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<ion-button fill="clear" class="left-button" (click)="mainSwiper.pageBackwards()">
|
<ion-button fill="clear" class="left-button" (click)="mainSwiper.pageBackwards()">
|
||||||
<ion-icon slot="icon-only" name="chevron_left"></ion-icon>
|
<ion-icon slot="icon-only" name="chevron_backward"></ion-icon>
|
||||||
</ion-button>
|
</ion-button>
|
||||||
<ion-button fill="clear" class="right-button" (click)="mainSwiper.pageForward()">
|
<ion-button fill="clear" class="right-button" (click)="mainSwiper.pageForward()">
|
||||||
<ion-icon slot="icon-only" name="chevron_right"></ion-icon>
|
<ion-icon slot="icon-only" name="chevron_forward"></ion-icon>
|
||||||
</ion-button>
|
</ion-button>
|
||||||
<infinite-swiper
|
<infinite-swiper
|
||||||
class="header-swiper"
|
class="header-swiper"
|
||||||
|
|||||||
@@ -14,10 +14,10 @@
|
|||||||
-->
|
-->
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<ion-button fill="clear" class="left-button" (click)="mainSwiper.swiperRef.slidePrev()">
|
<ion-button fill="clear" class="left-button" (click)="mainSwiper.swiperRef.slidePrev()">
|
||||||
<ion-icon slot="icon-only" name="chevron_left"></ion-icon>
|
<ion-icon slot="icon-only" name="chevron_backward"></ion-icon>
|
||||||
</ion-button>
|
</ion-button>
|
||||||
<ion-button fill="clear" class="right-button" (click)="mainSwiper.swiperRef.slideNext()">
|
<ion-button fill="clear" class="right-button" (click)="mainSwiper.swiperRef.slideNext()">
|
||||||
<ion-icon slot="icon-only" name="chevron_right"></ion-icon>
|
<ion-icon slot="icon-only" name="chevron_forward"></ion-icon>
|
||||||
</ion-button>
|
</ion-button>
|
||||||
<swiper
|
<swiper
|
||||||
class="header-swiper"
|
class="header-swiper"
|
||||||
|
|||||||
@@ -54,7 +54,7 @@
|
|||||||
|
|
||||||
<ion-button expand="block" (click)="presentResetAlert()" fill="outline">
|
<ion-button expand="block" (click)="presentResetAlert()" fill="outline">
|
||||||
{{ 'settings.resetSettings' | translate }}
|
{{ 'settings.resetSettings' | translate }}
|
||||||
<ion-icon slot="start" name="device_reset"></ion-icon>
|
<ion-icon slot="start" name="history"></ion-icon>
|
||||||
</ion-button>
|
</ion-button>
|
||||||
</div>
|
</div>
|
||||||
</ion-content>
|
</ion-content>
|
||||||
|
|||||||
@@ -14,10 +14,12 @@ export class EncryptedStorageProvider {
|
|||||||
* @returns The value of the resource, if found
|
* @returns The value of the resource, if found
|
||||||
*/
|
*/
|
||||||
async get<T>(key: string): Promise<T | undefined> {
|
async get<T>(key: string): Promise<T | undefined> {
|
||||||
if (!Capacitor.isNativePlatform()) return undefined;
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const jwt = JSON.parse((await SecureStoragePlugin.get({key: `stapps:key:${key}`})).value);
|
const jwt = JSON.parse(
|
||||||
|
await (Capacitor.isNativePlatform()
|
||||||
|
? SecureStoragePlugin.get({key: `stapps:key:${key}`}).then(it => it.value)
|
||||||
|
: this.storageProvider.get<string>(`stapps:key:${key}`)),
|
||||||
|
);
|
||||||
const aesKey = await crypto.subtle.importKey('jwk', jwt, {name: 'AES-GCM'}, true, [
|
const aesKey = await crypto.subtle.importKey('jwk', jwt, {name: 'AES-GCM'}, true, [
|
||||||
'encrypt',
|
'encrypt',
|
||||||
'decrypt',
|
'decrypt',
|
||||||
@@ -48,8 +50,6 @@ export class EncryptedStorageProvider {
|
|||||||
* @returns A promise that resolves when the value is stored
|
* @returns A promise that resolves when the value is stored
|
||||||
*/
|
*/
|
||||||
async set<T>(key: string, value: T): Promise<void> {
|
async set<T>(key: string, value: T): Promise<void> {
|
||||||
if (!Capacitor.isNativePlatform()) return undefined;
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const compressionStream = new CompressionStream('gzip');
|
const compressionStream = new CompressionStream('gzip');
|
||||||
const writer = compressionStream.writable.getWriter();
|
const writer = compressionStream.writable.getWriter();
|
||||||
@@ -63,11 +63,14 @@ export class EncryptedStorageProvider {
|
|||||||
'decrypt',
|
'decrypt',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
const exportedKey = JSON.stringify(await crypto.subtle.exportKey('jwk', aesKey));
|
||||||
await Promise.all([
|
await Promise.all([
|
||||||
SecureStoragePlugin.set({
|
Capacitor.isNativePlatform()
|
||||||
key: `stapps:key:${key}`,
|
? SecureStoragePlugin.set({
|
||||||
value: JSON.stringify(await crypto.subtle.exportKey('jwk', aesKey)),
|
key: `stapps:key:${key}`,
|
||||||
}),
|
value: exportedKey,
|
||||||
|
})
|
||||||
|
: this.storageProvider.put(`stapps:key:${key}`, exportedKey),
|
||||||
this.storageProvider.put(`encrypted:${key}:iv`, iv),
|
this.storageProvider.put(`encrypted:${key}:iv`, iv),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
@@ -81,10 +84,10 @@ export class EncryptedStorageProvider {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async delete(key: string): Promise<void> {
|
async delete(key: string): Promise<void> {
|
||||||
if (!Capacitor.isNativePlatform()) return;
|
|
||||||
|
|
||||||
await Promise.all([
|
await Promise.all([
|
||||||
SecureStoragePlugin.remove({key: `stapps:key:${key}`}),
|
Capacitor.isNativePlatform()
|
||||||
|
? SecureStoragePlugin.remove({key: `stapps:key:${key}`})
|
||||||
|
: this.storageProvider.delete(`stapps:key:${key}`),
|
||||||
this.storageProvider.delete(`encrypted:${key}:iv`),
|
this.storageProvider.delete(`encrypted:${key}:iv`),
|
||||||
this.storageProvider.delete(`encrypted:${key}`),
|
this.storageProvider.delete(`encrypted:${key}`),
|
||||||
]);
|
]);
|
||||||
|
|||||||
@@ -150,12 +150,12 @@ const iconMap = new Map<string, MaterialSymbol>([
|
|||||||
[menuSharp, SCIcon.menu],
|
[menuSharp, SCIcon.menu],
|
||||||
[searchOutline, SCIcon.search],
|
[searchOutline, SCIcon.search],
|
||||||
[searchSharp, SCIcon.search],
|
[searchSharp, SCIcon.search],
|
||||||
[chevronExpand, SCIcon.expand_more],
|
[chevronExpand, SCIcon.keyboard_arrow_down],
|
||||||
[caretDownSharp, SCIcon.expand_more],
|
[caretDownSharp, SCIcon.keyboard_arrow_down],
|
||||||
[close, SCIcon.close],
|
[close, SCIcon.close],
|
||||||
[closeSharp, SCIcon.close],
|
[closeSharp, SCIcon.close],
|
||||||
[closeCircle, SCIcon.cancel],
|
[closeCircle, SCIcon.cancel],
|
||||||
[ellipsisHorizontal, SCIcon.more_horiz],
|
[ellipsisHorizontal, SCIcon.more_horiz],
|
||||||
['chevron-down-outline', SCIcon.expand_more],
|
['chevron-down-outline', SCIcon.keyboard_arrow_down],
|
||||||
['arrow_back', SCIcon.arrow_back],
|
['arrow_back', SCIcon.arrow_back],
|
||||||
]);
|
]);
|
||||||
|
|||||||
BIN
frontend/app/src/assets/icons/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 84 KiB |
BIN
frontend/app/src/assets/icons/icon_x128.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
frontend/app/src/assets/icons/icon_x192.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
frontend/app/src/assets/icons/icon_x384.png
Normal file
|
After Width: | Height: | Size: 70 KiB |
BIN
frontend/app/src/assets/icons/icon_x48.png
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
BIN
frontend/app/src/assets/icons/icon_x512.png
Normal file
|
After Width: | Height: | Size: 101 KiB |
BIN
frontend/app/src/assets/icons/icon_x72.png
Normal file
|
After Width: | Height: | Size: 9.6 KiB |
BIN
frontend/app/src/assets/icons/icon_x96.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
frontend/app/src/assets/icons/local_cafe_x192.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
frontend/app/src/assets/icons/map_x192.png
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
frontend/app/src/assets/icons/maskable_icon_x128.png
Normal file
|
After Width: | Height: | Size: 7.5 KiB |
BIN
frontend/app/src/assets/icons/maskable_icon_x192.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
frontend/app/src/assets/icons/maskable_icon_x384.png
Normal file
|
After Width: | Height: | Size: 49 KiB |
BIN
frontend/app/src/assets/icons/maskable_icon_x48.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
frontend/app/src/assets/icons/maskable_icon_x512.png
Normal file
|
After Width: | Height: | Size: 79 KiB |
BIN
frontend/app/src/assets/icons/maskable_icon_x72.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
frontend/app/src/assets/icons/maskable_icon_x96.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
frontend/app/src/assets/icons/school_x192.png
Normal file
|
After Width: | Height: | Size: 5.4 KiB |
BIN
frontend/app/src/assets/icons/search_x192.png
Normal file
|
After Width: | Height: | Size: 5.9 KiB |
BIN
frontend/app/src/assets/screenshots/canteens-wide.png
Normal file
|
After Width: | Height: | Size: 267 KiB |
BIN
frontend/app/src/assets/screenshots/canteens.png
Normal file
|
After Width: | Height: | Size: 164 KiB |
BIN
frontend/app/src/assets/screenshots/map-wide.png
Normal file
|
After Width: | Height: | Size: 2.0 MiB |
BIN
frontend/app/src/assets/screenshots/map.png
Normal file
|
After Width: | Height: | Size: 722 KiB |
BIN
frontend/app/src/assets/screenshots/my-app-wide.png
Normal file
|
After Width: | Height: | Size: 323 KiB |
BIN
frontend/app/src/assets/screenshots/my-app.png
Normal file
|
After Width: | Height: | Size: 174 KiB |
BIN
frontend/app/src/assets/screenshots/overview-wide.png
Normal file
|
After Width: | Height: | Size: 1.5 MiB |
BIN
frontend/app/src/assets/screenshots/overview.png
Normal file
|
After Width: | Height: | Size: 546 KiB |
BIN
frontend/app/src/assets/splash_screens/10.2__iPad_landscape.png
Normal file
|
After Width: | Height: | Size: 140 KiB |
BIN
frontend/app/src/assets/splash_screens/10.2__iPad_portrait.png
Normal file
|
After Width: | Height: | Size: 142 KiB |
|
After Width: | Height: | Size: 149 KiB |
|
After Width: | Height: | Size: 147 KiB |
|
After Width: | Height: | Size: 160 KiB |
|
After Width: | Height: | Size: 158 KiB |
|
After Width: | Height: | Size: 166 KiB |
|
After Width: | Height: | Size: 164 KiB |
|
After Width: | Height: | Size: 163 KiB |
|
After Width: | Height: | Size: 162 KiB |
|
After Width: | Height: | Size: 214 KiB |
|
After Width: | Height: | Size: 214 KiB |
|
After Width: | Height: | Size: 218 KiB |
|
After Width: | Height: | Size: 217 KiB |
|
After Width: | Height: | Size: 40 KiB |
|
After Width: | Height: | Size: 41 KiB |
|
After Width: | Height: | Size: 145 KiB |
|
After Width: | Height: | Size: 145 KiB |
|
After Width: | Height: | Size: 129 KiB |
|
After Width: | Height: | Size: 128 KiB |
|
After Width: | Height: | Size: 170 KiB |
|
After Width: | Height: | Size: 166 KiB |
|
After Width: | Height: | Size: 83 KiB |
|
After Width: | Height: | Size: 83 KiB |
|
After Width: | Height: | Size: 144 KiB |
|
After Width: | Height: | Size: 141 KiB |
|
After Width: | Height: | Size: 181 KiB |
|
After Width: | Height: | Size: 176 KiB |
|
After Width: | Height: | Size: 153 KiB |
|
After Width: | Height: | Size: 150 KiB |
|
After Width: | Height: | Size: 182 KiB |
|
After Width: | Height: | Size: 177 KiB |
|
After Width: | Height: | Size: 192 KiB |
|
After Width: | Height: | Size: 184 KiB |
|
After Width: | Height: | Size: 162 KiB |
|
After Width: | Height: | Size: 159 KiB |
|
After Width: | Height: | Size: 156 KiB |
|
After Width: | Height: | Size: 152 KiB |
|
After Width: | Height: | Size: 130 KiB |
|
After Width: | Height: | Size: 128 KiB |
|
After Width: | Height: | Size: 53 KiB |
|
After Width: | Height: | Size: 55 KiB |
@@ -62,7 +62,7 @@ export const profilePageSections: SCSection[] = [
|
|||||||
links: [
|
links: [
|
||||||
{
|
{
|
||||||
name: 'Favorites',
|
name: 'Favorites',
|
||||||
icon: SCIcon.grade,
|
icon: SCIcon.star,
|
||||||
link: ['/favorites'],
|
link: ['/favorites'],
|
||||||
translations: {
|
translations: {
|
||||||
de: {
|
de: {
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en" style="background: var(--ion-background-color)">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="color-scheme" content="light dark" />
|
<meta name="color-scheme" content="light dark" />
|
||||||
<title>StApps</title>
|
<title>Goethe-Uni</title>
|
||||||
|
|
||||||
<base href="/" />
|
<base href="/" />
|
||||||
<meta
|
<meta
|
||||||
@@ -18,13 +18,228 @@
|
|||||||
<meta name="format-detection" content="telephone=no" />
|
<meta name="format-detection" content="telephone=no" />
|
||||||
<meta name="msapplication-tap-highlight" content="no" />
|
<meta name="msapplication-tap-highlight" content="no" />
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href="assets/icon/favicon.png" />
|
<link rel="icon" type="image/png" href="assets/icons/icon_x96.png" />
|
||||||
|
|
||||||
<!-- add to homescreen for ios -->
|
<!-- add to homescreen for ios -->
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||||
|
<link rel="manifest" href="manifest.webmanifest" />
|
||||||
|
<meta name="theme-color" content="#00618F" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="assets/icons/apple-touch-icon.png" />
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
|
||||||
|
href="assets/splash_screens/iPhone_14_Plus__iPhone_13_Pro_Max__iPhone_12_Pro_Max_portrait.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
|
||||||
|
href="assets/splash_screens/4__iPhone_SE__iPod_touch_5th_generation_and_later_portrait.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
|
||||||
|
href="assets/splash_screens/iPhone_8_Plus__iPhone_7_Plus__iPhone_6s_Plus__iPhone_6_Plus_portrait.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
|
||||||
|
href="assets/splash_screens/9.7__iPad_Pro__7.9__iPad_mini__9.7__iPad_Air__9.7__iPad_landscape.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
|
||||||
|
href="assets/splash_screens/10.5__iPad_Air_portrait.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 393px) and (device-height: 852px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
|
||||||
|
href="assets/splash_screens/iPhone_16__iPhone_15_Pro__iPhone_15__iPhone_14_Pro_portrait.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
|
||||||
|
href="assets/splash_screens/4__iPhone_SE__iPod_touch_5th_generation_and_later_landscape.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
|
||||||
|
href="assets/splash_screens/iPhone_13_mini__iPhone_12_mini__iPhone_11_Pro__iPhone_XS__iPhone_X_portrait.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
|
||||||
|
href="assets/splash_screens/12.9__iPad_Pro_landscape.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 810px) and (device-height: 1080px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
|
||||||
|
href="assets/splash_screens/10.2__iPad_portrait.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
|
||||||
|
href="assets/splash_screens/iPhone_11__iPhone_XR_landscape.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 1032px) and (device-height: 1376px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
|
||||||
|
href="assets/splash_screens/13__iPad_Pro_M4_portrait.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 393px) and (device-height: 852px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"
|
||||||
|
href="assets/splash_screens/iPhone_16__iPhone_15_Pro__iPhone_15__iPhone_14_Pro_landscape.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"
|
||||||
|
href="assets/splash_screens/iPhone_13_mini__iPhone_12_mini__iPhone_11_Pro__iPhone_XS__iPhone_X_landscape.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 834px) and (device-height: 1210px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
|
||||||
|
href="assets/splash_screens/11__iPad_Pro_M4_portrait.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 440px) and (device-height: 956px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"
|
||||||
|
href="assets/splash_screens/iPhone_16_Pro_Max_landscape.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 834px) and (device-height: 1210px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
|
||||||
|
href="assets/splash_screens/11__iPad_Pro_M4_landscape.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
|
||||||
|
href="assets/splash_screens/9.7__iPad_Pro__7.9__iPad_mini__9.7__iPad_Air__9.7__iPad_portrait.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
|
||||||
|
href="assets/splash_screens/10.5__iPad_Air_landscape.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
|
||||||
|
href="assets/splash_screens/12.9__iPad_Pro_portrait.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"
|
||||||
|
href="assets/splash_screens/iPhone_14__iPhone_13_Pro__iPhone_13__iPhone_12_Pro__iPhone_12_landscape.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
|
||||||
|
href="assets/splash_screens/iPhone_11_Pro_Max__iPhone_XS_Max_portrait.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"
|
||||||
|
href="assets/splash_screens/iPhone_11_Pro_Max__iPhone_XS_Max_landscape.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 402px) and (device-height: 874px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"
|
||||||
|
href="assets/splash_screens/iPhone_16_Pro_landscape.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
|
||||||
|
href="assets/splash_screens/iPhone_8__iPhone_7__iPhone_6s__iPhone_6__4.7__iPhone_SE_landscape.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"
|
||||||
|
href="assets/splash_screens/iPhone_14_Plus__iPhone_13_Pro_Max__iPhone_12_Pro_Max_landscape.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
|
||||||
|
href="assets/splash_screens/11__iPad_Pro__10.5__iPad_Pro_portrait.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
|
||||||
|
href="assets/splash_screens/iPhone_8__iPhone_7__iPhone_6s__iPhone_6__4.7__iPhone_SE_portrait.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 820px) and (device-height: 1180px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
|
||||||
|
href="assets/splash_screens/10.9__iPad_Air_landscape.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 744px) and (device-height: 1133px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
|
||||||
|
href="assets/splash_screens/8.3__iPad_Mini_portrait.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
|
||||||
|
href="assets/splash_screens/iPhone_14__iPhone_13_Pro__iPhone_13__iPhone_12_Pro__iPhone_12_portrait.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
|
||||||
|
href="assets/splash_screens/iPhone_11__iPhone_XR_portrait.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 744px) and (device-height: 1133px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
|
||||||
|
href="assets/splash_screens/8.3__iPad_Mini_landscape.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 430px) and (device-height: 932px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
|
||||||
|
href="assets/splash_screens/iPhone_16_Plus__iPhone_15_Pro_Max__iPhone_15_Plus__iPhone_14_Pro_Max_portrait.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 430px) and (device-height: 932px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"
|
||||||
|
href="assets/splash_screens/iPhone_16_Plus__iPhone_15_Pro_Max__iPhone_15_Plus__iPhone_14_Pro_Max_landscape.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 810px) and (device-height: 1080px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
|
||||||
|
href="assets/splash_screens/10.2__iPad_landscape.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 440px) and (device-height: 956px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
|
||||||
|
href="assets/splash_screens/iPhone_16_Pro_Max_portrait.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 1032px) and (device-height: 1376px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
|
||||||
|
href="assets/splash_screens/13__iPad_Pro_M4_landscape.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
|
||||||
|
href="assets/splash_screens/11__iPad_Pro__10.5__iPad_Pro_landscape.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 820px) and (device-height: 1180px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
|
||||||
|
href="assets/splash_screens/10.9__iPad_Air_portrait.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"
|
||||||
|
href="assets/splash_screens/iPhone_8_Plus__iPhone_7_Plus__iPhone_6s_Plus__iPhone_6_Plus_landscape.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-startup-image"
|
||||||
|
media="screen and (device-width: 402px) and (device-height: 874px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
|
||||||
|
href="assets/splash_screens/iPhone_16_Pro_portrait.png"
|
||||||
|
/>
|
||||||
</head>
|
</head>
|
||||||
<body style="background-color: var(--ion-color-primary)">
|
<body style="background-color: var(--ion-color-primary)">
|
||||||
<app-root></app-root>
|
<app-root></app-root>
|
||||||
|
<noscript>Please enable JavaScript to continue using this application.</noscript>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License along with
|
* You should have received a copy of the GNU General Public License along with
|
||||||
* this program. If not, see <https://www.gnu.org/licenses/>.
|
* this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
import '@capacitor/core';
|
||||||
import {enableProdMode} from '@angular/core';
|
import {enableProdMode} from '@angular/core';
|
||||||
import {platformBrowser} from '@angular/platform-browser';
|
import {platformBrowser} from '@angular/platform-browser';
|
||||||
import {AppModule} from './app/app.module';
|
import {AppModule} from './app/app.module';
|
||||||
|
|||||||
214
frontend/app/src/manifest.webmanifest
Normal file
@@ -0,0 +1,214 @@
|
|||||||
|
{
|
||||||
|
"name": "Goethe-Uni",
|
||||||
|
"short_name": "Goethe-Uni",
|
||||||
|
"description": "Mit der Goethe-Uni App kannst dein Studium noch besser organisieren. Informationen über die Universität, Bibliotheken, Räumen, Veranstaltungen und Personen sind leicht über die Suche auffindbar.",
|
||||||
|
"theme_color": "#00618F",
|
||||||
|
"background_color": "#00618F",
|
||||||
|
"display": "standalone",
|
||||||
|
"display_override": ["standalone"],
|
||||||
|
"orientation": "portrait-primary",
|
||||||
|
"scope": "./",
|
||||||
|
"start_url": "./",
|
||||||
|
"categories": ["education"],
|
||||||
|
"prefer_related_applications": false,
|
||||||
|
"related_applications": [
|
||||||
|
{
|
||||||
|
"platform": "play",
|
||||||
|
"id": "de.goetheuni"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"shortcuts": [
|
||||||
|
{
|
||||||
|
"name": "Suche",
|
||||||
|
"url": "/search",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "assets/icons/search_x192.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "any"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Mensa",
|
||||||
|
"url": "/canteen",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "assets/icons/local_cafe_x192.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "any"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Karte",
|
||||||
|
"url": "/map",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "assets/icons/map_x192.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "any"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Meine App",
|
||||||
|
"url": "/profile",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "assets/icons/school_x192.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "monochrome any"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "assets/icons/maskable_icon_x48.png",
|
||||||
|
"sizes": "48x48",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "maskable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "assets/icons/maskable_icon_x72.png",
|
||||||
|
"sizes": "72x72",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "maskable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "assets/icons/maskable_icon_x96.png",
|
||||||
|
"sizes": "96x96",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "maskable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "assets/icons/maskable_icon_x128.png",
|
||||||
|
"sizes": "128x128",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "maskable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "assets/icons/maskable_icon_x192.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "maskable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "assets/icons/maskable_icon_x384.png",
|
||||||
|
"sizes": "384x384",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "maskable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "assets/icons/maskable_icon_x512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "maskable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "assets/icons/icon_x48.png",
|
||||||
|
"sizes": "48x48",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "any"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "assets/icons/icon_x72.png",
|
||||||
|
"sizes": "72x72",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "any"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "assets/icons/icon_x96.png",
|
||||||
|
"sizes": "96x96",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "any"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "assets/icons/icon_x128.png",
|
||||||
|
"sizes": "128x128",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "any"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "assets/icons/icon_x192.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "any"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "assets/icons/icon_x384.png",
|
||||||
|
"sizes": "384x384",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "any"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "assets/icons/icon_x512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "any"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"screenshots": [
|
||||||
|
{
|
||||||
|
"src": "/assets/screenshots/overview.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "664x1440",
|
||||||
|
"form_factor": "narrow",
|
||||||
|
"label": "Übersicht"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/assets/screenshots/canteens.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "664x1440",
|
||||||
|
"form_factor": "narrow",
|
||||||
|
"label": "Mensen"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/assets/screenshots/map.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "664x1440",
|
||||||
|
"form_factor": "narrow",
|
||||||
|
"label": "Karte"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/assets/screenshots/my-app.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "664x1440",
|
||||||
|
"form_factor": "narrow",
|
||||||
|
"label": "Meine App"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/assets/screenshots/overview-wide.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "2304x1440",
|
||||||
|
"form_factor": "wide",
|
||||||
|
"label": "Übersicht"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/assets/screenshots/canteens-wide.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "2304x1440",
|
||||||
|
"form_factor": "wide",
|
||||||
|
"label": "Mensen"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/assets/screenshots/map-wide.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "2304x1440",
|
||||||
|
"form_factor": "wide",
|
||||||
|
"label": "Karte"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/assets/screenshots/my-app-wide.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "2304x1440",
|
||||||
|
"form_factor": "wide",
|
||||||
|
"label": "Meine App"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
"@types/nodemailer": "6.4.7",
|
"@types/nodemailer": "6.4.7",
|
||||||
"chalk": "5.2.0",
|
"chalk": "5.2.0",
|
||||||
"flatted": "3.2.7",
|
"flatted": "3.2.7",
|
||||||
"nodemailer": "6.9.1"
|
"nodemailer": "6.9.9"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@openstapps/eslint-config": "workspace:*",
|
"@openstapps/eslint-config": "workspace:*",
|
||||||
|
|||||||
114
pnpm-lock.yaml
generated
@@ -134,8 +134,8 @@ importers:
|
|||||||
specifier: 3.0.2
|
specifier: 3.0.2
|
||||||
version: 3.0.2
|
version: 3.0.2
|
||||||
nodemailer:
|
nodemailer:
|
||||||
specifier: 6.9.1
|
specifier: 6.9.9
|
||||||
version: 6.9.1
|
version: 6.9.9
|
||||||
prom-client:
|
prom-client:
|
||||||
specifier: 14.1.1
|
specifier: 14.1.1
|
||||||
version: 14.1.1
|
version: 14.1.1
|
||||||
@@ -721,6 +721,9 @@ importers:
|
|||||||
'@angular/router':
|
'@angular/router':
|
||||||
specifier: 17.3.12
|
specifier: 17.3.12
|
||||||
version: 17.3.12(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))(@angular/platform-browser@17.3.12(@angular/animations@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4)))(rxjs@7.8.1)
|
version: 17.3.12(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))(@angular/platform-browser@17.3.12(@angular/animations@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4)))(rxjs@7.8.1)
|
||||||
|
'@angular/service-worker':
|
||||||
|
specifier: 17.3.12
|
||||||
|
version: 17.3.12(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))
|
||||||
'@awesome-cordova-plugins/calendar':
|
'@awesome-cordova-plugins/calendar':
|
||||||
specifier: 6.6.0
|
specifier: 6.6.0
|
||||||
version: 6.6.0(@awesome-cordova-plugins/core@6.6.0(rxjs@7.8.1))(rxjs@7.8.1)
|
version: 6.6.0(@awesome-cordova-plugins/core@6.6.0(rxjs@7.8.1))(rxjs@7.8.1)
|
||||||
@@ -848,8 +851,8 @@ importers:
|
|||||||
specifier: 4.0.2
|
specifier: 4.0.2
|
||||||
version: 4.0.2
|
version: 4.0.2
|
||||||
material-symbols:
|
material-symbols:
|
||||||
specifier: 0.17.1
|
specifier: 0.27.2
|
||||||
version: 0.17.1
|
version: 0.27.2
|
||||||
moment:
|
moment:
|
||||||
specifier: 2.30.1
|
specifier: 2.30.1
|
||||||
version: 2.30.1
|
version: 2.30.1
|
||||||
@@ -895,7 +898,7 @@ importers:
|
|||||||
version: 0.1703.17(chokidar@3.6.0)
|
version: 0.1703.17(chokidar@3.6.0)
|
||||||
'@angular-devkit/build-angular':
|
'@angular-devkit/build-angular':
|
||||||
specifier: 17.3.17
|
specifier: 17.3.17
|
||||||
version: 17.3.17(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.4.2))(@angular/platform-server@17.3.12(@angular/animations@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))(@angular/platform-browser@17.3.12(@angular/animations@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))))(@types/express@4.17.17)(@types/node@22.15.31)(chokidar@3.6.0)(karma@6.4.3)(typescript@5.4.2)
|
version: 17.3.17(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.4.2))(@angular/platform-server@17.3.12(@angular/animations@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))(@angular/platform-browser@17.3.12(@angular/animations@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))))(@angular/service-worker@17.3.12(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4)))(@types/express@4.17.17)(@types/node@22.15.31)(chokidar@3.6.0)(karma@6.4.3)(typescript@5.4.2)
|
||||||
'@angular-devkit/core':
|
'@angular-devkit/core':
|
||||||
specifier: 17.3.17
|
specifier: 17.3.17
|
||||||
version: 17.3.17(chokidar@3.6.0)
|
version: 17.3.17(chokidar@3.6.0)
|
||||||
@@ -1990,8 +1993,8 @@ importers:
|
|||||||
specifier: 3.2.7
|
specifier: 3.2.7
|
||||||
version: 3.2.7
|
version: 3.2.7
|
||||||
nodemailer:
|
nodemailer:
|
||||||
specifier: 6.9.1
|
specifier: 6.9.9
|
||||||
version: 6.9.1
|
version: 6.9.9
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@openstapps/eslint-config':
|
'@openstapps/eslint-config':
|
||||||
specifier: workspace:*
|
specifier: workspace:*
|
||||||
@@ -2304,6 +2307,14 @@ packages:
|
|||||||
'@angular/platform-browser': 17.3.12
|
'@angular/platform-browser': 17.3.12
|
||||||
rxjs: ^6.5.3 || ^7.4.0
|
rxjs: ^6.5.3 || ^7.4.0
|
||||||
|
|
||||||
|
'@angular/service-worker@17.3.12':
|
||||||
|
resolution: {integrity: sha512-Y83+oTZ2XPO7P2Yok78JNlXDDXbP7Qr+HN6ifpPXWmUS4MwFEyXByCl3Hlz9VMxnrKvPYWvzHKWfT0S20XZsvA==}
|
||||||
|
engines: {node: ^18.13.0 || >=20.9.0}
|
||||||
|
hasBin: true
|
||||||
|
peerDependencies:
|
||||||
|
'@angular/common': 17.3.12
|
||||||
|
'@angular/core': 17.3.12
|
||||||
|
|
||||||
'@awesome-cordova-plugins/calendar@6.6.0':
|
'@awesome-cordova-plugins/calendar@6.6.0':
|
||||||
resolution: {integrity: sha512-NobAl4xvmq2zBeOnLI+pqRVpC66p7OpCwd3jzrQ26h8kqhr0o5wqaNcWN6WBjmgD+/AInVnLUzsziL2QpcmD7g==}
|
resolution: {integrity: sha512-NobAl4xvmq2zBeOnLI+pqRVpC66p7OpCwd3jzrQ26h8kqhr0o5wqaNcWN6WBjmgD+/AInVnLUzsziL2QpcmD7g==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@@ -8136,8 +8147,8 @@ packages:
|
|||||||
engines: {node: '>= 16'}
|
engines: {node: '>= 16'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
material-symbols@0.17.1:
|
material-symbols@0.27.2:
|
||||||
resolution: {integrity: sha512-1kJan8t3U3Fmuu/YPu2MVsL/ODSja71o+J7ODROQfMaCzzal0izY4SATafEKgXUXU+jL0zIiBQdyzsno7vXBvA==}
|
resolution: {integrity: sha512-3/p3V+UfAfeHrT2HMOBVGWyzsvpHZNxlJJ6jQ01XqqxCCQU+szIbrfpsXOHkZ5glMJi+IB/SMJIRt55l/gYWvQ==}
|
||||||
|
|
||||||
math-intrinsics@1.1.0:
|
math-intrinsics@1.1.0:
|
||||||
resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
|
resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
|
||||||
@@ -8631,8 +8642,8 @@ packages:
|
|||||||
node-releases@2.0.19:
|
node-releases@2.0.19:
|
||||||
resolution: {integrity: sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==}
|
resolution: {integrity: sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==}
|
||||||
|
|
||||||
nodemailer@6.9.1:
|
nodemailer@6.9.9:
|
||||||
resolution: {integrity: sha512-qHw7dOiU5UKNnQpXktdgQ1d3OFgRAekuvbJLcdG5dnEo/GtcTHRYM7+UfJARdOFU9WUQO8OiIamgWPmiSFHYAA==}
|
resolution: {integrity: sha512-dexTll8zqQoVJEZPwQAKzxxtFn0qTnjdQTchoU6Re9BUUGBJiOy3YMn/0ShTW6J5M0dfQ1NeDeRTTl4oIWgQMA==}
|
||||||
engines: {node: '>=6.0.0'}
|
engines: {node: '>=6.0.0'}
|
||||||
|
|
||||||
non-layered-tidy-tree-layout@2.0.2:
|
non-layered-tidy-tree-layout@2.0.2:
|
||||||
@@ -11286,7 +11297,7 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- chokidar
|
- chokidar
|
||||||
|
|
||||||
'@angular-devkit/build-angular@17.3.17(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.4.2))(@angular/platform-server@17.3.12(@angular/animations@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))(@angular/platform-browser@17.3.12(@angular/animations@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))))(@types/express@4.17.17)(@types/node@22.15.31)(chokidar@3.6.0)(karma@6.4.3)(typescript@5.4.2)':
|
'@angular-devkit/build-angular@17.3.17(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4)))(typescript@5.4.2))(@angular/platform-server@17.3.12(@angular/animations@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))(@angular/platform-browser@17.3.12(@angular/animations@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))))(@angular/service-worker@17.3.12(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4)))(@types/express@4.17.17)(@types/node@22.15.31)(chokidar@3.6.0)(karma@6.4.3)(typescript@5.4.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@ampproject/remapping': 2.3.0
|
'@ampproject/remapping': 2.3.0
|
||||||
'@angular-devkit/architect': 0.1703.17(chokidar@3.6.0)
|
'@angular-devkit/architect': 0.1703.17(chokidar@3.6.0)
|
||||||
@@ -11354,6 +11365,7 @@ snapshots:
|
|||||||
webpack-subresource-integrity: 5.1.0(webpack@5.94.0(esbuild@0.20.1))
|
webpack-subresource-integrity: 5.1.0(webpack@5.94.0(esbuild@0.20.1))
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@angular/platform-server': 17.3.12(@angular/animations@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))(@angular/platform-browser@17.3.12(@angular/animations@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4)))
|
'@angular/platform-server': 17.3.12(@angular/animations@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))(@angular/platform-browser@17.3.12(@angular/animations@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4)))(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4)))
|
||||||
|
'@angular/service-worker': 17.3.12(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))
|
||||||
esbuild: 0.20.1
|
esbuild: 0.20.1
|
||||||
karma: 6.4.3
|
karma: 6.4.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@@ -11611,6 +11623,12 @@ snapshots:
|
|||||||
rxjs: 7.8.1
|
rxjs: 7.8.1
|
||||||
tslib: 2.6.2
|
tslib: 2.6.2
|
||||||
|
|
||||||
|
'@angular/service-worker@17.3.12(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))':
|
||||||
|
dependencies:
|
||||||
|
'@angular/common': 17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.4))(rxjs@7.8.1)
|
||||||
|
'@angular/core': 17.3.12(rxjs@7.8.1)(zone.js@0.14.4)
|
||||||
|
tslib: 2.6.2
|
||||||
|
|
||||||
'@awesome-cordova-plugins/calendar@6.6.0(@awesome-cordova-plugins/core@6.6.0(rxjs@7.8.1))(rxjs@7.8.1)':
|
'@awesome-cordova-plugins/calendar@6.6.0(@awesome-cordova-plugins/core@6.6.0(rxjs@7.8.1))(rxjs@7.8.1)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@awesome-cordova-plugins/core': 6.6.0(rxjs@7.8.1)
|
'@awesome-cordova-plugins/core': 6.6.0(rxjs@7.8.1)
|
||||||
@@ -11654,7 +11672,7 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@ampproject/remapping': 2.3.0
|
'@ampproject/remapping': 2.3.0
|
||||||
'@babel/code-frame': 7.27.1
|
'@babel/code-frame': 7.27.1
|
||||||
'@babel/generator': 7.26.10
|
'@babel/generator': 7.27.5
|
||||||
'@babel/helper-compilation-targets': 7.27.2
|
'@babel/helper-compilation-targets': 7.27.2
|
||||||
'@babel/helper-module-transforms': 7.27.3(@babel/core@7.26.10)
|
'@babel/helper-module-transforms': 7.27.3(@babel/core@7.26.10)
|
||||||
'@babel/helpers': 7.27.6
|
'@babel/helpers': 7.27.6
|
||||||
@@ -12038,6 +12056,15 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
|
'@babel/plugin-transform-async-generator-functions@7.27.1(@babel/core@7.26.10)':
|
||||||
|
dependencies:
|
||||||
|
'@babel/core': 7.26.10
|
||||||
|
'@babel/helper-plugin-utils': 7.27.1
|
||||||
|
'@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.26.10)
|
||||||
|
'@babel/traverse': 7.27.7
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
|
|
||||||
'@babel/plugin-transform-async-generator-functions@7.27.1(@babel/core@7.27.7)':
|
'@babel/plugin-transform-async-generator-functions@7.27.1(@babel/core@7.27.7)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.27.7
|
'@babel/core': 7.27.7
|
||||||
@@ -12056,6 +12083,15 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
|
'@babel/plugin-transform-async-to-generator@7.27.1(@babel/core@7.26.10)':
|
||||||
|
dependencies:
|
||||||
|
'@babel/core': 7.26.10
|
||||||
|
'@babel/helper-module-imports': 7.27.1
|
||||||
|
'@babel/helper-plugin-utils': 7.27.1
|
||||||
|
'@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.26.10)
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
|
|
||||||
'@babel/plugin-transform-async-to-generator@7.27.1(@babel/core@7.27.7)':
|
'@babel/plugin-transform-async-to-generator@7.27.1(@babel/core@7.27.7)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.27.7
|
'@babel/core': 7.27.7
|
||||||
@@ -12698,8 +12734,8 @@ snapshots:
|
|||||||
'@babel/plugin-syntax-import-attributes': 7.27.1(@babel/core@7.26.10)
|
'@babel/plugin-syntax-import-attributes': 7.27.1(@babel/core@7.26.10)
|
||||||
'@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.26.10)
|
'@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.26.10)
|
||||||
'@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.26.10)
|
'@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.26.10)
|
||||||
'@babel/plugin-transform-async-generator-functions': 7.26.8(@babel/core@7.26.10)
|
'@babel/plugin-transform-async-generator-functions': 7.27.1(@babel/core@7.26.10)
|
||||||
'@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.26.10)
|
'@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.26.10)
|
||||||
'@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.26.10)
|
'@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.26.10)
|
||||||
'@babel/plugin-transform-block-scoping': 7.27.5(@babel/core@7.26.10)
|
'@babel/plugin-transform-block-scoping': 7.27.5(@babel/core@7.26.10)
|
||||||
'@babel/plugin-transform-class-properties': 7.27.1(@babel/core@7.26.10)
|
'@babel/plugin-transform-class-properties': 7.27.1(@babel/core@7.26.10)
|
||||||
@@ -16139,7 +16175,7 @@ snapshots:
|
|||||||
|
|
||||||
copy-webpack-plugin@11.0.0(webpack@5.94.0(esbuild@0.20.1)):
|
copy-webpack-plugin@11.0.0(webpack@5.94.0(esbuild@0.20.1)):
|
||||||
dependencies:
|
dependencies:
|
||||||
fast-glob: 3.3.2
|
fast-glob: 3.3.3
|
||||||
glob-parent: 6.0.2
|
glob-parent: 6.0.2
|
||||||
globby: 13.2.2
|
globby: 13.2.2
|
||||||
normalize-path: 3.0.0
|
normalize-path: 3.0.0
|
||||||
@@ -16220,7 +16256,7 @@ snapshots:
|
|||||||
dom-serializer: 2.0.0
|
dom-serializer: 2.0.0
|
||||||
domhandler: 5.0.3
|
domhandler: 5.0.3
|
||||||
htmlparser2: 8.0.2
|
htmlparser2: 8.0.2
|
||||||
postcss: 8.4.35
|
postcss: 8.5.6
|
||||||
postcss-media-query-parser: 0.2.3
|
postcss-media-query-parser: 0.2.3
|
||||||
|
|
||||||
cross-env@7.0.3:
|
cross-env@7.0.3:
|
||||||
@@ -16249,12 +16285,12 @@ snapshots:
|
|||||||
|
|
||||||
css-loader@6.10.0(webpack@5.94.0(esbuild@0.20.1)):
|
css-loader@6.10.0(webpack@5.94.0(esbuild@0.20.1)):
|
||||||
dependencies:
|
dependencies:
|
||||||
icss-utils: 5.1.0(postcss@8.4.35)
|
icss-utils: 5.1.0(postcss@8.5.6)
|
||||||
postcss: 8.4.35
|
postcss: 8.5.6
|
||||||
postcss-modules-extract-imports: 3.1.0(postcss@8.4.35)
|
postcss-modules-extract-imports: 3.1.0(postcss@8.5.6)
|
||||||
postcss-modules-local-by-default: 4.2.0(postcss@8.4.35)
|
postcss-modules-local-by-default: 4.2.0(postcss@8.5.6)
|
||||||
postcss-modules-scope: 3.2.1(postcss@8.4.35)
|
postcss-modules-scope: 3.2.1(postcss@8.5.6)
|
||||||
postcss-modules-values: 4.0.0(postcss@8.4.35)
|
postcss-modules-values: 4.0.0(postcss@8.5.6)
|
||||||
postcss-value-parser: 4.2.0
|
postcss-value-parser: 4.2.0
|
||||||
semver: 7.6.0
|
semver: 7.6.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
@@ -17880,7 +17916,7 @@ snapshots:
|
|||||||
globby@13.2.2:
|
globby@13.2.2:
|
||||||
dependencies:
|
dependencies:
|
||||||
dir-glob: 3.0.1
|
dir-glob: 3.0.1
|
||||||
fast-glob: 3.3.2
|
fast-glob: 3.3.3
|
||||||
ignore: 5.3.2
|
ignore: 5.3.2
|
||||||
merge2: 1.4.1
|
merge2: 1.4.1
|
||||||
slash: 4.0.0
|
slash: 4.0.0
|
||||||
@@ -18157,9 +18193,9 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
safer-buffer: 2.1.2
|
safer-buffer: 2.1.2
|
||||||
|
|
||||||
icss-utils@5.1.0(postcss@8.4.35):
|
icss-utils@5.1.0(postcss@8.5.6):
|
||||||
dependencies:
|
dependencies:
|
||||||
postcss: 8.4.35
|
postcss: 8.5.6
|
||||||
|
|
||||||
ieee754@1.2.1: {}
|
ieee754@1.2.1: {}
|
||||||
|
|
||||||
@@ -19121,7 +19157,7 @@ snapshots:
|
|||||||
|
|
||||||
marked@7.0.3: {}
|
marked@7.0.3: {}
|
||||||
|
|
||||||
material-symbols@0.17.1: {}
|
material-symbols@0.27.2: {}
|
||||||
|
|
||||||
math-intrinsics@1.1.0: {}
|
math-intrinsics@1.1.0: {}
|
||||||
|
|
||||||
@@ -19780,7 +19816,7 @@ snapshots:
|
|||||||
|
|
||||||
node-releases@2.0.19: {}
|
node-releases@2.0.19: {}
|
||||||
|
|
||||||
nodemailer@6.9.1: {}
|
nodemailer@6.9.9: {}
|
||||||
|
|
||||||
non-layered-tidy-tree-layout@2.0.2:
|
non-layered-tidy-tree-layout@2.0.2:
|
||||||
optional: true
|
optional: true
|
||||||
@@ -20270,26 +20306,26 @@ snapshots:
|
|||||||
|
|
||||||
postcss-media-query-parser@0.2.3: {}
|
postcss-media-query-parser@0.2.3: {}
|
||||||
|
|
||||||
postcss-modules-extract-imports@3.1.0(postcss@8.4.35):
|
postcss-modules-extract-imports@3.1.0(postcss@8.5.6):
|
||||||
dependencies:
|
dependencies:
|
||||||
postcss: 8.4.35
|
postcss: 8.5.6
|
||||||
|
|
||||||
postcss-modules-local-by-default@4.2.0(postcss@8.4.35):
|
postcss-modules-local-by-default@4.2.0(postcss@8.5.6):
|
||||||
dependencies:
|
dependencies:
|
||||||
icss-utils: 5.1.0(postcss@8.4.35)
|
icss-utils: 5.1.0(postcss@8.5.6)
|
||||||
postcss: 8.4.35
|
postcss: 8.5.6
|
||||||
postcss-selector-parser: 7.1.0
|
postcss-selector-parser: 7.1.0
|
||||||
postcss-value-parser: 4.2.0
|
postcss-value-parser: 4.2.0
|
||||||
|
|
||||||
postcss-modules-scope@3.2.1(postcss@8.4.35):
|
postcss-modules-scope@3.2.1(postcss@8.5.6):
|
||||||
dependencies:
|
dependencies:
|
||||||
postcss: 8.4.35
|
postcss: 8.5.6
|
||||||
postcss-selector-parser: 7.1.0
|
postcss-selector-parser: 7.1.0
|
||||||
|
|
||||||
postcss-modules-values@4.0.0(postcss@8.4.35):
|
postcss-modules-values@4.0.0(postcss@8.5.6):
|
||||||
dependencies:
|
dependencies:
|
||||||
icss-utils: 5.1.0(postcss@8.4.35)
|
icss-utils: 5.1.0(postcss@8.5.6)
|
||||||
postcss: 8.4.35
|
postcss: 8.5.6
|
||||||
|
|
||||||
postcss-resolve-nested-selector@0.1.6: {}
|
postcss-resolve-nested-selector@0.1.6: {}
|
||||||
|
|
||||||
@@ -20720,7 +20756,7 @@ snapshots:
|
|||||||
adjust-sourcemap-loader: 4.0.0
|
adjust-sourcemap-loader: 4.0.0
|
||||||
convert-source-map: 1.9.0
|
convert-source-map: 1.9.0
|
||||||
loader-utils: 2.0.4
|
loader-utils: 2.0.4
|
||||||
postcss: 8.4.35
|
postcss: 8.5.6
|
||||||
source-map: 0.6.1
|
source-map: 0.6.1
|
||||||
|
|
||||||
resolve@1.22.10:
|
resolve@1.22.10:
|
||||||
|
|||||||