- 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
22 lines
853 B
JavaScript
22 lines
853 B
JavaScript
var superPropBase = require("./superPropBase.js");
|
|
var defineProperty = require("./defineProperty.js");
|
|
function set(e, r, t, o) {
|
|
return set = "undefined" != typeof Reflect && Reflect.set ? Reflect.set : function (e, r, t, o) {
|
|
var f,
|
|
i = superPropBase(e, r);
|
|
if (i) {
|
|
if ((f = Object.getOwnPropertyDescriptor(i, r)).set) return f.set.call(o, t), !0;
|
|
if (!f.writable) return !1;
|
|
}
|
|
if (f = Object.getOwnPropertyDescriptor(o, r)) {
|
|
if (!f.writable) return !1;
|
|
f.value = t, Object.defineProperty(o, r, f);
|
|
} else defineProperty(o, r, t);
|
|
return !0;
|
|
}, set(e, r, t, o);
|
|
}
|
|
function _set(e, r, t, o, f) {
|
|
if (!set(e, r, t, o || e) && f) throw new TypeError("failed to set property");
|
|
return t;
|
|
}
|
|
module.exports = _set, module.exports.__esModule = true, module.exports["default"] = module.exports; |