Skip to content

Comments

feat(quick-launch): implement Quick Launch widget#710

Merged
amnweb merged 8 commits intomainfrom
feature/quick-launch
Feb 12, 2026
Merged

feat(quick-launch): implement Quick Launch widget#710
amnweb merged 8 commits intomainfrom
feature/quick-launch

Conversation

@amnweb
Copy link
Owner

@amnweb 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.
@amnweb amnweb changed the title Feature/quick-launch feat(quick-launch): implement Quick Launch widget Feb 11, 2026
- 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.
@amnweb amnweb merged commit 5debd16 into main Feb 12, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant