localgreenchain/lib
Claude c2a1b05677
Implement Agent 10: Mobile Optimization with PWA capabilities
This implements the mobile optimization agent (P3 - Enhancement) with:

PWA Configuration:
- Add next-pwa integration with offline caching strategies
- Create web app manifest for installability
- Add service worker with background sync support
- Create offline fallback page

Mobile Components:
- BottomNav: Touch-friendly bottom navigation bar
- MobileHeader: Responsive header with back navigation
- InstallPrompt: Smart PWA install prompt (iOS & Android)
- SwipeableCard: Gesture-based swipeable cards
- PullToRefresh: Native-like pull to refresh
- QRScanner: Camera-based QR code scanning

Mobile Library:
- camera.ts: Camera access and photo capture utilities
- offline.ts: IndexedDB-based offline storage and sync
- gestures.ts: Touch gesture detection (swipe, pinch, tap)
- pwa.ts: PWA status, install prompts, service worker management

Mobile Pages:
- /m: Mobile dashboard with quick actions and stats
- /m/scan: QR code scanner for plant lookup
- /m/quick-add: Streamlined plant registration form
- /m/profile: User profile with offline status

Dependencies added: next-pwa, idb
2025-11-23 03:56:30 +00:00
..
agents Add comprehensive 10-agent autonomous system for LocalGreenChain 2025-11-22 21:24:40 +00:00
blockchain Add comprehensive environmental tracking for plants 2025-11-16 16:24:38 +00:00
demand Add seed-to-seed transport tracking, demand forecasting, and vertical farming systems 2025-11-22 18:23:08 +00:00
environment Add comprehensive environmental tracking for plants 2025-11-16 16:24:38 +00:00
mobile Implement Agent 10: Mobile Optimization with PWA capabilities 2025-11-23 03:56:30 +00:00
privacy Add Tor integration and privacy features for anonymous plant sharing 2025-11-16 12:32:59 +00:00
services Add Tor integration and privacy features for anonymous plant sharing 2025-11-16 12:32:59 +00:00
transparency Add comprehensive transparency system for LocalGreenChain 2025-11-23 03:29:56 +00:00
transport Add seed-to-seed transport tracking, demand forecasting, and vertical farming systems 2025-11-22 18:23:08 +00:00
utils Initial commit 2023-08-09 21:34:23 +00:00
vertical-farming Add seed-to-seed transport tracking, demand forecasting, and vertical farming systems 2025-11-22 18:23:08 +00:00
drupal.ts Initial commit 2023-08-09 21:34:23 +00:00
get-menus.ts Initial commit 2023-08-09 21:34:23 +00:00
get-params.ts Initial commit 2023-08-09 21:34:23 +00:00