feat(quick-launch): implement Quick Launch widget#710
Merged
Conversation
Owner
amnweb
commented
Feb 11, 2026
- Added QuickLaunchWidget for user interaction, including a search bar and results display.
- Implemented asynchronous querying of providers for search results.
- Integrated file system watching to refresh app list on changes.
- Introduced a new parameter `dark_mode` to the PopupWidget class.
- Enhanced the AppListLoader to include .url files, allowing for better integration of applications like Steam games. - Updated filtering logic to ensure only relevant applications are loaded.
…documented API - Refactored the set_dark_mode function to utilize DwmSetWindowAttribute documented API.
- Added QuickLaunchWidget for user interaction, including a search bar and results display. - Implemented asynchronous querying of providers for search results. - Integrated file system watching to refresh app list on changes.
- Update the result execution logic to conditionally close the popup based on the execution result. - If the result should not close the popup, refresh the displayed results based on the current input.
- Updated recent app sorting to use last_used timestamp for better accuracy. - Removed unnecessary foreground window handling in QuickLaunchWidget. - Cleaned up unused variables and imports for improved code clarity.
- Updated the title in the ProviderResult to display only the emoji name. - Changed the icon character to show the emoji character instead of an empty string. - This improves the clarity of the emoji representation in the quick launch feature.
- Implement functionality to view active TCP/UDP connections using netstat.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.