a cache for slack profile pictures and emojis

feat: add selection hover

dunkirk.sh 314173c6 29b74ffb

verified
+11 -3
+11 -3
src/dashboard.html
··· 333 333 display: none !important; 334 334 } 335 335 336 + .u-select { 337 + background: rgba(35, 134, 54, 0.2) !important; 338 + border: 1px solid rgba(35, 134, 54, 0.5) !important; 339 + } 340 + 336 341 @media (max-width: 768px) { 337 342 .dashboard { 338 343 padding: 0 1rem 1rem; ··· 572 577 width: width, 573 578 height: 280, 574 579 cursor: { 575 - drag: { x: true, y: false } 580 + drag: { x: true, y: false }, 581 + points: { 582 + size: 6, 583 + fill: (u, seriesIdx) => u.series[seriesIdx].stroke(), 584 + stroke: (u, seriesIdx) => u.series[seriesIdx].stroke(), 585 + } 576 586 }, 577 587 select: { 578 588 show: true, ··· 629 639 stroke: '#238636', 630 640 width: 2, 631 641 fill: 'rgba(35, 134, 54, 0.1)', 632 - points: { fill: '#238636', stroke: '#238636' }, 633 642 }, 634 643 { 635 644 label: 'Latency', ··· 637 646 stroke: 'rgba(249, 115, 22, 0.5)', 638 647 width: 1, 639 648 fill: 'rgba(249, 115, 22, 0.1)', 640 - points: { fill: 'rgba(249, 115, 22, 0.5)', stroke: 'rgba(249, 115, 22, 0.5)' }, 641 649 } 642 650 ], 643 651 hooks: {