fix: bug fixes (#2201)

* fix(editor): hide transclusion borders and reset spacing in read-only mode

* feat(share): add full width toggle for shared pages

* feat(share): support resizing sidebar on shared pages

* fix: auto redirect if there is only one SSO provider.
- fix tighten sso redirect
- fix share tree margin

* sync

* package overrides
This commit is contained in:
Philip Okugbe
2026-05-14 02:54:00 +01:00
committed by GitHub
parent cea9be7926
commit 299a9ca3c8
15 changed files with 696 additions and 822 deletions
+5 -4
View File
@@ -104,8 +104,8 @@
"ws": "8.20.0",
"dompurify": "3.4.1",
"tmp": "0.2.5",
"hono": "4.12.14",
"mermaid": "11.13.0",
"hono": "4.12.18",
"mermaid": "11.15.0",
"nanoid@^3": "3.3.8",
"socket.io-parser": "4.2.6",
"serialize-javascript": "7.0.3",
@@ -131,9 +131,10 @@
"@xmldom/xmldom": "0.8.13",
"handlebars": "4.7.9",
"axios": "1.16.0",
"langsmith": "0.5.19",
"langsmith": "0.7.0",
"follow-redirects": "1.16.0",
"protobufjs": "7.5.5"
"protobufjs": "7.5.6",
"ip-address": "10.1.1"
},
"neverBuiltDependencies": []
}