"use client"; import React, { useState } from "react"; export default function SettingsPortal() { // App Settings State const [appSettings, setAppSettings] = useState({ defaultTenant: "Apple One", timeZone: "Asia/Kolkata (IST)", dateFormat: "dd-mm-yyyy", currency: "₹ INR", language: "English", appearance: "Light", }); // Notifications State const [notifications, setNotifications] = useState({ emailAlerts: true, pushNotifications: true, slaBreachAlerts: true, workPermitAlerts: true, dailyDigest: false, }); return (
Personal and notification preferences for this tenant workspace.
{/* Main Grid Layout */}Default tenant
Workspace loaded on sign-in
Time zone
Used for timestamps & SLA clocks
Date format
Display format across the app
Currency
Inventory, AMC & cost figures
Language
Interface language
Appearance
Your personal light / dark preference
Brand accent
Set per tenant in Administration → Preferences
Email alerts
Request, approval & escalation emails
Push notifications
Mobile app push for assignments
SLA breach alerts
Notify when a request goes overdue
Work-permit alerts
Notify on permit raise & approval
Daily digest
Morning summary of open items