- Removed unnecessary internationalization support code from various pages to streamline components.
- Standardized the import statements for async components to improve readability.
- Updated SEO metadata structure for consistency across pages, ensuring dynamic titles and descriptions are properly formatted.
- Enhanced overall code organization for better maintainability and clarity.
- Implemented structured data for SEO using schema.org to improve search engine visibility.
- Updated global loading state management to ensure smoother transitions and prevent flickering during hydration.
- Enhanced Nuxt configuration for better SSR handling and removed pre-rendering to maintain HTML consistency.
- Added site metadata and icons for improved PWA support and user experience.
- Refined loading styles and component structure for better responsiveness and accessibility.
- Introduced a global loading state management system to control page loading behavior and prevent scrolling during loading.
- Added fade-in and fade-out animations for loading transitions.
- Implemented a reusable SEO setup composable to standardize SEO metadata across various pages, improving accessibility and search engine optimization.
- Updated multiple pages to utilize the new SEO setup, ensuring dynamic titles and descriptions based on user locale.
- Removed the deprecated myhome page and adjusted routing accordingly.
- Adjusted font sizes and margins in the financial information components to be responsive based on viewport size.
- Standardized date formatting for filing dates to improve localization support across different languages.
- Added support for dynamic SEO titles and descriptions based on the user's locale for improved accessibility and search engine optimization.
- Updated various pages including annual reports, board of directors, business services, and more to utilize localized SEO content.
- Enhanced user experience by ensuring relevant information is presented according to the selected language.