-
Notifications
You must be signed in to change notification settings - Fork 433
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
feature: refactor and add banner to storybook #1467
Conversation
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.
@Azanul to do detail review
@@ -35,7 +35,7 @@ function useGithubStarBanner() { | |||
useEffect(() => { | |||
const shouldDisplayBanner = checkLocalStorageForBannerStatus(); | |||
|
|||
if (shouldDisplayBanner !== 'false' && router.query.view) { | |||
if (true) { |
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.
why are we making this true?
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.
My apologies – I used this for some last-minute testing.
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.
LGTM
@Azanul please review the frontend changes! I saw the working and overview looks good to me
@AvineshTripathi Please approve the PR if everything looks |
Problem
1243
Changes Made
Screenshots
Checklist
Reviewers
@Traxmaxx @Azanul @AllieMendes @mlabouardy