Expand layout

This commit is contained in:
James Cole
2023-08-06 07:02:55 +02:00
parent ff737ae05e
commit d73c3476c8
9 changed files with 131 additions and 651 deletions

View File

@@ -90,7 +90,11 @@
</h3>
</div>
<div class="card-body p-0">
<table class="table table-sm">
<p class="text-center small" x-show="account.groups.length < 1">
TODO No transactions
</p>
<table class="table table-sm" x-show="account.groups.length > 0">
<tbody>
<template x-for="group in account.groups">
<tr>