From 9d17b8929a02c244cb80f102f73ef170e6310cb6 Mon Sep 17 00:00:00 2001 From: Patrick Sun Date: Sat, 17 Oct 2020 06:17:26 +1100 Subject: [PATCH] transaction add has skeleton editor popup --- front-end/dashboard.html | 8 +- front-end/js/dashboard.js | 4 +- front-end/js/demo_data.js | 55 +++++++++++++ front-end/js/loan_add.js | 169 +++++++++++++++++++++++--------------- front-end/js/login.js | 6 +- front-end/loan_add.html | 1 + 6 files changed, 169 insertions(+), 74 deletions(-) create mode 100644 front-end/js/demo_data.js diff --git a/front-end/dashboard.html b/front-end/dashboard.html index 94a0b90..5827ed7 100644 --- a/front-end/dashboard.html +++ b/front-end/dashboard.html @@ -3,17 +3,21 @@ - + - + + + +