-
- Downloads
Added dynamic og titles and room titles (#5237)
* Added dynamic og titles and room titles * eslint * CR * Fixes * testsss
Showing
- app/helpers/application_helper.rb 8 additions, 0 deletionsapp/helpers/application_helper.rb
- app/javascript/App.jsx 2 additions, 0 deletionsapp/javascript/App.jsx
- app/javascript/components/rooms/room/Room.jsx 2 additions, 0 deletionsapp/javascript/components/rooms/room/Room.jsx
- app/javascript/components/rooms/room/join/RoomJoin.jsx 2 additions, 0 deletionsapp/javascript/components/rooms/room/join/RoomJoin.jsx
- app/javascript/components/shared_components/utilities/Title.jsx 32 additions, 0 deletions...vascript/components/shared_components/utilities/Title.jsx
- app/views/layouts/application.html.erb 2 additions, 2 deletionsapp/views/layouts/application.html.erb
- package-lock.json 40 additions, 0 deletionspackage-lock.json
- package.json 1 addition, 0 deletionspackage.json
- spec/controllers/health_checks_controller_spec.rb 1 addition, 1 deletionspec/controllers/health_checks_controller_spec.rb
- yarn.lock 2886 additions, 3008 deletionsyarn.lock
... | ... | @@ -24,6 +24,7 @@ |
"react-bootstrap": "^2.2.0", | ||
"react-colorful": "^5.6.1", | ||
"react-dom": "^17.0.2", | ||
"react-helmet": "^6.1.0", | ||
"react-hook-form": "^7.28.0", | ||
"react-i18next": "^11.18.5", | ||
"react-query": "^3.34.16", | ||
... | ... |
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Please register or sign in to comment