Interface for adding/removing widgets

Review Request #5622 — Created March 14, 2014 and submitted — Latest diff uploaded

Information

Review Board
master

Reviewers

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.

They can remove widgets by clicking the X icon on the upper righthand corner of the widget in question.

Removed widgets and added them back to make sure that newly added widgets appeared below the old widgets.

reviewboard/admin/urls.py
reviewboard/admin/views.py
reviewboard/static/rb/css/admin-dashboard.less
reviewboard/static/rb/css/icons.less
reviewboard/static/rb/images/activity-graph-widget.png
reviewboard/static/rb/images/database-stats-widget.png
reviewboard/static/rb/images/news-widget.png
reviewboard/static/rb/images/recent-actions-widget.png
reviewboard/static/rb/images/repositories-widget.png
reviewboard/static/rb/images/review-groups-widget.png
reviewboard/static/rb/images/review-request-statuses-widget.png
reviewboard/static/rb/images/server-cache-widget.png
reviewboard/static/rb/images/user-activity-widget.png
reviewboard/static/rb/js/admin.js
reviewboard/templates/admin/admin_widget.html
reviewboard/templates/admin/dashboard.html
reviewboard/templates/admin/widgets/w-stats-large.html
Loading...