Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
5ad74d0b21
feat: unify API requests by introducing ApiService; update AuthService and AccountPage to use the new service for API calls; standardize ThemeProvider storageKey
e484251787
feat: implement Account page and ThemeProvider; refactor App component and sidebar navigation
d0f8f13c86
Refactor UI components: Simplify Input and Label components, add Separator, Sheet, and Skeleton components; enhance Sidebar with new context and hooks for mobile support; remove old SidebarContext; implement Tooltip functionality.
23a7a7eda3
feat: restructure sidebar component and update imports in AppLayout
75a76e33fe
feat: enhance layout and sidebar functionality with new PageHeader and SidebarContext