feat(admin): standardize Integrations + System pages (LC-510, PR4) #480
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/LC-510-admin-integrations-system"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PR4 (final) of the Admin panel redesign (LC-510). Standardizes the Integrations + System pages on the shell (PR1, #477) and shared
.lc-table(PR2, #478), completing the sweep.Integrations: Commands, Bots, Webhooks, Bridges (+ deliveries, bridge avatars)
.card .lc-set-card) with.lc-set-field/.inputand.btn-primary..lc-tablewith row hover + shared empty states (replacing colspan "empty" rows).<h1>dropped (the shell renders the title); page-action links (bridge avatars, deliveries back, etc.) become right-alignedbtn-secondarytoolbars.System: Branding, Backup/restore
.lc-swatch,.inputtext/textarea,.lc-set-help).lc-set-card--dangerRestore card.Destructive confirmations
All plain-POST destructive actions now have a native
onsubmit confirm+ danger-outline button: slash-command delete, bot disable, bridge remove, webhook delete, webhook secret rotate, and backup restore. (Webhook enable/disable toggle stays unconfirmed - reversible.)i18n
New keys (en+es):
admin-slash-delete-confirm,admin-bots-disable-confirm,admin-bridges-remove-confirm,admin-webhooks-delete-confirm,admin-webhooks-rotate-confirm.Checks
just check,just test,just test-saas(incl. en/es i18n parity),just build-cssall pass.LC-510 complete
With this merged, every admin tab (shell + Settings + People/Spaces + Safety + Integrations + System) is on the redesigned vocabulary: grouped sidebar, cards,
.lc-table,.btn, toggles, save feedback, empty states, and confirmed destructive actions.