Skip to content

Commit

Permalink
resolving conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
satishchakma committed Aug 12, 2023
1 parent f70072f commit c0c3cdb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/common/playideas/playIdeas.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
}

.list-playideas .list-playideas-item .idea-desc {
flex-grow: 1;
flex-grow: 1;
flex-shrink: 0;
margin: 0.8rem 0;
font-size: var(--fs-sm);
Expand All @@ -164,7 +164,7 @@
}

.list-playideas .list-playideas-item .idea-level {
flex-grow: 0;
flex-grow: 0;
flex-shrink: 0;
margin: 1rem 0 0 0;
}
Expand Down Expand Up @@ -224,4 +224,4 @@
.list-playideas .list-playideas-item .idea-actions {
padding: 0 2rem;
}
}
}
3 changes: 2 additions & 1 deletion src/plays/react-transitions/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A Play to explain the Transitions in React using the useTransition Hook in React 18.

By default, all the sttate updates are Urgent and High-Priority in React. This
may cause issues when your application state is dealing with a huge list of
may cause issues when your application state is dealing with a huge list of
data. Some state updates can be marked as non-urgent and that's where the Transition comes in.

## Play Demographic
Expand All @@ -18,6 +18,7 @@ data. Some state updates can be marked as non-urgent and that's where the Transi
- Video: https://www.youtube.com/watch?v=UspVJPxYnQM

## Implementation Details

In this play, I've shown two modes of the same application.

The first mode is the regular one without any transition and the second mode
Expand Down

0 comments on commit c0c3cdb

Please sign in to comment.