Commit ca7396a
committed
fix(ui): search, live empty-row, SDK badge, log separators, explorer links
Six reported dashboard bugs:
1. public search: filter logic was trapped inside the debounce timeout so
typing did nothing for 250ms — now filterAndSort/renderPage run synchronously
per keystroke; only the server ?q re-fetch stays debounced.
2. /live empty line under header: th had both border-bottom AND a box-shadow
divider (with border-spacing:0 4px → two lines). Dropped the border-bottom.
3+4. admin results table: removed the cosmetic per-row SDK badge (truncated in a
54px col, mismatched the header) + its <col>/<th> from both header tables;
merged proto into Transport. Kept the separate "Other SDKs" verify column.
5. live-log separators '='.repeat(80)/'─'.repeat(80) → repeat(32) (summary.txt's
repeat(60) left alone — it's a file artifact, not the live log).
6. clicking a sent/sentnode address opens explorer.sentinel.co/address/<addr> in
a new tab across all three dashboards, without breaking existing copy buttons.
Test suite green (188/31/45/35).1 parent b93d397 commit ca7396a
4 files changed
Lines changed: 38 additions & 31 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
624 | 624 | | |
625 | 625 | | |
626 | 626 | | |
627 | | - | |
628 | | - | |
629 | 627 | | |
630 | 628 | | |
631 | 629 | | |
| |||
1019 | 1017 | | |
1020 | 1018 | | |
1021 | 1019 | | |
1022 | | - | |
1023 | | - | |
| 1020 | + | |
1024 | 1021 | | |
1025 | 1022 | | |
1026 | 1023 | | |
| |||
1035 | 1032 | | |
1036 | 1033 | | |
1037 | 1034 | | |
1038 | | - | |
1039 | 1035 | | |
1040 | 1036 | | |
1041 | 1037 | | |
| |||
1055 | 1051 | | |
1056 | 1052 | | |
1057 | 1053 | | |
1058 | | - | |
1059 | | - | |
| 1054 | + | |
1060 | 1055 | | |
1061 | 1056 | | |
1062 | 1057 | | |
| |||
1919 | 1914 | | |
1920 | 1915 | | |
1921 | 1916 | | |
1922 | | - | |
| 1917 | + | |
| 1918 | + | |
| 1919 | + | |
| 1920 | + | |
1923 | 1921 | | |
1924 | 1922 | | |
1925 | 1923 | | |
| |||
1978 | 1976 | | |
1979 | 1977 | | |
1980 | 1978 | | |
| 1979 | + | |
| 1980 | + | |
| 1981 | + | |
1981 | 1982 | | |
1982 | 1983 | | |
1983 | | - | |
1984 | | - | |
1985 | 1984 | | |
1986 | 1985 | | |
1987 | 1986 | | |
| |||
2020 | 2019 | | |
2021 | 2020 | | |
2022 | 2021 | | |
2023 | | - | |
2024 | | - | |
| 2022 | + | |
2025 | 2023 | | |
2026 | 2024 | | |
2027 | 2025 | | |
| |||
3721 | 3719 | | |
3722 | 3720 | | |
3723 | 3721 | | |
3724 | | - | |
| 3722 | + | |
3725 | 3723 | | |
3726 | 3724 | | |
3727 | 3725 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
579 | 579 | | |
580 | 580 | | |
581 | 581 | | |
582 | | - | |
| 582 | + | |
583 | 583 | | |
584 | | - | |
| 584 | + | |
585 | 585 | | |
586 | 586 | | |
587 | 587 | | |
588 | | - | |
| 588 | + | |
589 | 589 | | |
590 | 590 | | |
591 | 591 | | |
| |||
1232 | 1232 | | |
1233 | 1233 | | |
1234 | 1234 | | |
1235 | | - | |
| 1235 | + | |
1236 | 1236 | | |
1237 | 1237 | | |
1238 | 1238 | | |
| |||
1313 | 1313 | | |
1314 | 1314 | | |
1315 | 1315 | | |
1316 | | - | |
| 1316 | + | |
1317 | 1317 | | |
1318 | 1318 | | |
1319 | 1319 | | |
| |||
1393 | 1393 | | |
1394 | 1394 | | |
1395 | 1395 | | |
1396 | | - | |
| 1396 | + | |
1397 | 1397 | | |
1398 | 1398 | | |
1399 | 1399 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
352 | | - | |
353 | 352 | | |
354 | 353 | | |
355 | 354 | | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
356 | 358 | | |
357 | 359 | | |
358 | 360 | | |
| |||
1099 | 1101 | | |
1100 | 1102 | | |
1101 | 1103 | | |
1102 | | - | |
| 1104 | + | |
| 1105 | + | |
| 1106 | + | |
1103 | 1107 | | |
1104 | 1108 | | |
1105 | 1109 | | |
| |||
2591 | 2595 | | |
2592 | 2596 | | |
2593 | 2597 | | |
2594 | | - | |
| 2598 | + | |
2595 | 2599 | | |
2596 | 2600 | | |
2597 | 2601 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1384 | 1384 | | |
1385 | 1385 | | |
1386 | 1386 | | |
1387 | | - | |
| 1387 | + | |
1388 | 1388 | | |
1389 | 1389 | | |
1390 | 1390 | | |
| |||
2334 | 2334 | | |
2335 | 2335 | | |
2336 | 2336 | | |
| 2337 | + | |
| 2338 | + | |
2337 | 2339 | | |
2338 | 2340 | | |
2339 | 2341 | | |
| |||
2629 | 2631 | | |
2630 | 2632 | | |
2631 | 2633 | | |
| 2634 | + | |
| 2635 | + | |
| 2636 | + | |
| 2637 | + | |
| 2638 | + | |
| 2639 | + | |
| 2640 | + | |
| 2641 | + | |
| 2642 | + | |
| 2643 | + | |
2632 | 2644 | | |
2633 | | - | |
2634 | | - | |
2635 | | - | |
2636 | | - | |
2637 | | - | |
2638 | | - | |
2639 | | - | |
2640 | | - | |
| 2645 | + | |
2641 | 2646 | | |
2642 | 2647 | | |
2643 | 2648 | | |
| |||
0 commit comments