CaraMcAvinchey / stem-and-leaf-blog

A plant care passion blog for my Full Stack Portfolio project. Built using Django and Bootstrap.
https://stem-and-leaf-blog.herokuapp.com/
2 stars 6 forks source link

USER STORY: OPEN A POST #8

Open CaraMcAvinchey opened 1 year ago

CaraMcAvinchey commented 1 year ago

As a site user, I can click on a post so that I can read the full article and find out more about plant care.

CaraMcAvinchey commented 1 year ago

Fix issue with data not rendering from view, adjust PlantDetail view:

Image

Image

Image

Image

CaraMcAvinchey commented 1 year ago

Fix alignment issue with text and icons using % margins:

Image

CaraMcAvinchey commented 1 year ago

Fix text formatting issue from summernote using admin panel (headings now use the correct font)

Image

CaraMcAvinchey commented 1 year ago

Fix issue with image sizing on smaller screen view:

Image

Removed previous css styling for masthead

Image

CaraMcAvinchey commented 1 year ago

Fix issue with likes and comments icons using d-flex justify-content-start on row div:

Image

CaraMcAvinchey commented 1 year ago

Fix issue with nav items hover state using media queries:

Image

Image

CaraMcAvinchey commented 1 year ago

Fix problem with likes and comments icons not placed next to each other using adjustment of <span> and <p> elements:

Image

Image

Image

CaraMcAvinchey commented 1 year ago

Restructure likes/comments counter for better user experience (less confusing):

Image

If user is logged in: Image

If user is logged out: Image