[PR #763] [MERGED] Permit auto-refocus for win32 systems to prevent dead inputs on alert… #3485

Closed
opened 2026-02-22 18:33:53 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/763
Author: @timothycarambat
Created: 2/20/2024
Status: Merged
Merged: 2/20/2024
Merged by: @timothycarambat

Base: desktopHead: desktop-refocus-win32


📝 Commits (1)

  • 6948c0e Permit auto-refocus for win32 systems to prevent dead inputs on alert/confirms

📊 Changes

13 files changed (+78 additions, -12 deletions)

View changed files

📝 frontend/src/components/Modals/MangeWorkspace/Documents/Directory/FileRow/index.jsx (+3 -0)
📝 frontend/src/components/Modals/MangeWorkspace/Documents/Directory/FolderRow/index.jsx (+3 -0)
📝 frontend/src/components/Modals/MangeWorkspace/Settings/index.jsx (+5 -1)
📝 frontend/src/components/Sidebar/ActiveWorkspaces/ThreadContainer/ThreadItem/index.jsx (+6 -1)
📝 frontend/src/ipc/node-api.js (+5 -0)
📝 frontend/src/pages/Admin/Invitations/InviteRow/index.jsx (+6 -1)
📝 frontend/src/pages/Admin/Logging/index.jsx (+6 -1)
📝 frontend/src/pages/Admin/Users/UserRow/index.jsx (+10 -2)
📝 frontend/src/pages/Admin/Workspaces/WorkspaceRow/index.jsx (+6 -1)
📝 frontend/src/pages/GeneralSettings/ApiKeys/ApiKeyRow/index.jsx (+6 -1)
📝 frontend/src/pages/GeneralSettings/Chats/ChatRow/index.jsx (+6 -1)
📝 frontend/src/pages/GeneralSettings/EmbedChats/ChatRow/index.jsx (+6 -1)
📝 frontend/src/pages/GeneralSettings/EmbedConfigs/EmbedRow/index.jsx (+10 -2)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Resolve windows issue where after a confirmation dialog was show all inputs would appear to be dead and not-focus.

https://github.com/electron/electron/issues/31917


🔄 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/763 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 2/20/2024 **Status:** ✅ Merged **Merged:** 2/20/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `desktop` ← **Head:** `desktop-refocus-win32` --- ### 📝 Commits (1) - [`6948c0e`](https://github.com/Mintplex-Labs/anything-llm/commit/6948c0ebb44d59719d2998bc2f90db6e7df092e3) Permit auto-refocus for win32 systems to prevent dead inputs on alert/confirms ### 📊 Changes **13 files changed** (+78 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/Modals/MangeWorkspace/Documents/Directory/FileRow/index.jsx` (+3 -0) 📝 `frontend/src/components/Modals/MangeWorkspace/Documents/Directory/FolderRow/index.jsx` (+3 -0) 📝 `frontend/src/components/Modals/MangeWorkspace/Settings/index.jsx` (+5 -1) 📝 `frontend/src/components/Sidebar/ActiveWorkspaces/ThreadContainer/ThreadItem/index.jsx` (+6 -1) 📝 `frontend/src/ipc/node-api.js` (+5 -0) 📝 `frontend/src/pages/Admin/Invitations/InviteRow/index.jsx` (+6 -1) 📝 `frontend/src/pages/Admin/Logging/index.jsx` (+6 -1) 📝 `frontend/src/pages/Admin/Users/UserRow/index.jsx` (+10 -2) 📝 `frontend/src/pages/Admin/Workspaces/WorkspaceRow/index.jsx` (+6 -1) 📝 `frontend/src/pages/GeneralSettings/ApiKeys/ApiKeyRow/index.jsx` (+6 -1) 📝 `frontend/src/pages/GeneralSettings/Chats/ChatRow/index.jsx` (+6 -1) 📝 `frontend/src/pages/GeneralSettings/EmbedChats/ChatRow/index.jsx` (+6 -1) 📝 `frontend/src/pages/GeneralSettings/EmbedConfigs/EmbedRow/index.jsx` (+10 -2) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [x] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs Resolve windows issue where after a confirmation dialog was show all inputs would appear to be dead and not-focus. https://github.com/electron/electron/issues/31917 --- <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-02-22 18:33:53 -05:00
yindo closed this issue 2026-02-22 18:33:53 -05:00
yindo changed title from [PR #763] Permit auto-refocus for win32 systems to prevent dead inputs on alert… to [PR #763] [MERGED] Permit auto-refocus for win32 systems to prevent dead inputs on alert… 2026-06-05 15:13:39 -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#3485