Improve bucket details UI layout

This commit is contained in:
2025-11-30 21:19:35 +08:00
parent 6a31a9082e
commit 53326f4e41
5 changed files with 684 additions and 53 deletions

View File

@@ -1,7 +1,7 @@
"""Central location for the application version string."""
from __future__ import annotations
APP_VERSION = "0.1.2"
APP_VERSION = "0.1.3"
def get_version() -> str: