Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP feat(APP-3508): Remove title and description props from ProposalVoting module component #327

Closed
wants to merge 5 commits into from

Conversation

thekidnamedkd
Copy link
Contributor

@thekidnamedkd thekidnamedkd commented Oct 30, 2024

Description

Remove heading + desc from 'ProposalVoting' terminal

Task: APP-3508

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist:

  • I have selected the correct base branch.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • Any dependent changes have been merged and published in downstream modules.
  • I ran all tests with success and extended them if necessary.
  • I have updated the CHANGELOG.md file in the root folder of the package after the [UPCOMING] title and before
    the latest version.

@thekidnamedkd thekidnamedkd changed the title WIP feat(APP-3508): Remove heading + desc from 'ProposalVoting' terminal feat(APP-3508): Remove heading + desc from 'ProposalVoting' terminal Oct 31, 2024
@cgero-eth cgero-eth changed the title feat(APP-3508): Remove heading + desc from 'ProposalVoting' terminal feat(APP-3508): Remove title and description props from ProposalVoting module component Oct 31, 2024
<Heading size="h2">{title}</Heading>
<p className="text-base font-normal leading-normal text-neutral-500">{description}</p>
</div>
<Card className={classNames('flex w-full flex-col overflow-hidden', className)} {...otherProps}>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The full component alignment with the new design can be done later, but without the title and description the component looks off. We can probably update the paddings and gap to have a better temporary version of the component
Screenshot 2024-11-04 at 15 50 42

@cgero-eth
Copy link
Contributor

Moving to WIP to double check with product if we should push this temporary design now or if we can postpone these changes to have the proper implementation later

@cgero-eth cgero-eth changed the title feat(APP-3508): Remove title and description props from ProposalVoting module component WIP feat(APP-3508): Remove title and description props from ProposalVoting module component Nov 4, 2024
@cgero-eth
Copy link
Contributor

Closing as current implementation is okay for now and we'll use the APP-3508 ticket to update the UI with the new designs

@cgero-eth cgero-eth closed this Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants