-
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
82/burger #83
Conversation
Inject env vars during build
Have not applied this update to main.js since this will clash with the changes in #82 re alpine
Does this work for you at the moment? I encountered an error related to setting alt text on button icons in the login form, then when I commented out those lines it complained about an invalid React hook call? Edit: should have said this is when I click the Login button in the burger menu |
I am also getting the error when clicking the login - it should be showing a login dialog, shouldn't it? I'll have a go tomorrow |
A work around to not receiving the text messages is to get the lamda to print the code and get it from cloudwatch. I found the following errors doing this though:
|
using context for user, adding a welcome back dialog
</details> | ||
<div className="bm-item bm-links"> | ||
<a | ||
href="https://github.com/UCL/kapta-mobile" |
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.
Best practice would probably be to make this a build variable, but not a biggy.
src/UserContext.js
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.
If I close the browser then reload the page it's not showing me as logged in in the burger menu. The tokens are stored in localStorage though, so that mechanism to check on page load needs to be in place.
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.
ah ok
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.
have added it to the main menu component since that's where the button will display
const whatsappMapsUrl = | ||
"https://uclexcites.blog/2024/06/26/whatsapp-maps-connecting-users-and-producers-of-ground-information/"; | ||
const extremeCitizenUrl = "https://www.youtube.com/watch?v=IgQc7GQ1m_Y"; | ||
const marcosUrl = |
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 feel like there should be a better, structured way to organise contributor details so we can iterate over a list of objects and display name, role, link etc. Maybe one for another issue.
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.
have we opened another issue or not yet?
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.
Done #100
didn't quite work with amplify, so will redo the merge |
closes #82
also closes #90 , closes #91 , closes #97 ?