feat: Introduce ErrorState and LoadingState components for improved UI feedback

- Added ErrorState component to display error messages with retry functionality, enhancing user experience during issue loading failures.
- Implemented LoadingState component to provide visual feedback while issues are being fetched, improving the overall responsiveness of the GitHubIssuesView.
- Refactored GitHubIssuesView to utilize the new components, streamlining error and loading handling logic.
This commit is contained in:
Kacper
2025-12-24 02:23:12 +01:00
parent 6cd2898923
commit dd86e987a4
15 changed files with 967 additions and 795 deletions

View File

@@ -0,0 +1 @@
export const VALIDATION_STALENESS_HOURS = 24;