feat: Add Suggestion To Use Bulk URL Import #2852
Merged
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.
What type of PR is this?
(REQUIRED)
What this PR does / why we need it:
(REQUIRED)
One thing that's bugged me is that some of the "create recipe" options are hidden. You basically have to click on "Import Recipe" to get to the create page, then switch to the "hidden" one.
This PR makes it a bit easier for users to stumble upon the bulk URL importer. There are still two other "hidden" menu options (scraper debugger and .zip importer) but the former makes sense (most people won't use it, and those that will use it will find it) and the latter should be addressed along with #2802.
I originally considered putting the hidden options in the main sidebar, but I found it too cluttered, I like how simple it is currently.
Which issue(s) this PR fixes:
(REQUIRED)
Fixes #2928
Special notes for your reviewer:
(fill-in or delete this section)
If there's a better way to handle the hyperlink let me know. I used
href
because usingrouter-link
won't update the menu. I considered rigging up an emit so the parent component can handle it, but it seemed like more of a refactor than it was worth.Testing
(fill-in or delete this section)
Manually