-
- 下载
Merge branch 'responsive-sidebar' into 'master'
Responsive sidebar Puts the sidebar on the dashboard in a off-screen sidebar that can be called by pressing a button with a fixed position. Any sidebar with the .responsive-sidebar class will follow this behavior. Button must be added manually.
显示
- Gemfile 3 个添加, 0 个删除Gemfile
- Gemfile.lock 3 个添加, 0 个删除Gemfile.lock
- app/assets/javascripts/application.js.coffee 1 个添加, 0 个删除app/assets/javascripts/application.js.coffee
- app/assets/javascripts/sidebar.js.coffee 31 个添加, 0 个删除app/assets/javascripts/sidebar.js.coffee
- app/assets/stylesheets/application.scss 5 个添加, 0 个删除app/assets/stylesheets/application.scss
- app/assets/stylesheets/generic/sidebar.scss 49 个添加, 0 个删除app/assets/stylesheets/generic/sidebar.scss
- app/views/dashboard/issues.html.haml 3 个添加, 1 个删除app/views/dashboard/issues.html.haml
- app/views/dashboard/merge_requests.html.haml 3 个添加, 1 个删除app/views/dashboard/merge_requests.html.haml
- app/views/dashboard/show.html.haml 4 个添加, 1 个删除app/views/dashboard/show.html.haml
- app/views/groups/issues.html.haml 3 个添加, 1 个删除app/views/groups/issues.html.haml
- app/views/groups/merge_requests.html.haml 3 个添加, 1 个删除app/views/groups/merge_requests.html.haml
- app/views/projects/issues/index.html.haml 3 个添加, 1 个删除app/views/projects/issues/index.html.haml
- app/views/projects/merge_requests/index.html.haml 3 个添加, 1 个删除app/views/projects/merge_requests/index.html.haml
- app/views/projects/milestones/index.html.haml 3 个添加, 1 个删除app/views/projects/milestones/index.html.haml
- app/views/shared/_filter.html.haml 1 个添加, 1 个删除app/views/shared/_filter.html.haml
- app/views/shared/_project_filter.html.haml 1 个添加, 1 个删除app/views/shared/_project_filter.html.haml
... | ... | @@ -156,6 +156,9 @@ gem "rack-attack" |
# Ace editor | ||
gem 'ace-rails-ap' | ||
# Semantic UI Sass for Sidebar | ||
gem 'semantic-ui-sass', '~> 0.16.1.0' | ||
gem "sass-rails", '~> 4.0.2' | ||
gem "coffee-rails" | ||
gem "uglifier" | ||
... | ... |
app/assets/javascripts/sidebar.js.coffee
0 → 100644
app/assets/stylesheets/generic/sidebar.scss
0 → 100644
想要评论请 注册 或 登录