Skip to content

Added multiselection for categories and keywords to recipe editor #402

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

Merged

Conversation

seyfeb
Copy link
Collaborator

@seyfeb seyfeb commented Nov 19, 2020

This PR adds a NC-styled Multiselect element for keywords and categories for faster insertion.

There is some collision with PR #386 but only for the keyword and category selection, which should be replaced by this one if accepted.

Closes #313 although for the future we might want to consider adding something similar for selecting ingredients, keywords, and tools as mentioned in the issue

@seyfeb seyfeb force-pushed the feature/addedMultiselectToRecipeEdit branch from 272457c to 2aecbec Compare November 19, 2020 18:54
@seyfeb
Copy link
Collaborator Author

seyfeb commented Nov 19, 2020

@sam-19 Could you have a look at this? This PR touches only frontend parts.

@christianlupus christianlupus requested a review from sam-19 December 6, 2020 17:53
Copy link
Collaborator

@christianlupus christianlupus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From my perspective, this looks good. I just checked in a dev environment.

@sam-19
Copy link
Contributor

sam-19 commented Dec 12, 2020

This is a good change. I don't have time to properly test it in a dev setting, but don't see anything apparently wrong with the changes. See my comment about using an implicit value prop in #386.

@seyfeb seyfeb force-pushed the feature/addedMultiselectToRecipeEdit branch from 2aecbec to aeed020 Compare December 12, 2020 14:14
@codecov
Copy link

codecov bot commented Dec 12, 2020

Codecov Report

Merging #402 (4f59f1c) into master (66f8023) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##             master    #402   +/-   ##
========================================
  Coverage      0.92%   0.92%           
  Complexity      410     410           
========================================
  Files            13      13           
  Lines          1300    1300           
========================================
  Hits             12      12           
  Misses         1288    1288           
Flag Coverage Δ Complexity Δ
integration 0.00% <ø> (ø) 0.00 <ø> (ø)
unittests 0.92% <ø> (ø) 0.00 <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@christianlupus christianlupus force-pushed the feature/addedMultiselectToRecipeEdit branch from aeed020 to 9934bc2 Compare December 21, 2020 10:38
@christianlupus christianlupus merged commit 5f0cbbb into nextcloud:master Dec 21, 2020
@seyfeb seyfeb deleted the feature/addedMultiselectToRecipeEdit branch December 30, 2020 12:19
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.

Improved category selection for recipes
3 participants