Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
--- <details open="true"><summary>Generated summary (powered by <a href="https://app.graphite.dev">Graphite</a>)</summary> > ## TL;DR > This pull request introduces a skeleton loading state for the sidebar toggle and recommended sections. This provides a better user experience by indicating that content is loading. > > ## What changed > Two new components, `ToggleSkeleton` and `RecommendedSkeleton`, were added to the sidebar. These components display a skeleton loading state when the client is not yet ready. The `Wrapper` component was also updated to include these new skeleton components. > > ## How to test > To test these changes, you can simulate a slow network connection or delay the server response. You should see the skeleton loading state in the sidebar before the actual content is loaded. > > ## Why make this change > This change improves the user experience by providing visual feedback when content is loading. This is particularly useful in situations where network latency is high or the server response is slow. </details>
- Loading branch information