From a84d604d38dd2ede621439986698f661d954ab57 Mon Sep 17 00:00:00 2001 From: 7w1 Date: Fri, 13 Mar 2026 23:08:13 -0500 Subject: [PATCH 1/4] Update fix-badge-positioning.md --- .changeset/fix-badge-positioning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/fix-badge-positioning.md b/.changeset/fix-badge-positioning.md index a6d3e50cd..55bb41b5d 100644 --- a/.changeset/fix-badge-positioning.md +++ b/.changeset/fix-badge-positioning.md @@ -1,5 +1,5 @@ --- -'default': patch +default: patch --- Fix badge positioning and alignment across all sidebar components From 00b7fe47c20a4126704e5e51df236b57b4fef125 Mon Sep 17 00:00:00 2001 From: 7w1 Date: Fri, 13 Mar 2026 23:08:49 -0500 Subject: [PATCH 2/4] Update fix-notification-handling.md --- .changeset/fix-notification-handling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/fix-notification-handling.md b/.changeset/fix-notification-handling.md index 537a1d520..4fda39cd5 100644 --- a/.changeset/fix-notification-handling.md +++ b/.changeset/fix-notification-handling.md @@ -1,5 +1,5 @@ --- -'default': patch +default: patch --- Fix notification handling with null safety and improved logic From ec39a832d27bd939b018cb3a48a19d6124c1c6d0 Mon Sep 17 00:00:00 2001 From: 7w1 Date: Fri, 13 Mar 2026 23:09:22 -0500 Subject: [PATCH 3/4] Update fix-ui-bugs.md --- .changeset/fix-ui-bugs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/fix-ui-bugs.md b/.changeset/fix-ui-bugs.md index 63ae872ae..52b14d1d3 100644 --- a/.changeset/fix-ui-bugs.md +++ b/.changeset/fix-ui-bugs.md @@ -1,5 +1,5 @@ --- -'default': patch +default: patch --- Fix reaction clicks, zoom persistence, and empty message rendering From f57bffaff4ac623ec29d45352acd599d24ae604a Mon Sep 17 00:00:00 2001 From: 7w1 Date: Fri, 13 Mar 2026 23:09:41 -0500 Subject: [PATCH 4/4] Update perf-sliding-sync.md --- .changeset/perf-sliding-sync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/perf-sliding-sync.md b/.changeset/perf-sliding-sync.md index 48dd8aa39..9554a206f 100644 --- a/.changeset/perf-sliding-sync.md +++ b/.changeset/perf-sliding-sync.md @@ -1,5 +1,5 @@ --- -'default': minor +default: minor --- Optimize sliding sync with progressive loading and improved timeline management