Merge branch 'dev'
This commit is contained in:
commit
8acbb1971e
|
|
@ -2515,6 +2515,7 @@
|
||||||
import { RStackMi } from "@shared/components/rstack-mi";
|
import { RStackMi } from "@shared/components/rstack-mi";
|
||||||
import { RStackSpaceSettings } from "@shared/components/rstack-space-settings";
|
import { RStackSpaceSettings } from "@shared/components/rstack-space-settings";
|
||||||
import { RStackHistoryPanel } from "@shared/components/rstack-history-panel";
|
import { RStackHistoryPanel } from "@shared/components/rstack-history-panel";
|
||||||
|
import { RStackCommentBell } from "@shared/components/rstack-comment-bell";
|
||||||
import { rspaceNavUrl } from "@shared/url-helpers";
|
import { rspaceNavUrl } from "@shared/url-helpers";
|
||||||
|
|
||||||
// Expose URL helper globally (matches shell.js)
|
// Expose URL helper globally (matches shell.js)
|
||||||
|
|
@ -2530,6 +2531,7 @@
|
||||||
RStackMi.define();
|
RStackMi.define();
|
||||||
RStackSpaceSettings.define();
|
RStackSpaceSettings.define();
|
||||||
RStackHistoryPanel.define();
|
RStackHistoryPanel.define();
|
||||||
|
RStackCommentBell.define();
|
||||||
|
|
||||||
// ── Settings & history panel toggle (same as shell.ts) ──
|
// ── Settings & history panel toggle (same as shell.ts) ──
|
||||||
document.getElementById("settings-btn")?.addEventListener("click", () => {
|
document.getElementById("settings-btn")?.addEventListener("click", () => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue