mirror of
https://github.com/status-im/status-react.git
synced 2025-02-26 17:41:03 +00:00
fixes #17103 ### Follow up from #16865 This commit focuses on enhancing the user experience by replacing our legacy skeleton loaders with the latest version. Additionally, it introduces a refined approach for deprecating outdated components and functions to maintain a cleaner codebase. ### Key Changes Replace existing skeleton loaders with the latest skeleton-list component for improved performance and usability. Implement a standardized deprecation method, using either naming conventions or metadata annotations, for phasing out old components and functions.