Refactor Panel and StatusBar components by adding comments for clarity and improving accessibility with aria-labels

This commit is contained in:
ishikabhoyar
2025-03-30 01:59:12 +05:30
parent 697c4b8460
commit 48a14f674d
2 changed files with 24 additions and 8 deletions

View File

@@ -173,7 +173,7 @@ const Panel = ({
))}
<div className="panel-actions">
<button className="panel-action-btn">
{/* <button className="panel-action-btn">
<span className="current-terminal">node - frontend</span>
<ChevronDown size={16} />
</button>
@@ -182,7 +182,7 @@ const Panel = ({
</button>
<button className="panel-action-btn">
<Maximize2 size={16} />
</button>
</button> */}
<button className="panel-close-btn" onClick={onClose}>
<X size={16} />
</button>