Remove old Backbone.Router usage entirely.
Review Request #9676 — Created Feb. 19, 2018 and submitted — Latest diff uploaded
Now that all the routes are created through React/react-router, we no
longer need the shim between Backbone.Router and react-router. This
change gets rid of all of that.
Flipped through all the different views and links and saw everything
update appropriately.
lib/frontend/all-status-reports.jsx |
---|
lib/frontend/all-users.jsx |
---|
lib/frontend/application.js |
---|
lib/frontend/application-view.js |
---|
lib/frontend/my-status-reports.jsx |
---|
lib/frontend/project.jsx |
---|
lib/frontend/sidebar.jsx |
---|
lib/frontend/user-detail.jsx |
---|