feat: inline permission prompt and improve TUI layout
- Render permission modal inline below log panel instead of floating CenteredModal overlay - Hide input area when permission prompt is active - Add dev:debug and dev:debug-brk scripts for Bun inspector debugging - Add background color to header to prevent content bleeding through - Add margin spacing between header and log panel - Change permission modal border to top-only for cleaner inline appearance
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
"dev": "bun src/index.ts",
|
||||
"dev:nobump": "bun scripts/build.ts && npm link",
|
||||
"dev:watch": "bun scripts/dev-watch.ts",
|
||||
"dev:debug": "bun --inspect=localhost:6499 src/index.ts",
|
||||
"dev:debug-brk": "bun --inspect-brk=localhost:6499 src/index.ts",
|
||||
"build": "bun scripts/build.ts",
|
||||
"sync-version": "bun scripts/sync-version.ts",
|
||||
"start": "bun src/index.ts",
|
||||
|
||||
Reference in New Issue
Block a user