mirror of
https://github.com/SamyRai/turash.git
synced 2025-12-26 23:01:33 +00:00
|
Some checks failed
CI/CD Pipeline / backend-lint (push) Failing after 31s
CI/CD Pipeline / backend-build (push) Has been skipped
CI/CD Pipeline / frontend-lint (push) Failing after 1m37s
CI/CD Pipeline / frontend-build (push) Has been skipped
CI/CD Pipeline / e2e-test (push) Has been skipped
- Replace all 'any' types with proper TypeScript interfaces - Fix React hooks setState in useEffect issues with lazy initialization - Remove unused variables and imports across all files - Fix React Compiler memoization dependency issues - Add comprehensive i18n translation keys for admin interfaces - Apply consistent prettier formatting throughout codebase - Clean up unused bulk editing functionality - Improve type safety and code quality across frontend Files changed: 39 - ImpactMetrics.tsx: Fixed any types and interfaces - AdminVerificationQueuePage.tsx: Added i18n keys, removed unused vars - LocalizationUIPage.tsx: Fixed memoization, added translations - LocalizationDataPage.tsx: Added type safety and translations - And 35+ other files with various lint fixes |
||
|---|---|---|
| .. | ||
| admin | ||
| AboutPage.tsx | ||
| AdminPage.tsx | ||
| AnalyticsDashboard.tsx | ||
| CommunityEventsPage.tsx | ||
| CommunityImpactPage.tsx | ||
| CommunityNewsPage.tsx | ||
| CommunityStoriesPage.tsx | ||
| ContactPage.tsx | ||
| DashboardPage.tsx | ||
| DiscoveryPage.tsx | ||
| HeritageBuildingPage.tsx | ||
| HeritagePage.tsx | ||
| ImpactMetrics.tsx | ||
| LandingPage.tsx | ||
| LoginPage.tsx | ||
| MapView.tsx | ||
| MatchDetailPage.tsx | ||
| MatchesMapView.tsx | ||
| MatchingDashboard.tsx | ||
| MatchNegotiationPage.tsx | ||
| OrganizationDashboardPage.tsx | ||
| OrganizationEditPage.tsx | ||
| OrganizationPage.tsx | ||
| OrganizationsListPage.tsx | ||
| PrivacyPage.tsx | ||
| ResourceFlowDetailPage.tsx | ||
| ResourceFlowsPage.tsx | ||
| SignupPage.tsx | ||
| SupplyDemandAnalysis.tsx | ||
| UserDashboard.tsx | ||