Compare commits
3 Commits
codex/ios-
...
57a6287b2b
| Author | SHA1 | Date | |
|---|---|---|---|
| 57a6287b2b | |||
| fa429dcbb3 | |||
| 85f8d6b5f3 |
3
Tiltfile
3
Tiltfile
@@ -1,5 +1,8 @@
|
||||
update_settings(max_parallel_updates=4)
|
||||
|
||||
load('ext://dotenv', 'dotenv')
|
||||
dotenv() # defaults to .env in the current directory
|
||||
|
||||
local_resource(
|
||||
"server",
|
||||
cmd="npm ci --no-audit --no-fund",
|
||||
|
||||
@@ -74,11 +74,6 @@ struct SybilWorkspaceView: View {
|
||||
}
|
||||
.background(SybilTheme.background)
|
||||
.frame(maxWidth: .infinity, maxHeight: .infinity, alignment: .topLeading)
|
||||
.onChange(of: viewModel.isSending) { _, isSending in
|
||||
if !isSending, viewModel.showsComposer {
|
||||
composerFocused = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private var header: some View {
|
||||
|
||||
Reference in New Issue
Block a user