- App.tsx: full navigation (Auth stack + Main tabs with 5 screens) - Auth: LoginScreen, RegisterScreen, ForgotPasswordScreen - HomeScreen: dashboard with IoT metrics, weather widget, alerts, quick actions, sensors - MapScreen: interactive map with layer toggles (6 layers) - MarketplaceScreen: categories (6), products (5), search - ChatScreen: AI chat with quick prompts (4), bot responses - ProfileScreen: user info, stats, menu (9 items), logout - AlertsScreen: alert list with severity, acknowledge - SensorsScreen: sensor list with type filters (6 types), search - ZonesScreen: zone cards with stats - SettingsScreen: language picker (FR/EN/ES/DE), privacy, about - Stores: iotStore (sensors, zones, alerts), notificationStore, uiStore + i18n - Hooks: useSensors, useAlerts, useNotifications, useLocation - Components: Card, Button, LoadingSpinner, ErrorBoundary, Header - Services: iotService, notificationService (with axios API client) - Utils: formatters (temp, AQI, noise, dates), validators (email, password, IBAN) - Theme: colors.ts with full design system (Blue Ocean palette) - Ditto: fixed MongoDB connection, new JWT secrets, official gateway image
1023 B
1023 B
1.5.0 / 2018-03-27
- Add
103 Early Hints
1.4.0 / 2017-10-20
- Add
STATUS_CODESexport
1.3.1 / 2016-11-11
- Fix return type in JSDoc
1.3.0 / 2016-05-17
- Add
421 Misdirected Request - perf: enable strict mode
1.2.1 / 2015-02-01
- Fix message for status 451
451 Unavailable For Legal Reasons
1.2.0 / 2014-09-28
- Add
208 Already Repored - Add
226 IM Used - Add
306 (Unused) - Add
415 Unable For Legal Reasons - Add
508 Loop Detected
1.1.1 / 2014-09-24
- Add missing 308 to
codes.json
1.1.0 / 2014-09-21
- Add
codes.jsonfor universal support
1.0.4 / 2014-08-20
- Package cleanup
1.0.3 / 2014-06-08
- Add 308 to
.redirectcategory
1.0.2 / 2014-03-13
- Add
.retrycategory
1.0.1 / 2014-03-12
- Initial release