UI: Show hints of BitNode documentation and allow opening it in BitVerse (#2513)

This commit is contained in:
catloversg
2026-02-19 01:08:53 +07:00
committed by GitHub
parent f7483243fd
commit 8f77dc2df0
6 changed files with 111 additions and 67 deletions
+1 -1
View File
@@ -313,7 +313,7 @@ export function SidebarRoot(props: { page: Page }): React.ReactElement {
const li_classes = useMemo(() => ({ root: classes.listitem }), [classes.listitem]);
const ChevronOpenClose = open ? ChevronLeftIcon : ChevronRightIcon;
// Explicitily useMemo() to save rerendering deep chunks of this tree.
// Explicitly useMemo() to save rerendering deep chunks of this tree.
// memo() can't be (easily) used on components like <List>, because the
// props.children array will be a different object every time.
return (