Added paging to accounts table

This commit is contained in:
2025-03-02 20:45:44 -05:00
parent d06d421d03
commit 7c3b462651
14 changed files with 266 additions and 67 deletions

View File

@@ -53,6 +53,9 @@ body {
button {
cursor: pointer;
}
button:disabled {
cursor: default;
}
nav {
position: fixed;