-
Notifications
You must be signed in to change notification settings - Fork 857
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: [UEPR-90] Added new section to the ideas page #8873
feat: [UEPR-90] Added new section to the ideas page #8873
Conversation
src/views/ideas/l10n.json
Outdated
@@ -4,7 +4,11 @@ | |||
"ideas.headerButtonMessage": "Choose a tutorial", | |||
"ideas.gettingStartedTitle": "Getting Started", | |||
"ideas.gettingStartedText": "New to Scratch? Try the Getting Started tutorial.", |
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.
Can we remove unused translations from here, if there are any
src/views/ideas/ideas.scss
Outdated
} | ||
.tips-button { | ||
display: flex; | ||
flex-direction: row; |
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.
Isn't row the default direction?
.banner-button { | ||
background-color: $ui-white; | ||
color: $ui-aqua; | ||
font-size: 1rem; |
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.
Were these styles intentionally removed? ideas.jsx
still references this class (line 104).
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.
Yes, the intent for this task was to redesign the header as well but the content team delayed providing some links so we will handle it separately.
0cc1091
into
scratchfoundation:integration-branch-ux-12.2024
Jira Ticket:
UEPR-90
Changes:
Added new sections to ideas page, removed old ones, changed the page component from class to functional one.
Test Coverage:
Please show how you have added tests to cover your changes or describe how you have tested the changes (include a screenshot if possible).