fix: Sorting by price to allow numbers with commas
All checks were successful
Build Docker / Build Image (push) Successful in 1m23s

This commit is contained in:
2025-06-17 15:54:35 +10:00
parent f966b421e2
commit 47b76cf159
25 changed files with 219 additions and 219 deletions

View File

@@ -20,7 +20,7 @@
<div class="row justify-content-center">
<div class="col-md-9 col-lg-12 col-xl-10">
<h1 class="text-center" style="color: var(--bs-danger);background: var(--bs-primary);">{{error}}</h1>
<div class="card shadow-lg o-hidden border-0 my-5">
<div class="card shadow-lg my-5 o-hidden border-0">
<div class="card-body p-0">
<div class="row">
<div class="col-lg-6 d-none d-lg-flex">
@@ -47,7 +47,7 @@ document.addEventListener("DOMContentLoaded", function () {
});
</script>
</div>
<div class="mb-3"><input class="form-control form-control-user" type="password" id="exampleInputPassword" placeholder="Password" name="password"></div><button class="btn btn-primary d-block btn-user w-100" type="submit">Login</button>
<div class="mb-3"><input class="form-control form-control-user" type="password" id="exampleInputPassword" placeholder="Password" name="password"></div><button class="btn btn-primary d-block w-100 btn-user" type="submit">Login</button>
<hr>
</form>
<div class="text-center"><a class="small" href="register">Create a wallet</a></div>