Add schedule and requests screens with workdays fetching and navigation

This commit is contained in:
2025-07-28 00:43:07 +02:00
parent 60fdb02c9d
commit bfee90a6fc
6 changed files with 471 additions and 5 deletions

19
pnpm-lock.yaml generated
View File

@@ -23,6 +23,9 @@ importers:
axios:
specifier: ^1.11.0
version: 1.11.0
date-fns:
specifier: ^4.1.0
version: 4.1.0
expo:
specifier: ~53.0.20
version: 53.0.20(@babel/core@7.28.0)(@expo/metro-runtime@5.0.4(react-native@0.79.5(@babel/core@7.28.0)(@types/react@19.0.14)(react@19.0.0)))(react-native-webview@13.13.5(react-native@0.79.5(@babel/core@7.28.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0))(react-native@0.79.5(@babel/core@7.28.0)(@types/react@19.0.14)(react@19.0.0))(react@19.0.0)
@@ -99,6 +102,9 @@ importers:
'@babel/core':
specifier: ^7.25.2
version: 7.28.0
'@types/date-fns':
specifier: ^2.6.3
version: 2.6.3
'@types/react':
specifier: ~19.0.10
version: 19.0.14
@@ -1011,6 +1017,10 @@ packages:
'@types/babel__traverse@7.20.7':
resolution: {integrity: sha512-dkO5fhS7+/oos4ciWxyEyjWe48zmG6wbCheo/G2ZnHx4fs3EU6YC6UM8rk56gAjNJ9P3MTH2jo5jb92/K6wbng==}
'@types/date-fns@2.6.3':
resolution: {integrity: sha512-Ke1lw2Ni1t/wMUoLtKFmSNCLozcTBd6vmMqFP4hRzXn6qzkNt97bPAX0x5Y/c15DP43kKvwW1ycStD5+43jVQA==}
deprecated: This is a stub types definition. date-fns provides its own type definitions, so you do not need this installed.
'@types/estree@1.0.8':
resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
@@ -1654,6 +1664,9 @@ packages:
resolution: {integrity: sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==}
engines: {node: '>= 0.4'}
date-fns@4.1.0:
resolution: {integrity: sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==}
debug@2.6.9:
resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==}
peerDependencies:
@@ -5305,6 +5318,10 @@ snapshots:
dependencies:
'@babel/types': 7.28.2
'@types/date-fns@2.6.3':
dependencies:
date-fns: 4.1.0
'@types/estree@1.0.8': {}
'@types/graceful-fs@4.1.9':
@@ -6058,6 +6075,8 @@ snapshots:
es-errors: 1.3.0
is-data-view: 1.0.2
date-fns@4.1.0: {}
debug@2.6.9:
dependencies:
ms: 2.0.0