From f495c613241f95ee4bf10a54b3dc8d4ffb960b4b Mon Sep 17 00:00:00 2001 From: curly Date: Mon, 15 Jul 2024 17:37:39 -0600 Subject: transfers --- TODO | 3 +++ src/index.html | 7 ++++++- src/login.html | 2 +- src/main.css | 1 + src/main.js | 28 ++++++++++++++++++++++++---- src/register.html | 2 +- src/transfer.html | 6 +++--- 7 files changed, 39 insertions(+), 10 deletions(-) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..c088ae4 --- /dev/null +++ b/TODO @@ -0,0 +1,3 @@ +User Info editable name and password with save button +Token values and history graph on home +User home for token values \ No newline at end of file diff --git a/src/index.html b/src/index.html index 48f5123..330c493 100644 --- a/src/index.html +++ b/src/index.html @@ -4,7 +4,7 @@ - +
@@ -22,6 +22,11 @@
+
+

+ Welcome to POKO! Just a little server and web interface to exchange POKO tokens. +

+