refactor: moved "Add track" button from bottom TrackControl to top-left-spacer for better discoverability

This commit is contained in:
Xiaohan-Tian
2026-04-08 19:15:01 -07:00
parent b1f11a2d34
commit 58cb4cebef
5 changed files with 101 additions and 116 deletions
-3
View File
@@ -4,7 +4,6 @@ import { useProjectStore } from './stores/projectStore';
import { useGlobalKeyboardHandler } from './hooks/useGlobalKeyboardHandler';
import Toolbar from './components/Toolbar';
import StatusBar from './components/StatusBar';
import TrackControl from './components/TrackControl';
import MainContent from './components/MainContent';
import InstrumentSelection from './components/InstrumentSelection';
import ChatBox from './components/ChatBox';
@@ -135,8 +134,6 @@ function App() {
<ChatBox isVisible={showChatBox && !showSettings} />
</div>
{/* Track Control */}
<TrackControl />
{/* Status Bar */}
<StatusBar />