chore(dependencies): update package-lock.json and package.json for dependency management
- Removed `pg-native` from dependencies in both package files. - Updated several AWS SDK and Smithy packages to their latest versions for improved functionality and security. - Added new dependencies for emoji-regex and string-width to enhance task management features. - Adjusted various package versions to ensure compatibility and performance optimizations across the application.
This commit is contained in:
@@ -2,20 +2,6 @@ import React from 'react';
|
||||
import { useAppSelector } from '@/hooks/useAppSelector';
|
||||
import TaskListBoard from '@/components/task-management/task-list-board';
|
||||
|
||||
/**
|
||||
* Enhanced Tasks View - Optimized for Performance
|
||||
*
|
||||
* PERFORMANCE IMPROVEMENTS:
|
||||
* - Task loading is now ~5x faster (200-500ms vs 2-5s previously)
|
||||
* - Progress calculations are skipped by default to improve initial load
|
||||
* - Real-time updates still work via socket connections
|
||||
* - Performance monitoring available in development mode
|
||||
*
|
||||
* If you're experiencing slow loading:
|
||||
* 1. Check the browser console for performance metrics
|
||||
* 2. Performance alerts will show automatically if loading > 2 seconds
|
||||
* 3. Contact support if issues persist
|
||||
*/
|
||||
const ProjectViewEnhancedTasks: React.FC = () => {
|
||||
const { project } = useAppSelector(state => state.projectReducer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user