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 events table styling #4754

Merged
merged 5 commits into from
Jan 23, 2023
Merged

Conversation

ikem-legend
Copy link
Member

What was the problem?

This PR resolves #4735

How was it solved?

  • Updating the styles for the events table and surrounding wrapper

How was it tested?

Visually

eniolam1000752
eniolam1000752 previously approved these changes Jan 23, 2023
@ManuGowda ManuGowda requested review from ManuGowda and oskarleonard and removed request for oskarleonard and ManuGowda January 23, 2023 08:51
Copy link
Contributor

@ManuGowda ManuGowda left a comment

Choose a reason for hiding this comment

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

@ikem-legend @eniolam1000752 this shouldn't be a link when -

{id.length === 64 ? truncateTransactionID(id) : '-'}

when there is no transaction id, users shouldn't navigate/redirect, the - should be displayed

@@ -47,3 +47,8 @@ h1 {
.wrapper {
margin-bottom: 25px;
}

.content {
Copy link
Contributor

Choose a reason for hiding this comment

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

It would be nice if we could refactor away from important and be more fine grained with how important/fine grained a rule is. For example is this specific enough?

.wrapper {
  margin-bottom: 25px;

  & .content {
    padding-left: 0;
    padding-right: 0;
  }
}

oskarleonard
oskarleonard previously approved these changes Jan 23, 2023
@ManuGowda
Copy link
Contributor

Screenshot 2023-01-23 at 10 41 02 AM

Since name can be longer we can move the move them a bit more left?

Copy link
Contributor

@ManuGowda ManuGowda left a comment

Choose a reason for hiding this comment

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

Screenshot 2023-01-23 at 10 54 25 AM

Transaction details events UI is distorted

ManuGowda
ManuGowda previously approved these changes Jan 23, 2023
Copy link
Contributor

@ManuGowda ManuGowda left a comment

Choose a reason for hiding this comment

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

nice job

@ikem-legend ikem-legend requested a review from ManuGowda January 23, 2023 14:15
@ikem-legend ikem-legend merged commit d626c5f into feature/dpos-update Jan 23, 2023
@ikem-legend ikem-legend deleted the 4735-events-table-fix branch January 23, 2023 14:23
@ikem-legend ikem-legend removed the request for review from eniolam1000752 January 23, 2023 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

4 participants