-
Notifications
You must be signed in to change notification settings - Fork 90
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
issue #193: Profile page creation and a possible template #214
Conversation
* 'main' of https://github.com/VSciFlight/open-bus-map-search: Added Unit Test for Menu.tsx (#154) Added Localization support for About and Dashboard (#95) docs: update link to api repo at readme (#150) updated HbarChart style (#152) Reverse the timeline graph XAxis to be with 'ltr' orientation (#149) remove unnecessary console.log remove unnecessary console.log hotfix: operatorRefField (#142) [Bug] Fix GapsPatternsPage layout [Bug] Fix Dashboard Layout (also in Mobile) docs: better styling for testing instructions Test - use advanced HAR (#140) Add github lint workflow file (#141) Refactoring of the Sidebar component and its styling (#138) feat(useVehicleLocations): support operatorRef (#96) feat: auto complaint generation (#136) Create dependabot.yml (#135) Update package.json refactor: test commands
❌ Deploy Preview for astonishing-pothos-5f81bd failed.
|
<SideBar pages={PAGES} /> | ||
<Layout> | ||
<StyledContent> | ||
<StyledBody> | ||
<Routes> | ||
<Route path={PAGES[0].key} element={<DashboardPage />} /> | ||
<Route path={PAGES[1].key} element={<TimelinePage />} /> | ||
<Route path={PAGES[2].key} element={<GapsPage />} /> | ||
<Route path={PAGES[3].key} element={<GapsPatternsPage />} /> | ||
<Route path={PAGES[4].key} element={<RealtimeMapPage />} /> | ||
<Route path={PAGES[5].key} element={<SingleLineMapPage />} /> | ||
<Route path={PAGES[6].key} element={<About />} /> | ||
<Route path={'/profile'} element={<Profile />} /> | ||
<Route path="*" element={<RedirectToDashboard />} /> | ||
</Routes> | ||
</StyledBody> | ||
</StyledContent> | ||
</Layout> |
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.
I guess you didn't do it on purpose
anyway, when solving conflicts with the main branch, please prefer the coding style from the main branch
see this -
#186
what IDE you're using?
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.
VSCode
</tr> | ||
|
||
<tr> | ||
<td>אוטובוס אחרון</td> |
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.
using i18n
will be nicer
changed directory for the gaps component
Description
Added a profile page
things left to do:
screenshots