Skip to content

Commit

Permalink
Improve next task UI by clearing. Fix docs bug
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Nov 8, 2024
1 parent f4d4187 commit 007f98b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/desktop/dmg/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Make a MacOS DMG

Weird node 20 workaround for this: https://github.com/sindresorhus/create-dmg/issues/243
Weird node 20 workaround for this: https://github.com/sindresorhus/create-dmg

Each time it should just be:

Expand Down
1 change: 1 addition & 0 deletions app/web_ui/src/routes/(app)/run/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
// Keep the input, but clear the response
response = null
run_complete = false
clear_all()
}
</script>

Expand Down

0 comments on commit 007f98b

Please sign in to comment.