Ticketing updates

- Client ticket view now defaults to showing Open tickets
- Client ticket view now has ability to quick filter between open/closed tickets
- Don't render modals for closed tickets (~6x performance boost 0.030 seconds before vs 0.005 seconds after) (we really need dynamic modals for ticketing!)
This commit is contained in:
Marcus Hill
2023-11-25 11:29:08 +00:00
parent c1d0a2368d
commit c0eb94efc3
4 changed files with 331 additions and 295 deletions

View File

@@ -41,4 +41,4 @@
//$time_end = microtime(true);
//$execution_time = ($time_end - $time_start);
//echo 'Total Execution Time: '.number_format((float) $execution_time, 10) .' seconds';
//echo '<h2>Total Execution Time: '.number_format((float) $execution_time, 10) .' seconds</h2>';