fix: resolve leftover merge conflict markers in sidebar.ts

This commit is contained in:
m
2026-04-23 00:24:13 +02:00
parent a2d90be72d
commit 544149114c

View File

@@ -1,14 +1,8 @@
// Sidebar client-side behavior
// Hover expand with delay, pin toggle, mobile hamburger
<<<<<<< HEAD
import { initGlobalSearch } from "./search";
||||||| b06a040
=======
import { getChangelogSeen } from "./changelog-seen";
>>>>>>> mai/ritchie/what-s-new-changelog
const PIN_KEY = "paliad-sidebar-pinned";
const LEGACY_PIN_KEY = "patholo-sidebar-pinned";
@@ -27,12 +21,8 @@ function migrateLegacyPinKey(): void {
export function initSidebar() {
migrateLegacyPinKey();
initInviteModal();
<<<<<<< HEAD
initGlobalSearch();
||||||| b06a040
=======
initChangelogBadge();
>>>>>>> mai/ritchie/what-s-new-changelog
const sidebar = document.querySelector<HTMLElement>(".sidebar");
if (!sidebar) return;