Closed habemuscode closed 2 years ago
Can you resolve the merge conflicts before I review?
I split up the changes in three commits. The middle one is the most important one.
947126a
only fixes formatting. It is not interesting.ed528dc
applies the real changes, here you can see how it should work2930a6c
does a lot of renaming from dish
to pizza
, and some minor changes. It creates a large diff, so I did not want to include it right away, but it is not really that interesting.You should maybe run the code and check if the user flow is what you're expecting it to be.
@KnorpelSenf I revert the changes but appear in diff because the .editorconfig
(indent_size = 4) are applied and previously was committed without.
User flow
/start
and a list of dishes appears. It's just anInline Keyboard
with one button per dishInline Keyboard
is removed and appears a photo with some empty caption and anotherInline Keyboard
to manage paginations, add to favorites, or other actions