Handle RTL for the Modal Component
Fixes #2756 Libraries and many other modals share the Modal Component. Connected the Modal container to redux to make it aware of the RTL state, and then made sure that all places that use the modal component import the container, not the component directly.
Showing
- src/components/camera-modal/camera-modal.jsx 1 addition, 1 deletionsrc/components/camera-modal/camera-modal.jsx
- src/components/connection-modal/connection-modal.css 51 additions, 7 deletionssrc/components/connection-modal/connection-modal.css
- src/components/connection-modal/connection-modal.jsx 1 addition, 1 deletionsrc/components/connection-modal/connection-modal.jsx
- src/components/custom-procedures/custom-procedures.css 5 additions, 1 deletionsrc/components/custom-procedures/custom-procedures.css
- src/components/custom-procedures/custom-procedures.jsx 1 addition, 1 deletionsrc/components/custom-procedures/custom-procedures.jsx
- src/components/modal/modal.css 25 additions, 2 deletionssrc/components/modal/modal.css
- src/components/modal/modal.jsx 2 additions, 0 deletionssrc/components/modal/modal.jsx
- src/components/prompt/prompt.css 5 additions, 1 deletionsrc/components/prompt/prompt.css
- src/components/prompt/prompt.jsx 1 addition, 1 deletionsrc/components/prompt/prompt.jsx
- src/components/record-modal/record-modal.jsx 1 addition, 1 deletionsrc/components/record-modal/record-modal.jsx
- src/containers/modal.jsx 9 additions, 1 deletionsrc/containers/modal.jsx
Loading
Please register or sign in to comment