Skip to content

Remove old left-menu code

Eric Eastwood requested to merge 2195-remove-old-left-menu-code into develop

Fix https://gitlab.com/gitlab-org/gitter/webapp/issues/2195

  • Remove old left-menu code
  • Remove usage of vue-left-menu and always use new-world
  • Remove frame-utils

Tools

  • webpack-unused
    • npm run webpack -- --config public/js/webpack.config.js --json | webpack-unused -s public
  • depcheck
    • depcheck
  • trucker
    • trucker --unused

Other MRs where we cleaned up stuff

Testing strategy

Because of the amount of deletions, this isn't really viable to review completely

  • Startup the app and see that it still works

TODO

  • Look at mobile(Android/iOS) asset builds
Edited by Eric Eastwood

Merge request reports