Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-06-19 16:11:31 +00:00
committed by GitHub
parent a1a4c47794
commit c954348ad1
13 changed files with 12 additions and 246 deletions

View File

@@ -37,7 +37,7 @@ const Ihateserverside: React.FC<IhateserversideProps> = ({ children }) => {
{/* Main Content Area */}
<div className="flex-1 flex overflow-hidden">
{isSidebarVisible && (
<div className="w-64 flex-shrink-0">
<div className="w-64 flex-shrink-0 border-r">
<Sidebar
playlists={playlists}
className="h-full overflow-y-auto"