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

feat: [UEPR-90] Added new section to the ideas page #8873

Conversation

MiroslavDionisiev
Copy link
Contributor

@MiroslavDionisiev MiroslavDionisiev commented Nov 1, 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).
image
image
image

@@ -4,7 +4,11 @@
"ideas.headerButtonMessage": "Choose a tutorial",
"ideas.gettingStartedTitle": "Getting Started",
"ideas.gettingStartedText": "New to Scratch? Try the Getting Started tutorial.",
Copy link
Contributor

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

}
.tips-button {
display: flex;
flex-direction: row;
Copy link
Contributor

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?

@KManolov3 KManolov3 changed the base branch from develop to integration-branch-ux-12.2024 November 12, 2024 16:26
Comment on lines -38 to -41
.banner-button {
background-color: $ui-white;
color: $ui-aqua;
font-size: 1rem;
Copy link
Contributor

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).

Copy link
Contributor Author

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.

@MiroslavDionisiev MiroslavDionisiev merged commit 0cc1091 into scratchfoundation:integration-branch-ux-12.2024 Nov 14, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants