feat: Convert web app to React Native Android mobile app#5
Open
freedomfighter-007 wants to merge 1 commit intotetherto:mainfrom
Open
feat: Convert web app to React Native Android mobile app#5freedomfighter-007 wants to merge 1 commit intotetherto:mainfrom
freedomfighter-007 wants to merge 1 commit intotetherto:mainfrom
Conversation
This major refactoring converts the MiningOS web dashboard application into a React Native mobile app for Android devices. Key changes: - Replace Vite/React web build with React Native CLI - Convert React Router navigation to React Navigation (drawer + stacks) - Replace Ant Design components with custom React Native components - Convert styled-components to React Native StyleSheet - Adapt Redux store to use AsyncStorage for persistence - Create mobile-optimized screens for all major features: - Dashboard with stats and charts - Operations (Mining Explorer, Energy Operations) - Reports (Operations, Financial) - Inventory management - Pool Manager - Alerts system - Settings Technical details: - React Native 0.73.4 with Hermes engine - React Navigation 6.x for navigation - Redux Toolkit with redux-persist (AsyncStorage) - react-native-chart-kit for data visualization - Material Community Icons for consistent iconography - Full TypeScript support The app maintains the same dark theme design language and color palette as the web application for brand consistency. https://claude.ai/code/session_013icDFd5m1nnPfqc8VdYhUN
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This major refactoring converts the MiningOS web dashboard application into a React Native mobile app for Android devices.
Key changes:
Technical details:
The app maintains the same dark theme design language and color palette as the web application for brand consistency.