Make dropdowns render into portal, expand animation (#5018)
* Make dropdowns render into portal, expand animation * Improve actions modal style
parent
0df64426
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Affichage de
- app/javascript/mastodon/components/dropdown_menu.js 154 ajouts, 93 suppressionsapp/javascript/mastodon/components/dropdown_menu.js
- app/javascript/mastodon/features/ui/components/actions_modal.js 6 ajouts, 3 suppressions...vascript/mastodon/features/ui/components/actions_modal.js
- app/javascript/mastodon/features/ui/index.js 7 ajouts, 3 suppressionsapp/javascript/mastodon/features/ui/index.js
- app/javascript/styles/components.scss 97 ajouts, 26 suppressionsapp/javascript/styles/components.scss
- package.json 1 ajout, 0 suppressionpackage.json
- spec/javascript/components/dropdown_menu.test.js 0 ajout, 132 suppressionsspec/javascript/components/dropdown_menu.test.js
- yarn.lock 33 ajouts, 1 suppressionyarn.lock
... | @@ -88,6 +88,7 @@ | ... | @@ -88,6 +88,7 @@ |
"react-intl": "^2.4.0", | "react-intl": "^2.4.0", | ||
"react-motion": "^0.5.0", | "react-motion": "^0.5.0", | ||
"react-notification": "^6.7.1", | "react-notification": "^6.7.1", | ||
"react-overlays": "^0.8.1", | |||
"react-redux": "^5.0.4", | "react-redux": "^5.0.4", | ||
"react-redux-loading-bar": "^2.9.2", | "react-redux-loading-bar": "^2.9.2", | ||
"react-router-dom": "^4.1.1", | "react-router-dom": "^4.1.1", | ||
... | ... |
Veuillez vous inscrire ou vous se connecter pour commenter