-
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
feat: create line profile page #216
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
changed directory for the gaps component
✅ Deploy Preview for astonishing-pothos-5f81bd ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
…us-map-search into profile_page_1 * 'profile_page_1' of https://github.com/VSciFlight/open-bus-map-search: issue #193: Profile page creation and a template
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.
Good work 🙏
}) | ||
{ | ||
return ( | ||
<div className="chart"> |
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.
please split to smaller sub components
…us-map-search into profile_page_1 * 'profile_page_1' of https://github.com/VSciFlight/open-bus-map-search: chore: upgrade linter (#217) test: improve dashboard and single-line tests (#192) ci: publish storybook (#213)
…us-map-search into profile_page_1 * 'profile_page_1' of https://github.com/VSciFlight/open-bus-map-search: Slack link update (#225) issue #205: GitHub repo link (#221) #issue 187 lazy load - dynamic import (#218)
i need some explanation please, if i want to access the profile page, where should be a link leading to it? |
@shootermv there isn't a link at this point due work in progress. you can access the profile page at "/profile" |
@VSciFlight have you seen the linter output? |
…us-map-search into profile_page_1 * 'profile_page_1' of https://github.com/VSciFlight/open-bus-map-search: another fix, praying to work successfully
So, I have made changes to the page and left the modules that don't crash (for now) or having issues with them. |
…us-map-search into profile_page_1 * 'profile_page_1' of https://github.com/VSciFlight/open-bus-map-search: Replace sort by date and remove reversed (#237)
Description
Added a profile page accessible only by the path of '/profile'
things left to do:
screenshots