feat: display tooltips for some elements
Showing
- package-lock.json 16 additions, 0 deletionspackage-lock.json
- package.json 1 addition, 0 deletionspackage.json
- src/App.jsx 2 additions, 0 deletionssrc/App.jsx
- src/components/Navbar.jsx 5 additions, 2 deletionssrc/components/Navbar.jsx
- src/components/modals/ModalWithActions.jsx 6 additions, 1 deletionsrc/components/modals/ModalWithActions.jsx
- src/components/posts/Post.jsx 5 additions, 5 deletionssrc/components/posts/Post.jsx
- src/components/posts/PostScore.jsx 4 additions, 1 deletionsrc/components/posts/PostScore.jsx
- src/containers/JitsiInviteCard.jsx 6 additions, 1 deletionsrc/containers/JitsiInviteCard.jsx
... | ... | @@ -28,6 +28,7 @@ |
"react-player": "^2.7.2", | ||
"react-router-dom": "^5.2.0", | ||
"react-scripts": "3.4.3", | ||
"react-tooltip": "^4.2.11", | ||
"showdown": "^1.9.1", | ||
"unfetch": "^4.2.0", | ||
"wait-queue": "^1.1.4", | ||
... | ... |
Please register or sign in to comment