You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
π Native Recursive Search: Implemented a high-performance recursive search engine in Rust that allows searching through subdirectories with minimal CPU overhead.
π Real-time Search Indicators: Added a specialized status indicator in the UI showing "Searching...", "Indexing...", and real-time match counts.
π‘οΈ IPC Bridge Stability: Fixed race conditions and improved the reliability of the communication bridge between the search worker and the frontend.
β‘ UI Performance & File Operations
β‘ Instant UI updates for Search: Integrated removeItemsFromTabs to provide zero-latency UI removal when deleting or moving files within search results.
π Taskbar Progress Integration: Refined taskbar progress reporting for heavy indexing operations.
π Bug Fixes & Refinements
π‘οΈ Sidebar Pinned Folders: Fixed a critical bug where pinned folders could disappear after certain merges by implementing robust system path resolution.
π Stale Search Cleanup: Ensured that search states are correctly cleared when navigating between tabs or closing search views.