mirror of
https://github.com/seigler/monitor-dash-address
synced 2025-07-27 08:36:09 +00:00
publish: initial commit
generated from commit 61adc81b49b2bff514eae46f8c94e5cebf8f35fa
This commit is contained in:
commit
a8932536b1
5 changed files with 113 additions and 0 deletions
2
example/index.html
Normal file
2
example/index.html
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Demo: monitor a Dash address</title><script src="/index.js"></script><link rel="stylesheet" href="/styles.css"></head><body> <div data-dash-address-watch="XmGw5qrhtJcmp3qebCDg9aLZH4ugraeakx"></div>
|
||||||
|
</body></html>
|
107
index.js
Normal file
107
index.js
Normal file
File diff suppressed because one or more lines are too long
1
index.js.map
Normal file
1
index.js.map
Normal file
File diff suppressed because one or more lines are too long
2
styles.css
Normal file
2
styles.css
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[data-dash-address-watch]{display:inline-block;border:1px solid grey;padding:1em;width:30ch;border-radius:.25em;box-shadow:.5em .5em 1.5em -.5em #000}.dash-address-watch-label{position:absolute;font-size:.75em;margin-top:-1.75em;background-color:#fff}.dash-address-watch-status{text-transform:uppercase;font-size:.75em}.dash-address-watch-log>a{display:block}
|
||||||
|
/*# sourceMappingURL=/styles.css.map */
|
1
styles.css.map
Normal file
1
styles.css.map
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"version":3,"sources":["styles.css"],"names":[],"mappings":"AAAA,0BACE,oBAAqB,CACrB,qBAAsB,CACtB,WAAY,CACZ,UAAW,CACX,mBAAqB,CACrB,qCACF,CACA,0BACE,iBAAkB,CAClB,eAAiB,CACjB,kBAAmB,CACnB,qBACF,CACA,2BACE,wBAAyB,CACzB,eACF,CACA,0BACE,aACF","file":"styles.css","sourceRoot":"../src","sourcesContent":["[data-dash-address-watch] {\n display: inline-block;\n border: 1px solid gray;\n padding: 1em;\n width: 30ch;\n border-radius: 0.25em;\n box-shadow: 0.5em 0.5em 1.5em -0.5em black;\n}\n.dash-address-watch-label {\n position: absolute;\n font-size: 0.75em;\n margin-top: -1.75em;\n background-color: white;\n}\n.dash-address-watch-status {\n text-transform: uppercase;\n font-size: 0.75em;\n}\n.dash-address-watch-log > a {\n display: block;\n}\n"]}
|
Loading…
Add table
Add a link
Reference in a new issue