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)) - } diff --git a/oldui.html b/oldui.html new file mode 100644 index 0000000..aca73ac --- /dev/null +++ b/oldui.html @@ -0,0 +1,11414 @@ + + + + + + + + + Admin QR Scanner + + + + + + + + + + + + + + + + + + + + + +
+ Message + +
+ + +
+
+ +
+ + + +
+ +
+

Select Venues

+ + + + +
+ +
+

Settings

+
+

Account

+

+

This will delete all local data.

+ +
+
+

Dark mode

+
+ + Automatic
+ Dark mode active : 6pm - 6am +
+ +
+
+ Manual
+ Dark mode +
+ +
+
+
+

About

+
Version 1.0.0
+ +
Powered by
+ + + + + + + + + + + + + +
+
+
+ + + + + + + + + \ No newline at end of file diff --git a/qrTEDx.html b/qrTEDx.html new file mode 100644 index 0000000..f06d4db --- /dev/null +++ b/qrTEDx.html @@ -0,0 +1,11416 @@ + + + + + + + + + Admin QR Scanner + + + + + + + + + + + + + + + + + + + + + + +
+ Message + +
+ + +
+
+ +
+ + + +
+ +
+

Select Venues

+ + + + +
+ +
+

Settings

+
+

Account

+

+

This will delete all local data.

+ +
+
+

Dark mode

+
+ + Automatic
+ Dark mode active : 6pm - 6am +
+ +
+
+ Manual
+ Dark mode +
+ +
+
+
+

About

+
Version 1.0.0
+ +
Powered by
+ + + + + + + + + + + + + +
+
+
+ + + + + + + + + \ No newline at end of file