Commit Graph

2 Commits

Author SHA1 Message Date
Felipe Cardoso
c17fdab3d3 refactor(frontend): clean up code by consolidating multi-line JSX into single lines where feasible
- Refactored JSX elements to improve readability by collapsing multi-line props and attributes into single lines if their length permits.
- Improved consistency in component imports by grouping and consolidating them.
- No functional changes, purely restructuring for clarity and maintainability.
2026-01-01 11:46:57 +01:00
Felipe Cardoso
d9db2031da feat(frontend): add ErrorBoundary component
Add React ErrorBoundary component for catching and handling
render errors in component trees with fallback UI.
2025-12-31 12:47:38 +01:00