feat: add new /add/ endpoint for quickly adding new transactions

This commit is contained in:
Herculino Trotta
2025-01-24 22:50:39 -03:00
parent 9c4ba3a6de
commit 0857b44fc3
5 changed files with 113 additions and 3 deletions
+7 -1
View File
@@ -363,7 +363,13 @@ PWA_APP_SPLASH_SCREEN = [
]
PWA_APP_DIR = "ltr"
PWA_APP_LANG = "en-US"
PWA_APP_SHORTCUTS = []
PWA_APP_SHORTCUTS = [
{
"name": "New Transaction",
"url": "/add/",
"description": "Add new transaction",
}
]
PWA_APP_SCREENSHOTS = [
{
"src": "/static/img/pwa/splash-750x1334.png",