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 UI components and enhance logging structure
- Updated `globals.css` to ensure consistent scrollbar hiding across browsers.
- Modified `layout.tsx` to wrap children with `TooltipProvider` for improved tooltip functionality.
- Refactored log entry structure in `playground/index.tsx` to include new properties: `contextLines`, `message`, and `service`.
- Enhanced `journey.tsx` and `stats.tsx` components to streamline milestone and stat card properties.
- Adjusted `page-actions.tsx` to reorder props for better clarity.
- Improved styling and structure in various UI components including `accordion.tsx`, `alert-dialog.tsx`, and `button.tsx` for better maintainability and consistency.
- Updated `chart.tsx` to refine tooltip handling and improve type safety in chart configurations.
- General cleanup and reorganization of component styles for better readability and performance.
0 commit comments