diff --git a/README.md b/README.md index d864b13d..011a7b28 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ ## What's new in this fork +### 2026-06-25 โ€” Resizable sidebar + +The scripts sidebar can now be resized: drag the handle on its right edge to set +the width (between 220 and 600 px), or double-click the handle to reset it to the +default 300 px. The chosen width is persisted in `localStorage`. + ### 2026-06-25 โ€” Search in script output The output panel now has a find bar (search icon in the "Output" header): type to diff --git a/web-src/src/common/components/AppLayout.vue b/web-src/src/common/components/AppLayout.vue index 8f6d69ea..aa13b708 100644 --- a/web-src/src/common/components/AppLayout.vue +++ b/web-src/src/common/components/AppLayout.vue @@ -1,8 +1,14 @@