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

replace spinner with skeleton #4744

Merged
merged 3 commits into from
Jan 22, 2024

Conversation

eshark9312
Copy link
Contributor

closes #4726

Copy link

vercel bot commented Jan 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
dao ✅ Ready (Inspect) Visit Preview Jan 22, 2024 2:54pm
pioneer-2 ✅ Ready (Inspect) Visit Preview Jan 22, 2024 2:54pm
pioneer-2-storybook ✅ Ready (Inspect) Visit Preview Jan 22, 2024 2:54pm

packages/ui/src/validators/components/ValidatorsList.tsx Outdated Show resolved Hide resolved
packages/ui/src/common/components/ListItemLoader.tsx Outdated Show resolved Hide resolved
@@ -134,6 +138,9 @@ const ResponsiveWrap = styled.div`
@media (min-width: 768px) {
max-width: calc(100vw - 48px);
}
@media (min-width: 1024px) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Small detail but it would be nice to progressively parameterize the media queries:

Suggested change
@media (min-width: 1024px) {
@media (min-width: ${BreakPoints.md}px) {

Copy link
Collaborator

@thesan thesan left a comment

Choose a reason for hiding this comment

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

LGTM!

@thesan thesan merged commit bab08f6 into Joystream:validators Jan 22, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants