You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Refactor BotSection and introduce BotSectionTabs for improved modularity
This commit refactors the BotSection component to separate data handling and presentation logic, introducing the useBotSectionData hook for data fetching. Additionally, it creates the BotSectionTabs component to manage tabbed navigation for different bot dimensions, enhancing code organization and reusability. The BotCountries, BotDevices, BotMetadata, BotPages, and BotReferrers components are updated to utilize the new BotSectionTabs, streamlining their implementations and improving user experience.
* goal improvements
* Update GoalCard component styles and layout for improved responsiveness and visual consistency
* Enhance StandardSectionDialog with error handling and update BucketSelection component for size prop
This commit introduces error handling in the StandardSectionDialog by displaying an ErrorState component when data fetching fails. Additionally, the BucketSelection component is updated to accept a size prop, allowing for more flexible styling in different contexts. The GoalsPage is also modified to utilize the new size prop for the BucketSelection component.
* Integrate GoalBarChartSkeleton into GoalCard and GoalsPage for improved loading states
This commit introduces the GoalBarChartSkeleton component into both the GoalCard and GoalsPage components, enhancing the user experience during data loading. The layout is adjusted to accommodate the new skeleton, ensuring a consistent and visually appealing loading state across the application.
* Refactor GoalCardSkeleton and GoalBarChartSkeleton for improved layout consistency
This commit modifies the GoalCardSkeleton to enhance its layout by adjusting the flex properties for better alignment. Additionally, the GoalBarChartSkeleton is updated to be hidden on smaller screens, ensuring a responsive design that maintains visual integrity across different device sizes.
0 commit comments