Skip to content

Commit dc45a72

Browse files
committed
feat: Add CLI and test executables, adjust frontend layout, and update gitignore.
1 parent b92b53b commit dc45a72

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,5 @@ design-mockups
8989

9090
# Frontend node_modules (for Wails GUI)
9191
frontend/node_modules
92+
plans
93+
docs

dev-cleaner-cli

5.56 MB
Binary file not shown.

dev-cleaner-test

5.95 MB
Binary file not shown.

frontend/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function App() {
7878

7979
return (
8080
<ThemeProvider defaultTheme="system">
81-
<div className="flex h-screen flex-col overflow-hidden">
81+
<div className="flex h-screen flex-col overflow-hidden pt-[52px]">
8282
<Toolbar />
8383
<div className="flex flex-1 overflow-hidden">
8484
{/* Sidebar */}

0 commit comments

Comments
 (0)