From 136239aea43c2984e4cdc59a3a706cbb724c013f Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Fri, 21 Apr 2023 18:17:00 +0800 Subject: [PATCH] Contact add/edit screen + changes to view screen --- contact-edit.html | 45 ++++++++++++ contact-list.html | 130 +++++++++++++++++++++++++++++++++ contact-transact-time.html | 62 ++++++++++++++++ contact-view.html | 143 +++++++++++++++++++++++++++++++++++++ 4 files changed, 380 insertions(+) create mode 100644 contact-edit.html create mode 100644 contact-list.html create mode 100644 contact-transact-time.html create mode 100644 contact-view.html diff --git a/contact-edit.html b/contact-edit.html new file mode 100644 index 0000000..3e6d422 --- /dev/null +++ b/contact-edit.html @@ -0,0 +1,45 @@ + + + + [New/Edit] Contact - Kickstarter for Time + + + + + + + + + + + + + + +
+ +
+

+ + + + [New/Edit] Contact +

+
+ +
+ + + + +
+ + + + +
+
+
+ + + \ No newline at end of file diff --git a/contact-list.html b/contact-list.html new file mode 100644 index 0000000..a0e4553 --- /dev/null +++ b/contact-list.html @@ -0,0 +1,130 @@ + + + + Contacts - Kickstarter for Time + + + + + + + + + + + + + + + + + +
+ +

Your Contacts

+ + +
+ + +
+ + + + + + + + + + + + + + +
+ + + \ No newline at end of file diff --git a/contact-transact-time.html b/contact-transact-time.html new file mode 100644 index 0000000..d63bf8f --- /dev/null +++ b/contact-transact-time.html @@ -0,0 +1,62 @@ + + + + Give/Request Time - Kickstarter for Time + + + + + + + + + + + + + + +
+ +
+

+ + + + [Give/Request] Time +

+
+ + +
+
+
+

From

+

You

+
+ +
+

To

+

User Two

+
+
+ + +
+ + hours +
+ + + +
+ + +
+
+ + +
+ + + \ No newline at end of file diff --git a/contact-view.html b/contact-view.html new file mode 100644 index 0000000..4cc05fd --- /dev/null +++ b/contact-view.html @@ -0,0 +1,143 @@ + + + + View Contact - Kickstarter for Time + + + + + + + + + + + + + + + + + +
+ +
+

+ + + + + + View Contact +

+
+ + +
+
+

User One

+
did:ethr:0x000Ee5654b9742f6Fe18ea970e32b97ee2247B51
+
+
+ + + + + + + + + +
+

Transaction Totals

+ +
+
+

Total Time

+

+ + 8,888 + + 888 +

+
+
+

Unconfirmed

+

+ + 88 + + 8 +

+
+
+
+ + +
+

Transaction History

+ +
    +
  • + 8888-88-88 88:88 + 4h +
  • + +
  • + 8888-88-88 88:88 + Confirm 0.5h +
  • + +
  • + 8888-88-88 88:88 + 4h +
  • + +
  • + 8888-88-88 88:88 + 2.5h +
  • +
+
+ +

Contact Options

+ + + + Edit Contact + + +
+ + + \ No newline at end of file