-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First rudimentary version of the web UI #371
Commits on Aug 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8b2fb88 - Browse repository at this point
Copy the full SHA 8b2fb88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10c23ce - Browse repository at this point
Copy the full SHA 10c23ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84bf213 - Browse repository at this point
Copy the full SHA 84bf213View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bcf675 - Browse repository at this point
Copy the full SHA 7bcf675View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23edf87 - Browse repository at this point
Copy the full SHA 23edf87View commit details
Commits on Aug 19, 2023
-
Adopt mustache.js for client-side template rendering
- This allows reusing the JSON outputs from the server in CLI scripts
Configuration menu - View commit details
-
Copy full SHA for ceaa6ac - Browse repository at this point
Copy the full SHA ceaa6acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 938c596 - Browse repository at this point
Copy the full SHA 938c596View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ec6688 - Browse repository at this point
Copy the full SHA 8ec6688View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ab8bdf - Browse repository at this point
Copy the full SHA 4ab8bdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4baaee3 - Browse repository at this point
Copy the full SHA 4baaee3View commit details
Commits on Aug 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 49d8fa8 - Browse repository at this point
Copy the full SHA 49d8fa8View commit details
Commits on Aug 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 315ec64 - Browse repository at this point
Copy the full SHA 315ec64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d1f549 - Browse repository at this point
Copy the full SHA 3d1f549View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78fcf9f - Browse repository at this point
Copy the full SHA 78fcf9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6315a1d - Browse repository at this point
Copy the full SHA 6315a1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4981792 - Browse repository at this point
Copy the full SHA 4981792View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0b02c5 - Browse repository at this point
Copy the full SHA e0b02c5View commit details -
Make it more standard-compliant
- htmx does not allow disinheriting `hx-vals` attribute... :( (bigskysoftware/htmx#1119)
Configuration menu - View commit details
-
Copy full SHA for a0f563d - Browse repository at this point
Copy the full SHA a0f563dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b0876f - Browse repository at this point
Copy the full SHA 9b0876fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b06c896 - Browse repository at this point
Copy the full SHA b06c896View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2561edb - Browse repository at this point
Copy the full SHA 2561edbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c57ac8 - Browse repository at this point
Copy the full SHA 8c57ac8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 444b4db - Browse repository at this point
Copy the full SHA 444b4dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 495d3f4 - Browse repository at this point
Copy the full SHA 495d3f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d0c363 - Browse repository at this point
Copy the full SHA 4d0c363View commit details
Commits on Aug 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0eb13e3 - Browse repository at this point
Copy the full SHA 0eb13e3View commit details -
Reimplement task creation/termination chain logs for the webui
- Refactor and split out the "termui" and "webui" modules
Configuration menu - View commit details
-
Copy full SHA for 2646b84 - Browse repository at this point
Copy the full SHA 2646b84View commit details -
Fix the cancel command in termui
- Refine output of task traces in termui
Configuration menu - View commit details
-
Copy full SHA for ebf3dbd - Browse repository at this point
Copy the full SHA ebf3dbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34f84e4 - Browse repository at this point
Copy the full SHA 34f84e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d83ea75 - Browse repository at this point
Copy the full SHA d83ea75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64cd5dc - Browse repository at this point
Copy the full SHA 64cd5dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 816eb76 - Browse repository at this point
Copy the full SHA 816eb76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dbc04c - Browse repository at this point
Copy the full SHA 6dbc04cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7dc3db - Browse repository at this point
Copy the full SHA e7dc3dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c08c0e8 - Browse repository at this point
Copy the full SHA c08c0e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9449782 - Browse repository at this point
Copy the full SHA 9449782View commit details
Commits on Aug 26, 2023
-
Ensure correct event loops in test codes
- The command functions in termui.commands must explicitly use `self._ui_loop.create_task()` instead of `asyncio.create_task()` to ensure it spawns the inner async command functions inside the UI event loop. - `invoke_command()` in the test suite is updated to correctly create and wait `command_done_event` inside the UI event loop, instead of the pytest's temporary event loop.
Configuration menu - View commit details
-
Copy full SHA for 219d6bf - Browse repository at this point
Copy the full SHA 219d6bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d61f356 - Browse repository at this point
Copy the full SHA d61f356View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9e5181 - Browse repository at this point
Copy the full SHA b9e5181View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54c507b - Browse repository at this point
Copy the full SHA 54c507bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bf251f - Browse repository at this point
Copy the full SHA 6bf251fView commit details -
doc: Adopt the latest Sphinx and update some configs
- We need to rewrite the docs entirely, though...
Configuration menu - View commit details
-
Copy full SHA for 5189b48 - Browse repository at this point
Copy the full SHA 5189b48View commit details