feat: Update FitnessRingsCard to navigate to fitness rings detail page on press
feat: Modify NutritionRadarCard to enhance UI and add haptic feedback on actions
feat: Add FITNESS_RINGS_DETAIL route for navigation
fix: Adjust minimum fetch interval in BackgroundTaskManager for background tasks
feat: Implement haptic feedback utility functions for better user experience
feat: Extend health permissions to include Apple Exercise Time and Apple Stand Time
feat: Add functions to fetch hourly activity, exercise, and stand data for improved health tracking
feat: Enhance user preferences to manage fitness exercise minutes and active hours info dismissal
- Deleted `useBackgroundTasks.ts` hook and its associated logic for managing background tasks.
- Removed `backgroundTaskManager.ts` service and all related task definitions and registrations.
- Cleaned up `Podfile.lock` and `package.json` to remove unused dependencies related to background tasks.
- Updated iOS project files to eliminate references to removed background task components.
- Added new background fetch identifier in `Info.plist` for future use.
- Updated font sizes and weights in BasalMetabolismCard, MoodCard, HealthDataCard, and NutritionRadarCard for improved readability.
- Removed loading state from MoodCard to simplify the component.
- Adjusted styles in WeightHistoryCard for better layout and spacing.
- Integrated expo-background-fetch for improved background task handling.
- Updated Info.plist to include background fetch capability.
- Enhanced background task registration and execution logic in backgroundTaskManager.
- Added debug function to manually trigger background task execution for testing purposes.