ooow / jewel-f

Jewel Front End
1 stars 0 forks source link

Implement AdCard for displaying ads #39

Closed ooow closed 5 years ago

ooow commented 5 years ago

View component renders ad in card with provided size(by default 250px). On image click -> moves to ad URL page(${host}/ad/${ad.id}). On author click -> moves to the main page(it will move to the author page in the future).

Result: https://drive.google.com/file/d/1HokoYqcPB3RjuNHppfqq8kmiDpgjUoPY/view Sailing result: https://drive.google.com/file/d/1jYEes9Cev6H2r3yaQzV1-hyOB-YjfDpn/view

This closes: #37