Commit 7faee0c
committed
block-filters: hide labitbu chip outside mint window; default OTS on
- Labitbu gate now hides the chip on every view that isn't a block
inside the historical mint window. Mempool / cluster / Next Block
views (blockHeight = null) previously kept the chip visible; no new
labitbu tx will ever land in the mempool so the chip is pure noise
there. Flipped from "show if null OR in-window" to "show only if
explicitly in-window".
- OpenTimestamps chip is now selected by default. ordpool_ots was
the only Ordpool Flag missing from activeGoggles$.filters; users
shouldn't have to opt in to see OTS commits on the block-overview
graph out of the box.
- Re-sync filters on disabledFilters change. The activeGoggles$
subscription runs once in ngOnInit before [blockHeight] flows in,
so any filter that started disabled (labitbu by default, since
blockHeight starts null) was pruned from activeFilters and never
came back when the gate later opened. Extracted the subscribe-body
into applyActiveGoggles() and call it again whenever
excludeFilters / blockHeight change.1 parent 34434a0 commit 7faee0c
2 files changed
Lines changed: 28 additions & 14 deletions
Lines changed: 27 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
| 46 | + | |
56 | 47 | | |
57 | 48 | | |
58 | 49 | | |
| |||
66 | 57 | | |
67 | 58 | | |
68 | 59 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
73 | 66 | | |
74 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
75 | 86 | | |
| 87 | + | |
| 88 | + | |
76 | 89 | | |
77 | 90 | | |
78 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| 250 | + | |
250 | 251 | | |
251 | 252 | | |
252 | 253 | | |
| |||
0 commit comments