Commit 8cf4b07
committed
beacon: replace relays 'Writable' tab with 'Public' (online + writable + open)
Public = online AND acceptsEvents AND not requiresPayment AND not
requiresAuth — reachable + accepts events + open to anyone. Swaps in for
the less-meaningful Writable tab. Tabs: All / Online / Public / Paid / Auth.
- db: RELAY_FILTERS.public match; $facet count + counts key renamed.
- ui: tab label Writable -> Public.
Note: bounded by acceptsEvents, which only the prober's publish-test would
populate (not yet implemented) — so Public is a small, conservative set
until a publish-test pass lands. npm test 62/62.1 parent 8c284a0 commit 8cf4b07
2 files changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | | - | |
| 362 | + | |
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
| 124 | + | |
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
| |||
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
146 | | - | |
| 147 | + | |
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
| |||
152 | 153 | | |
153 | 154 | | |
154 | 155 | | |
155 | | - | |
| 156 | + | |
156 | 157 | | |
157 | 158 | | |
158 | 159 | | |
| |||
0 commit comments