w3b3d3v / web3-bootcamp-platform

web3-bootcamp-platform.vercel.app
MIT License
52 stars 24 forks source link

Task description with Markdown #230

Closed nomadbitcoin closed 2 months ago

nomadbitcoin commented 3 months ago

We're aiming to enhance the Task card component with the following updates:

  1. Image Display:

    • Ensure that the image is properly displayed and aligned on the Task card.
  2. Description Formatting:

    • Implement react-markdown to render the task description, allowing for rich text formatting.
  3. Short Description View:

    • Introduce a "Short Description" field on the Task card. This will provide a brief overview of the task.
    • When the user clicks on the task, expand the view to reveal the full description.

Task Card Image

viniblack commented 3 months ago

I thought we'd follow onlydust's example, leave the title and to see the task description you need to click on see more.

Image

Image

viniblack commented 2 months ago

https://github.com/user-attachments/assets/aba2f20d-259f-4f7a-acf5-d16db8643fef

viniblack commented 2 months ago

PR