Files
igny8/frontend/dist/assets/js/Account-Bf9vAOTf.js
IGNY8 VPS (Salman) 3c100be1cf more
2025-11-13 14:12:36 +00:00

2 lines
1.0 KiB
JavaScript

import{r as s,j as t}from"./chunk-UIGDSWPH-BhuNDbxn.js";import{u as o,T as l,P as d}from"./main-af3pcbZa.js";import{C as g}from"./Card-CAsJMMfR.js";function h(){const n=o(),[m,c]=s.useState([]),[r,a]=s.useState(!0);s.useEffect(()=>{i()},[]);const i=async()=>{try{a(!0);const e=await l("/v1/system/settings/account/");c(e.results||[])}catch(e){n.error(`Failed to load account settings: ${e.message}`)}finally{a(!1)}};return t.jsxs("div",{className:"p-6",children:[t.jsx(d,{title:"Account Settings"}),t.jsxs("div",{className:"mb-6",children:[t.jsx("h1",{className:"text-2xl font-bold text-gray-900 dark:text-white",children:"Account Settings"}),t.jsx("p",{className:"text-gray-600 dark:text-gray-400 mt-1",children:"Account-level configuration"})]}),r?t.jsx("div",{className:"flex items-center justify-center h-64",children:t.jsx("div",{className:"text-gray-500",children:"Loading..."})}):t.jsx(g,{className:"p-6",children:t.jsx("p",{className:"text-gray-600 dark:text-gray-400",children:"Account settings management interface coming soon."})})]})}export{h as default};