-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Room UI Redesign: Migrate Modals #3363
Conversation
@@ -118,7 +118,7 @@ | |||
"react-emoji-render": "^0.4.6", | |||
"react-hook-form": "^6.10.1", | |||
"react-infinite-scroller": "^1.2.2", | |||
"react-intl": "^5.4.5", | |||
"react-intl": "^5.10.1", |
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.
Note: this was probably reverted in a merge from the master branch. So I'm updating it again in this PR. It's needed for the useIntl
hook.
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 was not able to test the OAuth flows but otherwise this seems good to me!
src/hub.js
Outdated
@@ -1229,6 +1197,8 @@ document.addEventListener("DOMContentLoaded", async () => { | |||
} | |||
}); | |||
|
|||
console.log(oauthFlowPermsToken); |
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.
console log
description="Accepts glb, png, jpg, gif, mp4, and mp3 files" | ||
/> | ||
<Button type="submit" preset="accept"> | ||
<FormattedMessage id="avatar-url-dialog.apply" /> |
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.
This PR affects the following modals:
To Do: