* feat: async load data of top CPU and memory processes data
* refactor: Update CPU and memory top toggle functionality and state management
---------
Co-authored-by: 王贺 <wanghe@fit2cloud.com>
* refactor: Optimize log file reading with buffered reader pool and improve pagination logic
* refactor: Enhance file reading logic with improved buffer management and constant usage
* refactor: Adjust maximum read file size and enhance line reading functionality
* feat: Add ComposeDetail view for enhanced container management
* feat: Update container log management with new table layout and improved stats display
* feat: Update log search mode to 'all' for comprehensive log retrieval
* cleanup
* feat: Enhance log container and compose management with new UI components and improved functionality
* refactor: Remove unused ComposeDetail route and enhance UI components in container management
* refactor: Improve UI styling and interaction for compose list items in container management
* refactor: Update styling and hover effects for compose list items in container management
* refactor: Enhance container compose header with additional context and improve port handling in inspect view
* refactor: Update .env label to use translation for improved localization in container compose view
* refactor: Adjust height and placeholder text for YAML editor in container compose view
* refactor: Adjust docker compose layout
---------
Co-authored-by: ssongliu <songlius11@163.com>
* feat: Implement language caching and improve language handling in i18n module
* refactor: Optimize i18n initialization with sync.Once for thread safety
* fix: Replace logging with fmt.Println for language file loading errors in i18n module
* fix: Correct format string in error logging for language file loading in i18n module
* fix: Update language files and improve error handling in i18n module
* fix: Update Malay language file extension from .yml to .yaml and add new translations in i18n module
* fix: Improve error messages for language file loading in i18n module
* fix: Ensure cached database language is set correctly during i18n initialization
* fix: Enhance language detection in i18n module by using Accept-Language header