hashed-io / hashed-network-portal-ui

Vuejs Web Portal for the Hashed Network
https://hashed-portal-dev.hashed.systems
MIT License
0 stars 2 forks source link

Create New Branch from Dev and Apply Color and Style Changes for Wallet Page in the Portal based on New Design #135

Open jmgayosso opened 1 year ago

jmgayosso commented 1 year ago

Description

Create a new branch from the 'dev' branch and apply the necessary color and style changes to the wallet page in the portal based on the new design.

Task Description

  1. Create a new branch:

    • Create a new branch in the project repository based on the 'dev' branch.
    • Use a descriptive name for the new branch that reflects its purpose.
  2. Review the new design:

    • Familiarize yourself with the new design for the wallet page in the portal.
    • Identify the specific color schemes, typography, and other style elements used in the design.
  3. Apply color changes:

    • Update the relevant CSS or styling files for the wallet page to reflect the new color scheme.
    • Modify the existing color values or add new styles as required to match the design.
  4. Apply style changes:

    • Implement the style changes outlined in the new design, such as font styles, sizes, spacing, and layout adjustments.
    • Update the CSS rules or styling classes to match the desired style elements.
  5. Test and validate:

    • Perform testing to ensure that the color and style changes are applied correctly to the wallet page.
    • Verify that the wallet page matches the new design in terms of colors, typography, and layout.
    • Check for any visual inconsistencies or rendering issues and address them accordingly.
  6. Create a pull request:

    • Commit and push the changes to the new branch in the repository.
    • Create a pull request to merge the changes into the 'dev' branch.
    • Assign relevant team members for review and approval of the pull request.

Reason for Changes Creating a new branch and applying color and style changes based on the new design ensures that the wallet page in the portal aligns with the latest visual requirements. Updating the colors and styles to match the design enhances the overall aesthetic appeal and consistency of the portal. By creating a pull request, the changes can be reviewed and merged into the 'dev' branch, ensuring collaboration and maintaining code integrity.