-
- Downloads
GRN-11: Ability to configure room specific settings (#348)
* Added the ability to set room settings on create or update * Added room settings alerts and made fixes to other alerts * Small bug fixes related to rubocop and the create room modal * Update test case and fixed issue with small edge case * Update room.js
Showing
- app/assets/javascripts/room.js 68 additions, 0 deletionsapp/assets/javascripts/room.js
- app/assets/stylesheets/rooms.scss 5 additions, 0 deletionsapp/assets/stylesheets/rooms.scss
- app/controllers/password_resets_controller.rb 7 additions, 6 deletionsapp/controllers/password_resets_controller.rb
- app/controllers/rooms_controller.rb 57 additions, 7 deletionsapp/controllers/rooms_controller.rb
- app/controllers/sessions_controller.rb 3 additions, 3 deletionsapp/controllers/sessions_controller.rb
- app/controllers/users_controller.rb 7 additions, 4 deletionsapp/controllers/users_controller.rb
- app/models/room.rb 2 additions, 0 deletionsapp/models/room.rb
- app/views/main/index.html.erb 1 addition, 7 deletionsapp/views/main/index.html.erb
- app/views/password_resets/edit.html.erb 2 additions, 8 deletionsapp/views/password_resets/edit.html.erb
- app/views/password_resets/new.html.erb 1 addition, 7 deletionsapp/views/password_resets/new.html.erb
- app/views/rooms/show.html.erb 1 addition, 7 deletionsapp/views/rooms/show.html.erb
- app/views/shared/_flash_messages.html.erb 10 additions, 2 deletionsapp/views/shared/_flash_messages.html.erb
- app/views/shared/_header.html.erb 1 addition, 1 deletionapp/views/shared/_header.html.erb
- app/views/shared/_success_banner.html.erb 18 additions, 0 deletionsapp/views/shared/_success_banner.html.erb
- app/views/shared/components/_room_block.html.erb 4 additions, 6 deletionsapp/views/shared/components/_room_block.html.erb
- app/views/shared/modals/_create_room_modal.html.erb 33 additions, 8 deletionsapp/views/shared/modals/_create_room_modal.html.erb
- config/locales/en.yml 13 additions, 1 deletionconfig/locales/en.yml
- config/routes.rb 1 addition, 0 deletionsconfig/routes.rb
- db/migrate/20190122210632_add_room_settings_to_room.rb 7 additions, 0 deletionsdb/migrate/20190122210632_add_room_settings_to_room.rb
- db/schema.rb 5 additions, 4 deletionsdb/schema.rb
Loading
Please register or sign in to comment