Multistepper steps improvement#1
Merged
kdembler merged 2 commits intokdembler:last-tweaksfrom May 26, 2021
Merged
Conversation
drillprop
commented
May 26, 2021
| ${media.small} { | ||
| grid-template-columns: 1fr 1fr 1fr; | ||
| width: 100%; | ||
| grid-template-columns: repeat(6, auto); |
Author
There was a problem hiding this comment.
We could set it to 5 also(3 steps, 2 chevrons) - not sure what looks better.
kdembler
added a commit
that referenced
this pull request
May 27, 2021
* wip * Pagination * Smooth pagination * Fix videoPreview Story * fix annoying glider lint warning * pagination onMouseEnter * fix types * Context menu callbacks * Draft message * Use random Id Time based id causes repetition in loops * Fix drafts type of any * Consistency with query node api * Draft test * Testing drafts rough * Remove draft feature * Channel dependant drafts * Draft logic * Make action bar fit the layout * Action bar * Cleaning hooks * Videos title not clickable when selecting * Video count from useVideos hook * Styles * Fixing queries * Video count query tweaks * moving folder * placeholder studio routing * cache * Draft provider around studio routes * isPublic query * Get all drafts from storage filter by channelId on return * fix query * Glider lint warning * Code review feedback and design updates * Pullup logic * Allow to fetch videos by publicness * Empty my videos screen * Studio layout * Component cleanup * Less videos per row * Fix video not fading in when swtiching categories on videos view * todo list * fix router * Cache pagination * Fetch fn * Mocked videos have isPublic field * staging channel id * No videos view * Trigger build * Cache and pagination * No videos uncomment * Unneeded styles * 4 rows of videos * Props * Capitalization * Uneeded styles * Empty videos view improvements * feedback * Dont forget about the drafts * HasAnyVideo var * Feedback * fc * wip preview transition * 0 index bases pagination * Offset limit pagination wip fix * CR fixes * Update src/views/studio/MyVideosView/MyVideosView.tsx Co-authored-by: Klaudiusz Dembler <accounts@kdembler.com> * cr * Has no videos var * useVideosPage * styles * Illustration empty videos view * Dont query when video is draft * Update src/views/studio/MyVideosView/MyVideosView.tsx Co-authored-by: Klaudiusz Dembler <accounts@kdembler.com> * cr * handle error * fix pagination (#1) * Videos read, type and edge case Co-authored-by: Klaudiusz Dembler <dev@kdembler.com> Co-authored-by: Klaudiusz Dembler <accounts@kdembler.com>
kdembler
pushed a commit
that referenced
this pull request
May 27, 2021
* multistepper steps improvement * more improvement
kdembler
pushed a commit
that referenced
this pull request
Dec 27, 2022
kdembler
pushed a commit
that referenced
this pull request
Apr 24, 2023
Ypp syncing integration (Joystream#3602)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I think it looks slightly better, wdyt?