]> source.dussan.org Git - sonarqube.git/commit
Improve UX of measure filters
authorSimon Brandhof <simon.brandhof@gmail.com>
Tue, 18 Dec 2012 21:40:16 +0000 (22:40 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Tue, 18 Dec 2012 21:40:16 +0000 (22:40 +0100)
commit6f25e1b52930884bc96ba4dfe508e41f9ff756a1
treeea1526efd94275e204e977c63dc067d4d190ea54
parent4bb34249f61a09c9ad29b0ba0df0ef8fc7315c17
Improve UX of measure filters

* two different actions for "Save" (an existing filter) and "Save as" (a new filter)
* replace the link "Edit" by a pencil icon on the left
12 files changed:
plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
sonar-server/src/main/webapp/WEB-INF/app/controllers/measures_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/treemap_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter.rb
sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_display_list.rb
sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_display_treemap.rb
sonar-server/src/main/webapp/WEB-INF/app/views/measures/_display_list.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/measures/_display_treemap.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/measures/_edit_form.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/measures/_save_as_form.html.erb [new file with mode: 0644]
sonar-server/src/main/webapp/WEB-INF/app/views/measures/_save_form.html.erb [deleted file]
sonar-server/src/main/webapp/WEB-INF/app/views/measures/search.html.erb