-
- Downloads
Fixed #303 Add the ability to rename rooms and recordings (GRN-18) (#304)
* <Added modal for rename> * <Commit changes and switch branch> * <Javascript Scaffolding for rename room feature> * <Created room_block.js> * <update changes> * <Updating rename branch> * <Update rename.js> * <Update branch> * <Update branch> * <Implemented renaming of room blocks> * <Refactoring code> * Remove modal due to new design * <Finished renaming of rooms> * <Updated renaming of recordings> * <updating branch> * <added renaming of recordings> * <update branch> * <> * <Fixed code style> * <Fixed rspec tests> * Update application.js
Showing
- app/assets/javascripts/application.js 2 additions, 0 deletionsapp/assets/javascripts/application.js
- app/assets/javascripts/rename.js 163 additions, 0 deletionsapp/assets/javascripts/rename.js
- app/assets/stylesheets/application.scss 8 additions, 0 deletionsapp/assets/stylesheets/application.scss
- app/assets/stylesheets/rooms.scss 8 additions, 0 deletionsapp/assets/stylesheets/rooms.scss
- app/controllers/rooms_controller.rb 19 additions, 0 deletionsapp/controllers/rooms_controller.rb
- app/views/rooms/show.html.erb 7 additions, 4 deletionsapp/views/rooms/show.html.erb
- app/views/shared/_sessions.html.erb 1 addition, 1 deletionapp/views/shared/_sessions.html.erb
- app/views/shared/components/_public_recording_row.html.erb 7 additions, 1 deletionapp/views/shared/components/_public_recording_row.html.erb
- app/views/shared/components/_recording_row.html.erb 10 additions, 1 deletionapp/views/shared/components/_recording_row.html.erb
- app/views/shared/components/_room_block.html.erb 10 additions, 2 deletionsapp/views/shared/components/_room_block.html.erb
- config/locales/en.yml 6 additions, 0 deletionsconfig/locales/en.yml
- config/routes.rb 1 addition, 0 deletionsconfig/routes.rb
- spec/controllers/rooms_controller_spec.rb 43 additions, 0 deletionsspec/controllers/rooms_controller_spec.rb
Loading
Please register or sign in to comment