feat(ui): separate career and connected accounts
This commit is contained in:
@@ -198,6 +198,9 @@ export default function SettingsView({
|
||||
</SectionCard>
|
||||
|
||||
<QuickCaptureCard />
|
||||
<SectionCard title="Connected accounts" subtitle="Manage inbox connections separately from your account and security settings.">
|
||||
<Button variant="outlined" onClick={() => navigate("/settings/connected-accounts")}>Manage connected accounts</Button>
|
||||
</SectionCard>
|
||||
</Box>
|
||||
</TabPanel>
|
||||
|
||||
@@ -226,7 +229,6 @@ export default function SettingsView({
|
||||
</Typography>
|
||||
<Box sx={{ display: "flex", gap: 1, flexWrap: "wrap", mt: 1.5 }}>
|
||||
<Button variant="outlined" onClick={() => navigate("/reminders")}>{t("settingsOpenReminderInbox")}</Button>
|
||||
<Button variant="text" onClick={() => navigate("/admin/system")}>{t("settingsCheckSystemStatus")}</Button>
|
||||
</Box>
|
||||
</SectionCard>
|
||||
</TabPanel>
|
||||
|
||||
Reference in New Issue
Block a user