AndrewSpeelman / recipe-book-angular

This is an angular front end to the Recipe Book application.
1 stars 0 forks source link

Fix layout of recipe screen and add instructions #11

Closed AndrewSpeelman closed 1 year ago

AndrewSpeelman commented 2 years ago

The layout doesn't make a ton of sense. The list of recipes should be aligned all the way to the left, so we have more room for the recpie-edit section. Also, lets add instructions to the page while doing this.

Accidentally did a little too much on #4 so let's just merge the two together.

AndrewSpeelman commented 1 year ago

Still need to figure out recipe.model.ts... I shouldn't have to define a type, just to house a string........ string interpolation says otherwise :(

AndrewSpeelman commented 1 year ago

Split the aforementioned issue to #14.