feat: add tags support to entries

This commit is contained in:
thePR0M3TH3AN
2025-07-08 13:59:05 -04:00
parent 91bc241bbd
commit 66794946c7
10 changed files with 143 additions and 6 deletions

View File

@@ -42,6 +42,7 @@ def test_seed_phrase_determinism():
"word_count": 12,
"notes": "",
"archived": False,
"tags": [],
}
assert entry24 == {
@@ -52,6 +53,7 @@ def test_seed_phrase_determinism():
"word_count": 24,
"notes": "",
"archived": False,
"tags": [],
}
assert phrase12_a not in entry12.values()