Skip to content
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

Minor UI feature requests for recipe card view #58

Open
1 of 3 tasks
eliotb opened this issue Oct 17, 2021 · 2 comments
Open
1 of 3 tasks

Minor UI feature requests for recipe card view #58

eliotb opened this issue Oct 17, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@eliotb
Copy link
Contributor

eliotb commented Oct 17, 2021

Expected Behavior

  • Ability to set the horizontal position of the division between the ingredients and the rest of the card. IMO the ingredients column is too narrow. Either by making the division draggable, or by a preferences setting somewhere.
  • Ability to set the default size of the recipe card view. IMO too small. Either remember what size it was resized to last time, or a preferences setting.
  • Have a button and/or key that will move to next/previous recipe, allowing one to "flick through the pages" of the (currently filtered) recipe book.
@cydanil
Copy link
Contributor

cydanil commented Oct 17, 2021

Thanks for your suggestions!

* Ability to set the horizontal position of the division between the ingredients and the rest of the card. IMO the ingredients column is too narrow.  Either by making the division draggable, or by a preferences setting somewhere.

This was also previously mentioned here: kirienko/gourmet#303 , where it's described how the current behaviour may be problematic as well.

* Ability to set the default size of the recipe card view. IMO too small. Either remember what size it was resized to last time, or a preferences setting.

This would make sense: the size is already saved, but not applied. I think it has to do with the way new recipe cards are created.
I should be able to address this rapidly.

* Have a button and/or key that will move to next/previous recipe, allowing one to "flick through the pages" of the (currently filtered) recipe book.  

This is would be nice indeed! It's difficult to achieve given the way the code structured, so I can't give an estimate on that one, but I'll keep it in mind.

@cydanil
Copy link
Contributor

cydanil commented Oct 17, 2021

Point 2, storing the size of the recipe card, is now done.
Let's see about keeping track of the ingredient page size.

@FriedrichFroebel FriedrichFroebel added the enhancement New feature or request label Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants