-
Notifications
You must be signed in to change notification settings - Fork 100
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: redesigning home page #395
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.
great start!
but let's postpone the navbar changes until the page is ready
see here - #388
how I hide pages from the menu
<Title level={3}>{t('rides_history')}</Title> | ||
<Space direction="vertical" size="middle" style={{ marginBottom: '22px' }}> | ||
<Alert message={t('timestamp_list')} type="info" /> | ||
</Space> | ||
|
||
main |
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.
main |
<Route path="release" element={<iframe src="https://noam-gaash.co.il/databus/" />} /> | ||
<Route path="*" element={<RedirectToDashboard />} key="back" /> | ||
<Route path="*" element={<RedirectToHome />} key="back" /> | ||
main |
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.
main |
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.
you're doing great, thanks for merging with main
src/pages/homepage/HomePage.scss
Outdated
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.
an this file be removed?
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 removed? i need it for the styles
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 an empty file
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.
not for long :)
I'm closing this PR and opening a cleaner one. |
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 we're going to use that, please add an attribution section in bottom of the about page
This will be an ongoing PR for designing the new homepage.