-
Notifications
You must be signed in to change notification settings - Fork 0
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(nova): impl tutor card v1 in tutors page #247
Conversation
moalidv
commented
Dec 25, 2024
•
edited
Loading
edited
51189ce
to
f3395f4
Compare
f3395f4
to
5bdd48e
Compare
@@ -573,6 +576,7 @@ | |||
"labels.invoice.receipt.upload": "إرفاق الإيصال", | |||
"labels.litespace": "لايت سبيس", | |||
"labels.delete": "حذف", | |||
"labels.coming-soon": "قريبا 🎉", |
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 seems that there are more than one feature that will come in the next versions so I think it will be better to leave this id in the labels instead writing it many times in different places.
@@ -52,6 +75,7 @@ const Content: React.FC<{ | |||
onBook={() => openBookingDialog(tutor)} | |||
profileUrl={profileUrl} | |||
imageUrl={tutor.image ? asFullAssetUrl(tutor.image) : null} | |||
topics={topics} |
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.
topics={topics} | |
topics={tutor.topics} |
5bdd48e
to
2f8ecde
Compare
2f8ecde
to
ddd4fd2
Compare
|
||
type Tutor = Element<ITutor.FindOnboardedTutorsApiResponse["list"]>; | ||
|
||
const topics = [ |
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.
We can remove this.