From 8767b0ee0d33ab7a084b234d38f0e6021ee1797c Mon Sep 17 00:00:00 2001
From: Vivek Teega
Date: Fri, 21 Feb 2020 15:05:44 +0530
Subject: [PATCH] updating the latest UI changes
---
index.html | 2614 ++++++------
oldui.html | 11414 +++++++++++++++++++++++++++++++++++++++++++++++++
qrTEDx.html | 11416 ++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 24206 insertions(+), 1238 deletions(-)
create mode 100644 oldui.html
create mode 100644 qrTEDx.html
diff --git a/index.html b/index.html
index aca73ac..cbad25f 100644
--- a/index.html
+++ b/index.html
@@ -4,1189 +4,1300 @@
-
-
- Admin QR Scanner
+
+ TEDxKanke Ticket QR Scanner
-
+ #sign_in {
+ width: 24rem;
+ height: auto;
+ border-radius: 0.4rem;
+ }
+ #floating_btn {
+ margin: 1rem;
+ }
+ .hover {
+ -webkit-transition: background 0.3s ease;
+ transition: background 0.3s ease;
+ cursor: pointer;
+ }
+ .hover:hover {
+ background: rgba(var(--rgb-bw), 0.06);
+ }
+ .popup-container .popup {
+ width: auto;
+ -ms-flex-item-align: center;
+ -ms-grid-row-align: center;
+ align-self: center;
+ border-radius: 0.2rem;
+ }
+ #add_intern_popup, #add_project_popup, #create_branch, #post_update, #confirmation {
+ padding: 1rem;
+ width: 24rem;
+ }
+ #add_intern_popup button, #add_project_popup button, #create_branch button, #post_update button, #confirmation button {
+ margin-left: 0.5rem;
+ }
+ #add_intern_popup button:first-of-type, #add_project_popup button:first-of-type, #create_branch button:first-of-type, #post_update button:first-of-type, #confirmation button:first-of-type {
+ margin-left: auto;
+ }
+ #confirmation p {
+ margin: 1rem;
+ margin-bottom: 2rem;
+ }
+ }
+ /*# sourceMappingURL=main.css.map */
+
@@ -9823,10 +9949,10 @@
myFloID = floCrypto.getFloIDfromPubkeyHex(myPubKey)
// check if admin id
if (myFloID == 'FK8jQufKXEsDwEgmF8vVJqHXfm2boAesj7') {
- document.getElementById('floidTypeText').innerText = 'admin';
+ document.getElementById('floidTypeText').textContent = 'admin';
}
else {
- document.getElementById('floidTypeText').innerText = 'user';
+ document.getElementById('floidTypeText').textContent = 'user';
}
resolve('Login Credentials loaded successful')
}).catch(error => reject(error))
@@ -9923,18 +10049,6 @@
reactor.registerEvent("startUpErrorLog");
reactor.addEventListener("startUpErrorLog", log => console.error(log))
- function onLoadStartUp() {
-
- //floDapps.addStartUpFunction('Sample', Promised Function)
- //floDapps.setAppObjectStores({sampleObs1:{}, sampleObs2:{options{autoIncrement:true, keyPath:'SampleKey'}, Indexes:{sampleIndex:{}}}})
- floDapps.setCustomPrivKeyInput(myInput)
- floDapps.launchStartUp().then(result => {
- console.log(result)
- console.log(`Welcome FLO_ID: ${myFloID}`)
- document.getElementById('username').innerHTML = `Hi, there!
${myFloID}
`
- //App functions....
- }).catch(error => console.error(error))
- }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Settings
+
+ Account
+
+ This will delete all local data.
+
+
+
+
+
+
+
+
+
+
+
+