Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| df26d33740 | |||
| 152600cc7d | |||
| de937fb502 |
@ -1,8 +1,7 @@
|
|||||||
# autopve
|
# autopve
|
||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
|
[autopve_demo.webm](https://github.com/natankeddem/autopve/assets/44515217/1133abe2-97b4-421d-b33f-a833f8b6c904)
|
||||||
COMING SOON
|
|
||||||
|
|
||||||
## Information
|
## Information
|
||||||
|
|
||||||
|
|||||||
@ -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:
|
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)
|
super().__init__(properties, on_select=on_select, on_change=on_change)
|
||||||
self.classes("jse-theme-dark")
|
self.classes("jse-theme-dark")
|
||||||
self.tailwind.height("[640px]").width("[640px]")
|
self.tailwind.height("[320px]").width("[640px]")
|
||||||
|
|||||||
@ -84,7 +84,7 @@ class History(Tab):
|
|||||||
el.JsonEditor(properties=properties)
|
el.JsonEditor(properties=properties)
|
||||||
with ui.tab_panel(response_tab):
|
with ui.tab_panel(response_tab):
|
||||||
response = e.args["data"]["response"]
|
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:
|
with el.WRow() as row:
|
||||||
row.tailwind.height("[40px]")
|
row.tailwind.height("[40px]")
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
version: "3.8"
|
version: "3.8"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
bale:
|
autopve:
|
||||||
image: ghcr.io/natankeddem/autopve:latest
|
image: ghcr.io/natankeddem/autopve:latest
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
|
|||||||
Reference in New Issue
Block a user