feat: filter and group history entries

This commit is contained in:
Liyas Thomas
2022-10-30 17:05:32 +05:30
parent 79ada82223
commit 2f4c39d310
36 changed files with 450 additions and 59 deletions

View File

@@ -176,7 +176,7 @@ a {
.tippy-box[data-theme="popover"] {
@apply flex flex-col;
@apply max-h-48;
@apply max-h-56;
@apply items-stretch;
@apply overflow-y-auto;
@apply bg-popover;