IAV-816: Standardize SEO and Community Manager dashboards with unified layout and glassmorphism
Summary
- Align SEO and Community Manager agent dashboards with the AAG/SAV reference pattern
- Apply consistent frosted glass (glassmorphism) styling across all SEO components
- Refactor Community Manager to use the shared Grid 2/10 layout and IntegrationTabs
Changes
SEO Agent
- Remove
Container/Boxwrappers from page for consistent sizing with AAG/SAV - Update
getGlassmorphismCardto use::beforetop gradient (matching SAV), remove hover
shimmer on cards - Replace all
getGlowyCardEffectusages withgetGlassmorphismCardacross audit reports,
article generator, and analytics - Apply glassmorphism to report dialog AI insights container
- Fix dropdown clipping in audit reports and article list by setting
overflow: visible - Fix plus icon placement in article configuration tag inputs
Community Manager
- Replace
AgentLayout/AgentSidebar(flexbox) with Grid 2/10 layout matching AAG/SAV - Switch from
AgentTabstoIntegrationTabsfor consistent tab styling - Fix purple theme fallback by setting
initialAgent="ziri"onAgentThemeProvider - Add spacing between tab menu and content
Shared
- Update reusable
ChatDashboardcomponent with Grid 2/10 layout improvements