-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: Improve UI and readability of panels in detail pages #717
Merged
janmichek
merged 24 commits into
develop
from
Improve-UI-and-readability-of-panels-in-detail-pages
May 30, 2024
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
33f806f
draft of detail panel rework
janmichek 78b50f2
reduce label font weight
janmichek 4c3f516
fix code style
janmichek 9bbd73e
adjust different transaction type tables
janmichek b4db86c
fix code style
janmichek 3d14da1
display id in separate row
janmichek 5f8db2e
improve panel styles
janmichek 7f99424
revert highlight label
janmichek 41dd9e8
fix hints
janmichek ac1241d
fix code style
janmichek f7db9ff
remove unused markup
janmichek 71085ef
unify code
janmichek f150d65
fix label width
janmichek 15cfc3c
parametrize detail column width
janmichek f6454ef
change slot name
janmichek d3864b8
fix typo
janmichek 896b56c
remove unused code
janmichek 518bb69
fix double label in account detail
janmichek 75450b0
fix microblock label positioning
janmichek d5568ee
remove unnecessary line break
janmichek fcee156
Update src/components/StateChannelDetailsPanel.vue
janmichek 8a5f367
fix spacing
janmichek 14d344d
move type to separate row
janmichek 8ce3e6e
fix labels in names details
janmichek File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ | |
@media (--desktop) { | ||
display: revert !important; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not related to issue. I renamed the slot names. Before was 'header' and 'heading'