Skip to content
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

Merged
merged 31 commits into from
Nov 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
cff506e
Reduce custom CSS
robertlong Nov 13, 2020
a5aa8ed
Migrate avatar/scene/object modals
robertlong Nov 13, 2020
18185fc
Fix ObjectUrlModal
robertlong Nov 13, 2020
1447fab
Fix bugs with media-browser modals
robertlong Nov 13, 2020
0a19c2f
Migrate client-info-dialog
robertlong Nov 13, 2020
d3ca01b
Remove console.log
robertlong Nov 13, 2020
850e2cb
Migrate CloseRoomModal
robertlong Nov 13, 2020
8bf3f27
Remove unused ProfileInfoHeader component
robertlong Nov 13, 2020
8de25bd
Remove reference to CloseRoomDialog
robertlong Nov 13, 2020
ba564b6
Add CloseRoomModal story
robertlong Nov 13, 2020
bdb8fed
Migrate to WebVRUnsupportedModal
robertlong Nov 13, 2020
ba9d0d9
Remove unused WebRTCScreenShareUnsupported dialog
robertlong Nov 13, 2020
29b6f4f
Migrate Tweet Modal
robertlong Nov 16, 2020
749a2a1
Revert tweet-media-button changes
robertlong Nov 16, 2020
7c6b7ec
Migrate OAuthDialog
robertlong Nov 16, 2020
18ae189
Fix twitter oauth modal
robertlong Nov 17, 2020
d272e51
Throw an error instead of returning
robertlong Nov 17, 2020
dca904e
Change oauth check.
robertlong Nov 17, 2020
6bdaaf5
Set doingTwitterOAuth
robertlong Nov 17, 2020
eb68c83
postMessage from the window not window.opener
robertlong Nov 17, 2020
8db0b08
Use correct postmessage handler
robertlong Nov 17, 2020
e1d48eb
Update can tweet permission after connect
robertlong Nov 17, 2020
19b1892
Add logging
robertlong Nov 17, 2020
6aa6763
Clean up tweet handler
robertlong Nov 17, 2020
a32e1c2
Fix close tweet modal
robertlong Nov 17, 2020
9876134
Remove console logs
robertlong Nov 17, 2020
3ac6e8f
Fix pointer events on OAuthScreen
robertlong Nov 17, 2020
2fdcdf5
Remove continueText
robertlong Nov 17, 2020
e64bbd3
Remove tweet-dialog
robertlong Nov 18, 2020
3082d06
Remove console log
robertlong Nov 30, 2020
9ade623
Fix Create Object Button Copy
robertlong Nov 30, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
199 changes: 127 additions & 72 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Copy link
Contributor Author

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.

"react-linkify": "^0.2.2",
"react-popper-2": "npm:react-popper@^2.2.3",
"react-router": "^5.1.2",
Expand Down
16 changes: 0 additions & 16 deletions src/assets/stylesheets/avatar-url-dialog.scss

This file was deleted.

72 changes: 0 additions & 72 deletions src/assets/stylesheets/change-scene-dialog.scss

This file was deleted.

16 changes: 0 additions & 16 deletions src/assets/stylesheets/close-room-dialog.scss

This file was deleted.

Loading