-
Notifications
You must be signed in to change notification settings - Fork 28
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
[Frontend] Fixes a bug with the QR code modal being able to be toggled via the connect wallet button #41
base: add_icons
Are you sure you want to change the base?
Conversation
Adding traffic lights (close, minimize, maximize buttons) for better UI
[UI/UX Fix] Show network dropdown if the wallet is connected
adding rag vectorstores
@glhuang please commit this into the current development branch. |
Done! |
Added traffic lights- UI improvement
Update build.yml
Warning: ReactDOM.render is no longer supported fix
changed to yarn
Node upgrade to 20
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.
updated yaml
@glhuang please see the failed builds. |
Hi, build is failing because of the node version upgrade in file .github/workflows/build.yml The bug mentioned in this PR is already resolved in development branch. @glhuang @betterbrand |
Fixes a bug I noticed where exiting out of the
QrCodeModal
when clicking theconnect
button doesn't allow for it to be reshown on subsequentconnect
button clicks. (See before vs after).Early return for the
modalContainer
DOM element shouldn't be necessary since atunmount
we ensure that themodalContainer
element is removed.Before
Screen.Recording.2024-03-01.at.5.57.23.PM.mov
After
Screen.Recording.2024-03-01.at.5.56.24.PM.mov