Add persistent invoice template management

This commit is contained in:
2026-03-13 16:02:46 +01:00
parent ff237332e1
commit 490be6a89b
16 changed files with 1254 additions and 146 deletions

View File

@@ -1,3 +1,2 @@
export const USER_STORAGE_KEY = "muh.current-user";
export const AUTH_TOKEN_STORAGE_KEY = "muh.auth-token";
export const INVOICE_TEMPLATE_STORAGE_KEY = "muh.invoice-template";