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

fix(APP-3261): Truncate long link descriptions dashboard #1364

Closed
wants to merge 9 commits into from

Conversation

Barukimang
Copy link
Collaborator

@Barukimang Barukimang commented Jun 6, 2024

Description

Dashboard UI fix, bringing default displayed shown back from 3 to 2, see BEFORE and AFTER in the images below:

BEFORE
image

AFTER
image

Task: APP-3261

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

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 have tested my code on the test network.

@Barukimang Barukimang requested a review from thekidnamedkd June 6, 2024 10:31
@CLAassistant
Copy link

CLAassistant commented Jun 6, 2024

CLA assistant check
All committers have signed the CLA.

@Barukimang Barukimang closed this Jun 6, 2024
@Barukimang Barukimang force-pushed the fix/app-3261-long-link-description branch from f356db4 to d33caca Compare June 6, 2024 11:38
@Barukimang Barukimang reopened this Jun 6, 2024
Copy link
Contributor

@thekidnamedkd thekidnamedkd left a comment

Choose a reason for hiding this comment

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

Thanks @Barukimang! Left an alternative idea for your fix. Let me know what you think. 🫴🦋

Copy link
Contributor

@thekidnamedkd thekidnamedkd left a comment

Choose a reason for hiding this comment

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

LGTM :O)

@cgero-eth cgero-eth changed the title fix: APP-3261 - Truncate long link descriptions dashboard fix(APP-3261): Truncate long link descriptions dashboard Jul 1, 2024
@@ -202,45 +202,47 @@ export const HeaderDao: React.FC<HeaderDaoProps> = ({
<DetailsText>{daoType}</DetailsText>
</NetworkDetails>
</NetworkDetailsContainer>
<ActionWrapper>
Copy link
Member

Choose a reason for hiding this comment

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

@Barukimang The links should still be placed on the right side of the page, right?
Screenshot 2024-07-01 at 09 59 40

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Since these style changes introduced a new issue and this 🐛 was a tiny edge case to start with, closing this PR and submitting a new PR with the initial fix.

@Barukimang Barukimang closed this Jul 5, 2024
@cgero-eth cgero-eth deleted the fix/app-3261-long-link-description branch October 1, 2024 08:44
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.

4 participants