UI/UX Expenses - Combined Category and Description Column with secondary text seperation and expanded Truncation of Description from 50 chars to 60 chars

This commit is contained in:
johnnyq
2025-05-28 18:08:08 -04:00
parent dcca93e34f
commit b7b24d7de6
2 changed files with 11 additions and 10 deletions

View File

@@ -214,7 +214,7 @@ $sql_categories = mysqli_query(
<span class="d-none d-xl-inline ml-2">View</span>
</button>
<div class="dropdown-menu">
<a class="dropdown-item " href="<?=htmlspecialchars('?' . http_build_query(array_merge($_GET, ['view' => 'list']))); ?>">List</a>
<a class="dropdown-item" href="<?=htmlspecialchars('?' . http_build_query(array_merge($_GET, ['view' => 'list']))); ?>">List</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item " href="<?=htmlspecialchars('?' . http_build_query(array_merge($_GET, ['view' => 'compact']))); ?>">Compact List</a>
<?php if ($status !== 'Closed') {?>