Commit Graph

22 Commits

Author SHA1 Message Date
7792023b22 feat: Implement home screen with navigation and update login flow 2025-08-20 23:08:08 +02:00
592e79a375 feat: Add splash screen and update routing to include it 2025-08-20 23:05:21 +02:00
b1e5efb672 Add iOS launch screen and app icon assets
- Created new app icon images for various sizes and added them to the asset catalog.
- Added launch images for different resolutions (1x, 2x, 3x) in the asset catalog.
- Updated the LaunchScreen storyboard to use the new launch images.
- Created a README for the launch image assets directory.
- Updated Info.plist to reference the new launch storyboard.
- Added a bridging header for Swift compatibility.
- Created initial test file for Runner application.
- Initialized project structure with necessary files and configurations.
2025-08-20 22:55:25 +02:00
871bfcdccb feat: Initialize Flutter app with authentication and scheduling features
- Removed TypeScript configuration file (tsconfig.json).
- Added Flutter plugin dependencies for secure storage.
- Implemented main application structure with routing for login, profile, and schedule screens.
- Developed LoginScreen with authentication logic and user feedback.
- Created ProfileScreen to display user profile information and logout functionality.
- Built ScheduleScreen to show weekly work schedule with navigation controls.
- Integrated AuthService for handling authentication, token storage, and API interactions.
- Updated pubspec.yaml with necessary dependencies for the Flutter project.
2025-08-20 22:48:54 +02:00
925dc6e0c0 Rename project from "iso-test-app" to "mcbeno" in app.json and package.json 2025-08-20 18:41:02 +02:00
c2014b2176 Update eas.json for iOS simulator support and add build script to package.json 2025-08-01 12:59:49 +02:00
917c7e1524 Add iOS build configuration for simulator and enterprise provisioning 2025-08-01 12:55:26 +02:00
f81591ccb0 Refactor Schedule component to use week-based navigation and improve workdays fetching logic 2025-08-01 12:51:35 +02:00
ccc8b00348 Refactor authentication and user data handling in Index, Profile, and Schedule components to use token-based authentication and improve error handling 2025-07-28 13:31:06 +02:00
dd6627ae35 Refactor cookie handling in Index and update API call in Schedule for improved error logging and response handling 2025-07-28 13:08:18 +02:00
f98ffef4ce Update app.json, index.tsx, profile.tsx, schedule.tsx, and package.json for enhancements and cleanup 2025-07-28 01:43:45 +02:00
fa5dd09d04 Update app.json configuration and enhance logging in index.tsx and schedule.tsx 2025-07-28 00:51:04 +02:00
bfee90a6fc Add schedule and requests screens with workdays fetching and navigation 2025-07-28 00:43:07 +02:00
60fdb02c9d Enhance login and profile screens with auto-login feature, improved UI, and logout functionality 2025-07-28 00:12:32 +02:00
a4fa09589e Implement login functionality and create profile screen with secure storage 2025-07-28 00:00:07 +02:00
e4077bfa18 Update app.json configuration and remove unused assets 2025-07-27 00:59:43 +02:00
2133a5bbcb Refactor layout and enhance login screen with input fields and styles 2025-07-27 00:51:50 +02:00
f9a8472da1 Enhance notification handling and improve alert messages in index.tsx 2025-07-27 00:36:27 +02:00
2ecf1d229d Add initial iOS project files for iso-test-app
- Created Info.plist with essential app configuration including bundle identifiers, versioning, and URL schemes.
- Added PrivacyInfo.xcprivacy to specify accessed API types and privacy tracking settings.
- Implemented SplashScreen.storyboard for the app's launch screen with a logo and background color.
- Established Expo.plist for update configurations, setting updates to check on launch.
- Created a bridging header for Swift compatibility.
- Added an empty entitlements file for future use.
2025-07-27 00:30:52 +02:00
1e0b62efd8 remove unused components and files to clean up the project structure 2025-07-27 00:09:15 +02:00
c50a1bb91a first commit 2025-07-27 00:05:23 +02:00
84c5ee7a7f Initial commit
Generated by create-expo-app 3.4.2.
2025-07-26 23:59:20 +02:00