3 Commits

Author SHA1 Message Date
df26d33740 optimize history display 2024-04-30 21:47:03 -04:00
152600cc7d cleanup 2024-04-30 21:46:56 -04:00
de937fb502 Update README.md 2024-04-30 20:37:47 -04:00
4 changed files with 4 additions and 5 deletions

View File

@ -1,8 +1,7 @@
# autopve
## Demo
COMING SOON
[autopve_demo.webm](https://github.com/natankeddem/autopve/assets/44515217/1133abe2-97b4-421d-b33f-a833f8b6c904)
## Information

View File

@ -371,4 +371,4 @@ class JsonEditor(ui.json_editor):
def __init__(self, properties: Dict, *, on_select: Optional[Callable] = None, on_change: Optional[Callable] = None) -> None:
super().__init__(properties, on_select=on_select, on_change=on_change)
self.classes("jse-theme-dark")
self.tailwind.height("[640px]").width("[640px]")
self.tailwind.height("[320px]").width("[640px]")

View File

@ -84,7 +84,7 @@ class History(Tab):
el.JsonEditor(properties=properties)
with ui.tab_panel(response_tab):
response = e.args["data"]["response"]
ui.code(response).tailwind.height("[640px]").width("[640px]")
ui.code(response).tailwind.height("[320px]").width("[640px]")
with el.WRow() as row:
row.tailwind.height("[40px]")

View File

@ -1,7 +1,7 @@
version: "3.8"
services:
bale:
autopve:
image: ghcr.io/natankeddem/autopve:latest
ports:
- 8080:8080