-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[TagLaunch] Add three optional app shortcuts at the top for quicker access to essential apps #4090
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Refactor shortcut removal confirmation to use a prompt.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds three customizable app shortcuts at the top of the Tag Launcher for quicker access to frequently used apps. Users can configure which apps appear in these shortcuts through a new settings page, providing a more efficient way to access their most-used applications without navigating through tag menus.
Key Changes:
- Added shortcuts configuration UI with left/center/right positioning in settings
- Implemented shortcut display row at the top of the main launcher menu
- Updated version to 0.09 and added new screenshot showing the feature
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 13 comments.
Show a summary per file
| File | Description |
|---|---|
| apps/taglaunch/settings.js | Adds shortcuts configuration menu with app selection and position management (left/center/right) |
| apps/taglaunch/app.js | Implements shortcut rendering in main menu and touch-based app launching with horizontal position detection |
| apps/taglaunch/metadata.json | Updates version to 0.09, modifies description to mention shortcuts, changes shortName, adds second screenshot |
| apps/taglaunch/README.md | Documents the new shortcuts feature and configuration options |
| apps/taglaunch/ChangeLog | Records version 0.09 with shortcuts feature addition |
| apps/taglaunch/screenshot2.png | New screenshot demonstrating the shortcuts feature (binary file) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Thanks! Tagging original author @nxdefiant for comment. |
|
Thanks for pinging me. If shortcuts are not used the behaviour is unchanged, so this fine with me (I'm a quicklaunch user). Btw: #2847 could have been nice for this. |
This PR, like the title says, adds 3 customizable shortcuts at the top for quick access to set apps, and a corresponding settings page to change/remove these shortcuts.