From ca22cf9e05d4c1cf46bfecad1d637b5d9e5fe267 Mon Sep 17 00:00:00 2001 From: Myriad-Dreamin <35292584+Myriad-Dreamin@users.noreply.github.com> Date: Fri, 25 Jul 2025 18:31:35 +0800 Subject: [PATCH] feat: auto-hide presentation toolbar when not hovered (#1923) * docs: update changelog * feat: auto-hide presentation toolbar when not hovered * fix: grab state * fix: bugs --- editors/vscode/CHANGELOG.md | 2 ++ tools/typst-preview-frontend/index.html | 2 +- tools/typst-preview-frontend/src/drag.ts | 15 +++++++++++++-- .../typst-preview-frontend/src/styles/layout.css | 12 +++++++++--- 4 files changed, 25 insertions(+), 6 deletions(-) diff --git a/editors/vscode/CHANGELOG.md b/editors/vscode/CHANGELOG.md index 41e00a27..7eee0243 100644 --- a/editors/vscode/CHANGELOG.md +++ b/editors/vscode/CHANGELOG.md @@ -37,6 +37,7 @@ The changelog lines unspecified with authors are all written by the @Myriad-Drea ### Code Analysis * (Fix) Truncating value repr with 10MB limit in https://github.com/Myriad-Dreamin/tinymist/pull/1850 +* (Fix) Updated the docs link from `pattern` to `tiling` by @YDX-2147483647 in https://github.com/Myriad-Dreamin/tinymist/pull/1906 * Resolving definitions with dynamic analysis in https://github.com/Myriad-Dreamin/tinymist/pull/1904 ### Docstring @@ -64,6 +65,7 @@ The changelog lines unspecified with authors are all written by the @Myriad-Drea * Added flake.nix in https://github.com/Myriad-Dreamin/tinymist/pull/1843 * Removed debug symbol links in https://github.com/Myriad-Dreamin/tinymist/pull/1836 * Generating typlite, config reference markdown files in https://github.com/Myriad-Dreamin/tinymist/pull/1868, https://github.com/Myriad-Dreamin/tinymist/pull/1881, https://github.com/Myriad-Dreamin/tinymist/pull/1885, and https://github.com/Myriad-Dreamin/tinymist/pull/1886 +* Added software specification for LLM in https://github.com/Myriad-Dreamin/tinymist/pull/1917 and https://github.com/Myriad-Dreamin/tinymist/pull/1918 **Full Changelog**: https://github.com/Myriad-Dreamin/tinymist/compare/v0.13.14...v0.13.16 diff --git a/tools/typst-preview-frontend/index.html b/tools/typst-preview-frontend/index.html index 8e8e4170..5b4a9c73 100644 --- a/tools/typst-preview-frontend/index.html +++ b/tools/typst-preview-frontend/index.html @@ -163,7 +163,7 @@