-
-
Notifications
You must be signed in to change notification settings - Fork 11
754-feat: Short track #755
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
base: main
Are you sure you want to change the base?
Conversation
Lighthouse Report:
|
Lighthouse Report:
|
Lighthouse Report:
|
dev-data/courses.data.ts
Outdated
subTitle: null, | ||
descriptionUrl: COURSE_LINKS.SHORT_TRACK, | ||
altTitle: COURSE_TITLES.SHORT_TRACK, | ||
iconSrc: reactAngular, |
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.
Icon WO border. I remember we would like to remove all borders there, but I suppose we should remove them at the same time
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.
update icons
@@ -3,13 +3,17 @@ export const communicationText = { | |||
title: 'Communication', | |||
subTitle: 'Discord is the main communication channel in RS School', | |||
subTitleJs: 'RS School uses two main communication channels:', | |||
// subTitleST: 'RS School uses two main communication channels:', |
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.
Do we need it?
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.
Delete
firstParagraphFirstHalf: 'Here is link for the ', | ||
discordParagraphTextJs: ': Join the Discord server to see the latest news and chat with students.', | ||
discordParagraphTextJs: |
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 you adding a line break?
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.
it's prettier. Remove it
paragraph = | ||
path === 'shortTrack' ? 'The course program will consist of the following steps' : paragraph; | ||
|
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.
paragraph = | |
path === 'shortTrack' ? 'The course program will consist of the following steps' : paragraph; | |
paragraph = (path === 'shortTrack') | |
? 'The course program will consist of the following steps' | |
: paragraph; |
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.
If the linter left it as correct, should we fix it manually?
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.
this widget is not use more
Lighthouse Report:
|
Lighthouse Report:
|
β¦ course details
Lighthouse Report:
|
Lighthouse Report:
|
dev-data/faq.data.ts
Outdated
question: | ||
'ΠΡΠ»ΠΈ ΠΌΠ΅Π½Ρ Π²ΡΠ±Π΅ΡΡΡ Π½Π° ΠΊΡΡΡ Short Track, ΠΌΠΎΠ³Ρ Π»ΠΈ Ρ ΠΏΠ°ΡΠ°Π»Π»Π΅Π»ΡΠ½ΠΎ ΠΏΡΠΎΠ΄ΠΎΠ»ΠΆΠΈΡΡ ΠΎΠ±ΡΡΠ΅Π½ΠΈΠ΅ Π½Π° Stage #2 ΠΈ ΠΏΡΠΎΡ ΠΎΠ΄ΠΈΡΡ ΠΎΠ±Π° ΠΊΡΡΡΠ° ΠΎΠ΄Π½ΠΎΠ²ΡΠ΅ΠΌΠ΅Π½Π½ΠΎ?', | ||
answer: | ||
'ΠΠ΅Ρ, Π²Ρ Π½Π΅ ΠΌΠΎΠΆΠ΅ΡΠ΅ ΠΏΡΠΎΡ ΠΎΠ΄ΠΈΡΡ ΠΊΡΡΡ Short Track ΠΏΠ°ΡΠ°Π»Π»Π΅Π»ΡΠ½ΠΎ Ρ Π΄ΡΡΠ³ΠΈΠΌΠΈ ΠΊΡΡΡΠ°ΠΌΠΈ. ΠΠ°ΠΌ Π½ΡΠΆΠ½ΠΎ Π²ΡΠ±ΡΠ°ΡΡ ΠΎΠ΄ΠΈΠ½.', |
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.
Ρ Π±Ρ Π½Π΅ Π·Π°ΠΏΡΠ΅ΡΠ°Π» ΠΏΡΠΎΡ ΠΎΠ΄ΠΈΡΡ Π±Π΅Π· ΠΌΠ΅Π½ΡΠΎΡΠ° @dzmitry-varabei
Lighthouse Report:
|
Lighthouse Report:
|
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
What type of PR is this? (select all that apply)
Description
Related Tickets & Documents
Screenshots, Recordings
Please replace this line with any relevant images for UI changes.
Added/updated tests?
[optional] Are there any post deployment tasks we need to perform?
This PR was young and full of hope⦠in January

[optional] What gif best describes this PR or how it makes you feel?