[WIP] Adding and removing widgets
Review Request #5676 — Created April 4, 2014 and discarded — Latest diff uploaded
Users can add widgets to their admin dashboard by clicking on "Add Widgets," which will open a modal displaying a list of widgets that they can choose from.
Users can remove widgets by clicking the X in the upper right hand corner. A confirmation dialogue will appear to ask the user if they are sure.
reviewboard/admin/urls.py |
---|
reviewboard/admin/views.py |
---|
reviewboard/static/rb/css/admin-dashboard.less |
---|
reviewboard/static/rb/css/icons.less |
---|
reviewboard/static/rb/js/admin.js |
---|
reviewboard/templates/admin/admin_widget.html |
---|
reviewboard/templates/admin/dashboard.html |
---|