git ssb

16+

Dominic / patchbay



Commit 545298571be66be4f361b65df10a9ddbd073c492

/network : make default view show 1 day

mixmix committed on 12/1/2018, 9:09:47 AM
Parent: dd67652a2a492f8668f29984959b814c9e3cfe6d

Files changed

app/page/network.jschanged
app/page/network.jsView
@@ -31,9 +31,9 @@
3131 }
3232
3333 function networkPage (location) {
3434 const minsPerStep = 20
35- const scale = 7 * DAY
35 + const scale = 1 * DAY
3636
3737 const data = Dict({
3838 [toTimeBlock(Date.now(), minsPerStep) + minsPerStep * MINUTE]: 0,
3939 [toTimeBlock(Date.now(), minsPerStep) + minsPerStep * MINUTE - scale]: 0

Built with git-ssb-web