diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2024-07-23 13:18:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-23 13:18:54 +0100 |
| commit | f8c963c7d668fc57680f25413f20bc207d4bf64a (patch) | |
| tree | c7f952ddc0220cded24f5447d03b3bff46fb1d45 /ui/backend/src/db.rs | |
| parent | fix(themes): Restore default theme, refactor (#2294) (diff) | |
| download | atuin-f8c963c7d668fc57680f25413f20bc207d4bf64a.zip | |
feat(gui): clean up home page, fix a few bugs (#2304)
* wip home screen changes
* more
* adjust
* fixes and things
* patch runbook pty check
Diffstat (limited to 'ui/backend/src/db.rs')
| -rw-r--r-- | ui/backend/src/db.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/backend/src/db.rs b/ui/backend/src/db.rs index 56d422ab..b08d8ebe 100644 --- a/ui/backend/src/db.rs +++ b/ui/backend/src/db.rs @@ -36,7 +36,7 @@ pub struct GlobalStats { pub last_30d: u64, } -#[derive(Serialize)] +#[derive(Serialize, Debug)] pub struct UIHistory { pub id: String, /// When the command was run. |
