chore(breadcrumb_badges/backlinks): display list of backlinks on click

This commit is contained in:
Elian Doran
2025-12-10 11:41:14 +02:00
parent 66008489c4
commit b03e6c3b19
3 changed files with 64 additions and 16 deletions

View File

@@ -355,7 +355,7 @@ function Backlinks({ note, isDefaultViewMode }: FloatingButtonContext) {
);
}
function BacklinksList({ note }: { note: FNote }) {
export function BacklinksList({ note }: { note: FNote }) {
const [ backlinks, setBacklinks ] = useState<BacklinksResponse>([]);
function refresh() {