-
- Downloads
There was an error fetching the commit references. Please try again later.
Show confirmation modal before deleting account
Showing
- app/assets/javascripts/lib/utils/csrf.js 3 additions, 1 deletionapp/assets/javascripts/lib/utils/csrf.js
- app/assets/javascripts/profile/account/components/delete_account_modal.vue 146 additions, 0 deletions...ripts/profile/account/components/delete_account_modal.vue
- app/assets/javascripts/profile/account/index.js 21 additions, 0 deletionsapp/assets/javascripts/profile/account/index.js
- app/assets/javascripts/repo/components/repo.vue 1 addition, 1 deletionapp/assets/javascripts/repo/components/repo.vue
- app/assets/javascripts/vue_shared/components/popup_dialog.vue 4 additions, 2 deletions...assets/javascripts/vue_shared/components/popup_dialog.vue
- app/assets/stylesheets/framework/modal.scss 10 additions, 3 deletionsapp/assets/stylesheets/framework/modal.scss
- app/assets/stylesheets/framework/variables.scss 1 addition, 0 deletionsapp/assets/stylesheets/framework/variables.scss
- app/controllers/registrations_controller.rb 22 additions, 7 deletionsapp/controllers/registrations_controller.rb
- app/models/user.rb 4 additions, 0 deletionsapp/models/user.rb
- app/views/profiles/accounts/show.html.haml 14 additions, 6 deletionsapp/views/profiles/accounts/show.html.haml
- changelogs/unreleased/winh-delete-account-modal.yml 5 additions, 0 deletionschangelogs/unreleased/winh-delete-account-modal.yml
- config/webpack.config.js 1 addition, 0 deletionsconfig/webpack.config.js
- spec/controllers/registrations_controller_spec.rb 60 additions, 4 deletionsspec/controllers/registrations_controller_spec.rb
- spec/features/issues/issue_detail_spec.rb 1 addition, 2 deletionsspec/features/issues/issue_detail_spec.rb
- spec/features/profile_spec.rb 40 additions, 4 deletionsspec/features/profile_spec.rb
- spec/javascripts/profile/account/components/delete_account_modal_spec.js 129 additions, 0 deletions...s/profile/account/components/delete_account_modal_spec.js
- spec/models/user_spec.rb 45 additions, 0 deletionsspec/models/user_spec.rb
Please register or sign in to comment