diff --git a/FireWalletBrowser.bsdesign b/FireWalletBrowser.bsdesign index ae4e7da..dab157a 100644 Binary files a/FireWalletBrowser.bsdesign and b/FireWalletBrowser.bsdesign differ diff --git a/main.py b/main.py index b19ebce..5dc8331 100644 --- a/main.py +++ b/main.py @@ -1045,12 +1045,12 @@ def settings(): info = gitinfo.get_git_info() branch = info['refs'] - if branch == "main": - branch = "" + if branch != "main": + branch = f"({branch})" last_commit = info['author_date'] # import to time from format "2024-02-13 11:24:03" last_commit = datetime.datetime.strptime(last_commit, "%Y-%m-%d %H:%M:%S") - version = f'{last_commit.strftime("%y-%m-%d")} ({branch})' + version = f'{last_commit.strftime("%y-%m-%d")} {branch}' return render_template("settings.html", account=account,sync=account_module.getNodeSync(), error=error,success=success,version=version) diff --git a/templates/auctions.html b/templates/auctions.html index 0896ff2..8a37c71 100644 --- a/templates/auctions.html +++ b/templates/auctions.html @@ -146,12 +146,14 @@ - - + + + + - {{domainsMobile | safe}} + {{domains | safe}}
Domain{{sort_domain}}Expires{{sort_expiry}}Domain{{sort_domain}}State{{sort_state}}Bid{{sort_price}}
diff --git a/templates/search.html b/templates/search.html index 9510ff3..32e01a5 100644 --- a/templates/search.html +++ b/templates/search.html @@ -66,8 +66,9 @@
-

{{domain}}/{{next}}

-
{{state}}
+

{{domain}}/{{next}}

+

{{domain}}/

{{next}}

+

{{state}}
Owner: {{owner}}
ManageAuction