-
- Downloads
Add "Replace" and "Upload" features
Refactor upload and replace functionality Rename file and move CSS Fix typo Make dropzone a div Remove unnecessary file Change color of "upload existing one" Add missing changes
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/assets/javascripts/blob/blob_file_dropzone.js.coffee 52 additions, 0 deletionsapp/assets/javascripts/blob/blob_file_dropzone.js.coffee
- app/assets/stylesheets/pages/tree.scss 12 additions, 0 deletionsapp/assets/stylesheets/pages/tree.scss
- app/controllers/projects/blob_controller.rb 24 additions, 4 deletionsapp/controllers/projects/blob_controller.rb
- app/services/files/create_service.rb 3 additions, 1 deletionapp/services/files/create_service.rb
- app/views/projects/blob/_actions.html.haml 3 additions, 3 deletionsapp/views/projects/blob/_actions.html.haml
- app/views/projects/blob/_replace.html.haml 28 additions, 0 deletionsapp/views/projects/blob/_replace.html.haml
- app/views/projects/blob/_upload.html.haml 28 additions, 0 deletionsapp/views/projects/blob/_upload.html.haml
- app/views/projects/blob/new.html.haml 8 additions, 2 deletionsapp/views/projects/blob/new.html.haml
- app/views/projects/blob/show.html.haml 1 addition, 0 deletionsapp/views/projects/blob/show.html.haml
- config/routes.rb 10 additions, 0 deletionsconfig/routes.rb
- features/project/source/browse_files.feature 23 additions, 0 deletionsfeatures/project/source/browse_files.feature
- features/steps/project/source/browse_files.rb 81 additions, 2 deletionsfeatures/steps/project/source/browse_files.rb
Loading
Please register or sign in to comment