Skip to content

refactor(agents): apply glassmorphism design system and dynamic theming across RH, Legal, and Public Tender agents

yahya.elmokhtari a demandé de fusionner IAV-898 vers develop

Summary

This MR implements a consistent glassmorphism design system and dynamic theme color support across multiple agent modules, improving visual consistency and maintainability.

Key Changes

RH Agent (26 files)

  • Dynamic Theme Colors: Replaced all hardcoded #F531CA color references with dynamic useAgentTheme() hook
  • Glassmorphism Styling: Applied full glassmorphism effects to offre-details-view including:
    • Frosted glass backgrounds with blur effects
    • Subtle gradient overlays
    • Shimmer hover animations
    • Consistent border and shadow treatments
  • UI Improvements:
    • Updated candidats-filters to match subtle style of offres tabs
    • Fixed z-index issue for CustomSelect dropdown in candidats-section
    • Hidden scrollbar in main view while maintaining scrollable content
    • Moved kanban columns inside component for proper dynamic color support

Legal Agent (2 files)

  • Removed redundant outer Card wrappers from AgentTrainingSection (Former l'agent)
  • Removed redundant outer Card wrappers from LegalNotificationConfig
  • Content now renders directly without extra nested card layers

Public Tender Agent (10 files)

  • Applied glassmorphism styling to configuration section
  • Fixed card and button positioning in configuration tabs
  • Updated all tab styles (alerts, notifications, preferences) with consistent glassmorphism
  • Improved integration card styling

Marketplace (4 files)

  • Updated mock data for marketplace agents and tutorials
  • Improved marketplace card component styling
  • Updated marketplace grid layout

Store (1 file)

  • Minor updates to customer care agent store configuration

  • IAV-898

Rapports de requête de fusion