feat(transaction): #66 implement transactions

This commit is contained in:
2025-05-14 23:34:52 +02:00
parent c9adb5e928
commit 1ffe3b3961
14 changed files with 342 additions and 302 deletions

View File

@@ -24,6 +24,16 @@ input:focus {
--font-shippori: "Shippori Mincho", sans-serif;
}
select,
::picker(select) {
appearance: none;
}
option {
appearance: none;
}
::picker(select) {
border: none;
}
/* Button */
.button {