-
Notifications
You must be signed in to change notification settings - Fork 159
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
Shortcut url followup #9908
Shortcut url followup #9908
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
29a9ded
to
ecf3e87
Compare
packages/web-pkg/src/composables/actions/files/useFileActionsOpenShortcut.ts
Outdated
Show resolved
Hide resolved
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.
LGTM 👍🏼 , but would be cool if you link the original issue in the description :)
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.
Woah dude. The UX feels so flawless. 💪 Found one issue: we didn't think about public links during concepting... 🤦 at least the search part should be disabled (don't even make the requests!) if in a public link...
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.
One more UX thing... when you do a right click on a .url
file, the action for following the url is sorted below the sharing options. I would have expected it at the very top (like every other file handler, e.g. Open in TextEditor
). Not sure though, if that's easily possible in the current state of web. For me also ok if you just open a followup issue.
Aaaand another conceptual issue, but that's definitely something for a followup: #9917 |
Not an issue to implement that ;) |
SonarCloud Quality Gate failed. 1 Bug 75.7% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
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.
🥳
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.
one thing found
* Shortcut url followup 2 * open in same window if is ocis uri * add more tests * add drop * Duplicate filename handling * Confirm modal with enter button * Add https in front of uri if missing * Fix file extension placement * Add unit test * Don't throw * Fix styling * Add search and fix unit tests * Add more tests * Change code comment * Add changelog item * Don't scope scss * Kick oc10 leftover * Fix space icon not shown * Refactor search * Fix unit tests * Refactor tests * React on code review * React on code review * Fix display Link to a file, shown if no search results * Lint
Description
Enhancement: Create shortcuts
We've added a new functionality to add to shortcuts to web, those can be created via the "+ New" context menu.
Users can enter URLs or pick a file via the drop down menu and create a '.url' file.
'.url' files can be opened via web or downloaded and opened on the desktop.
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks: