Commit graph

14 commits

Author SHA1 Message Date
Jakob Stornig
675ffe97bc missing deps 2024-01-27 00:06:35 +01:00
Jakob Stornig
899b50ded4 last changes 2024-01-25 20:35:09 +01:00
thschleicher
ab2ef25615 first attempt at graph 2024-01-25 17:20:56 +01:00
Jakob Stornig
36679279c1 feat: Add expense screen 2024-01-05 00:46:40 +01:00
Thomas Schleicher
9204d6f235 Resolve "Add Category Modal" 2024-01-03 17:31:59 +00:00
Jakob Stornig
cc96a6e606 feat: heatmap 2023-12-21 15:42:32 +01:00
Jakob Stornig
65c32a9298 feat: basic structure for calendar 2023-12-21 15:39:06 +01:00
Jakob Stornig
b5613c6e18 feat: ThemeContext 2023-12-17 19:25:06 +01:00
Thomas Schleicher
9c42f89b20 Resolve "development build fix" 2023-12-08 22:13:29 +00:00
Thomas Schleicher
60712e8397 Resolve "addButton (for demo)" 2023-12-08 19:07:32 +00:00
Jakob Stornig
4d745c4a3a integrated dev 2023-12-08 16:24:21 +01:00
Jakob Stornig
6592864bc4 feat: introduced Authentification Context 2023-12-08 14:51:05 +01:00
thschleicher
ab281466d4 Added Tunneling Run Configurations (WSL) 2023-11-29 13:26:12 +01:00
Thomas Schleicher
5786b14b36 feat: Add new files
Added .gitignore with patterns for ignoring files and directories, including node_modules, .expo, dist, web-build, *.orig.*, *.jks, *.p8, *.p12, *.key, *.mobileprovision, .metro-health-check*, npm-debug.*, yarn-debug.*, yarn-error.*, .DS_Store, *.pem, .env*.local, *.tsbuildinfo, expo-env.d.ts, and @generated expo-cli sync-2b81b286409207a5da26e14c78851eb30d8ccbdb.

Added app.json with Expo configurations, including name, slug, version, orientation, icon, scheme, userInterfaceStyle, splash, assetBundlePatterns, ios, android, web, plugins, and experiments.

Added _layout.tsx with TabLayout component for rendering tabs. Imported FontAwesome and expo-router. Exported ErrorBoundary and unstable_settings.

Added index.tsx with TabOneScreen component for rendering Tab One. Imported EditScreenInfo, Text, and View from components/Themed.

Added two.tsx with TabTwoScreen component for rendering Tab Two. Imported EditScreenInfo, Text, and View from components/Themed.

Added +html.tsx for configuring root HTML during static rendering. Imported ScrollViewStyleReset from expo-router/html.

Added [...missing].tsx for rendering NotFoundScreen. Imported Link and Stack from expo-router. Imported StyleSheet, Text, and View from components/Themed.

Added _layout.tsx for configuring the root layout. Imported FontAwesome and expo-router. Imported DarkTheme and DefaultTheme from @react-navigation/native. Imported useFonts from expo-font. Imported SplashScreen and Stack from expo-router. Imported useEffect and useColorScheme from react-native.

Added modal.tsx with ModalScreen component for rendering Modal. Imported StatusBar from expo-status-bar and StyleSheet from react-native.

Added babel.config.js with presets babel-preset-expo and plugins expo-router/babel.

Added EditScreenInfo.tsx with EditScreenInfo component for displaying information about the code. Imported React and StyleSheet from react-native. Imported Colors from constants/Colors. Imported ExternalLink from components/ExternalLink. Imported MonoText from components/StyledText. Imported Text and View from components/Themed.
2023-11-29 10:40:36 +01:00