-
- Downloads
Fix problems with state in broadcast session
The state is now fully client-side and handled in session_controller. This allows us to continue to broadcast the session frame to everyone.
Showing
- app/controllers/candidates_controller.rb 21 additions, 9 deletionsapp/controllers/candidates_controller.rb
- app/helpers/application_helper.rb 6 additions, 0 deletionsapp/helpers/application_helper.rb
- app/javascript/controllers/session_controller.js 40 additions, 0 deletionsapp/javascript/controllers/session_controller.js
- app/views/candidates/_user_avatar.html.erb 1 addition, 1 deletionapp/views/candidates/_user_avatar.html.erb
- app/views/layouts/application.html.erb 1 addition, 1 deletionapp/views/layouts/application.html.erb
- app/views/sessions/_session.html.erb 13 additions, 18 deletionsapp/views/sessions/_session.html.erb
- config/routes.rb 1 addition, 0 deletionsconfig/routes.rb
Please register or sign in to comment