SFU-Blueprint / Pedals

Apache License 2.0
2 stars 0 forks source link

/export Frontend Implementation #73

Closed dangminhduc1101 closed 3 weeks ago

dangminhduc1101 commented 1 month ago

Problem

The front end of the export page does not match the desired design.

Expected design

See Figma

Instructions

  1. Pull the latest changes from the develop branch.
  2. Start the server by running npm run dev (if necessary, navigate to the src/ folder and run npm ci first). Navigate to localhost:3000/export
  3. Modify the code to align with the design. Make sure to utilize global components located in @/components/ and relevant utility functions and constants in @/utils/ as needed.
  4. Submit a pull request and tag @dangminhduc1101 for review.
qvd808 commented 3 weeks ago

@dangminhduc1101 Updated the front end for export page. The design is based on Figma. Let's me know if there is any issue