]> source.dussan.org Git - sonarqube.git/commit
SONAR-6041 New webapp layout
authorStas Vilchik <vilchiks@gmail.com>
Tue, 20 Jan 2015 15:39:07 +0000 (16:39 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Wed, 21 Jan 2015 08:16:59 +0000 (09:16 +0100)
commitb11a042d089c55e7b9326270dfb2b1937eb5ae5d
treef80db2b53a1de4f2c69771ddd43da061d100485a
parent0a06380c47424d6fd7958f3b2cf6ef28b5c8116d
SONAR-6041 New webapp layout
39 files changed:
server/sonar-web/Gruntfile.coffee
server/sonar-web/src/main/hbs/nav/_nav-logo.hbs [new file with mode: 0644]
server/sonar-web/src/main/hbs/nav/_nav-navbar-label.hbs [new file with mode: 0644]
server/sonar-web/src/main/hbs/nav/nav-context-navbar.hbs [new file with mode: 0644]
server/sonar-web/src/main/hbs/nav/nav-global-navbar.hbs [new file with mode: 0644]
server/sonar-web/src/main/hbs/nav/nav-search-empty.hbs [new file with mode: 0644]
server/sonar-web/src/main/hbs/nav/nav-search-item.hbs [new file with mode: 0644]
server/sonar-web/src/main/hbs/nav/nav-search.hbs [new file with mode: 0644]
server/sonar-web/src/main/js/application.js
server/sonar-web/src/main/js/common/selectable-collection-view.js [new file with mode: 0644]
server/sonar-web/src/main/js/nav/app.js [new file with mode: 0644]
server/sonar-web/src/main/js/nav/context-navbar-view.js [new file with mode: 0644]
server/sonar-web/src/main/js/nav/global-navbar-view.js [new file with mode: 0644]
server/sonar-web/src/main/js/nav/search-view.js [new file with mode: 0644]
server/sonar-web/src/main/js/third-party/bootstrap/dropdown.js [new file with mode: 0644]
server/sonar-web/src/main/less/components.less
server/sonar-web/src/main/less/components/dropdowns.less [new file with mode: 0644]
server/sonar-web/src/main/less/components/menu.less [new file with mode: 0644]
server/sonar-web/src/main/less/components/search-navigator.less
server/sonar-web/src/main/less/dashboard.less
server/sonar-web/src/main/less/layout.less
server/sonar-web/src/main/less/navbar.less [new file with mode: 0644]
server/sonar-web/src/main/less/style.less
server/sonar-web/src/main/less/ui.less
server/sonar-web/src/main/less/variables.less
server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/components_controller.rb
server/sonar-web/src/main/webapp/WEB-INF/app/views/account/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/comparison/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/dependencies/index.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_breadcrumb.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_navbar.html.erb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_navbar_conf.html.erb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_navbar_conf_context.html.erb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_navbar_conf_global.html.erb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_navbar_conf_settings.html.erb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_recent_history.html.erb [new file with mode: 0644]
server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/application.html.erb
server/sonar-web/src/main/webapp/WEB-INF/app/views/settings/index.html.erb