[PR #5339] [CLOSED] feat(frontend): persist UI zoom (Ctrl/Cmd +/-, 0) via root CSS zoom #5413

Closed
opened 2026-06-05 15:21:17 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/5339
Author: @nehaaprasad
Created: 4/3/2026
Status: Closed

Base: masterHead: fix/font-not-conf


📝 Commits (1)

  • 37f5af0 feat(frontend): persist UI zoom (Ctrl/Cmd +/-, 0) via root CSS zoom

📊 Changes

2 files changed (+64 additions, -0 deletions)

View changed files

📝 frontend/src/App.jsx (+2 -0)
frontend/src/hooks/useUiZoom.js (+62 -0)

📄 Description

pull Request Type

[x] 🐛 fix (Bug fix)

Relevant Issues

resolves #5326

Description

Global zoom: Ctrl/Cmd +/− and 0, saved to localStorage.

Additional Information

  • Files: frontend/src/hooks/useUiZoom.js, frontend/src/App.jsx

Developer Validations

[ ] yarn lint & committed
[ ] Docs updated
[ ] Tested locally
[ ] Docker build


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/5339 **Author:** [@nehaaprasad](https://github.com/nehaaprasad) **Created:** 4/3/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix/font-not-conf` --- ### 📝 Commits (1) - [`37f5af0`](https://github.com/Mintplex-Labs/anything-llm/commit/37f5af039e1b9afea66c56d597f30ec5f7308852) feat(frontend): persist UI zoom (Ctrl/Cmd +/-, 0) via root CSS zoom ### 📊 Changes **2 files changed** (+64 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/App.jsx` (+2 -0) ➕ `frontend/src/hooks/useUiZoom.js` (+62 -0) </details> ### 📄 Description ### pull Request Type [x] 🐛 fix (Bug fix) ### Relevant Issues resolves #5326 ### Description Global zoom: Ctrl/Cmd +/− and 0, saved to localStorage. ### Additional Information - Files: frontend/src/hooks/useUiZoom.js, frontend/src/App.jsx ### Developer Validations [ ] yarn lint & committed [ ] Docs updated [ ] Tested locally [ ] Docker build --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 15:21:17 -04:00
yindo closed this issue 2026-06-05 15:21:17 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#5413