-
- Downloads
There was an error fetching the commit references. Please try again later.
Further design iteration on project overview
Continues the iteration on the project overview UI: - moved star, fork and new clone button (copy SSH/HTTPS URLs) to top right, made them smaller - avatar is now larger (64px) - 'Request access' is now a link instead of a button - overview comes before the description + changed styling and added icons - description font-size is now 16px (large-paragraph) - quick links to files are moved downwards below the commit/pipeline info - margins changed to group content into 4 groups to clean up the interface - visibility info reduced to icon-only and moved to the right of the title
Showing
- app/assets/javascripts/notifications_dropdown.js 4 additions, 0 deletionsapp/assets/javascripts/notifications_dropdown.js
- app/assets/javascripts/pages/projects/project.js 8 additions, 1 deletionapp/assets/javascripts/pages/projects/project.js
- app/assets/stylesheets/framework/avatar.scss 2 additions, 0 deletionsapp/assets/stylesheets/framework/avatar.scss
- app/assets/stylesheets/framework/buttons.scss 8 additions, 2 deletionsapp/assets/stylesheets/framework/buttons.scss
- app/assets/stylesheets/framework/mobile.scss 0 additions, 9 deletionsapp/assets/stylesheets/framework/mobile.scss
- app/assets/stylesheets/framework/variables.scss 5 additions, 1 deletionapp/assets/stylesheets/framework/variables.scss
- app/assets/stylesheets/pages/projects.scss 138 additions, 49 deletionsapp/assets/stylesheets/pages/projects.scss
- app/controllers/notification_settings_controller.rb 7 additions, 3 deletionsapp/controllers/notification_settings_controller.rb
- app/helpers/button_helper.rb 3 additions, 2 deletionsapp/helpers/button_helper.rb
- app/helpers/visibility_level_helper.rb 1 addition, 1 deletionapp/helpers/visibility_level_helper.rb
- app/presenters/project_presenter.rb 89 additions, 51 deletionsapp/presenters/project_presenter.rb
- app/views/groups/_home_panel.html.haml 1 addition, 1 deletionapp/views/groups/_home_panel.html.haml
- app/views/projects/_files.html.haml 6 additions, 0 deletionsapp/views/projects/_files.html.haml
- app/views/projects/_home_panel.html.haml 61 additions, 69 deletionsapp/views/projects/_home_panel.html.haml
- app/views/projects/_stat_anchor_list.html.haml 2 additions, 2 deletionsapp/views/projects/_stat_anchor_list.html.haml
- app/views/projects/buttons/_clone.html.haml 31 additions, 0 deletionsapp/views/projects/buttons/_clone.html.haml
- app/views/projects/buttons/_download.html.haml 1 addition, 1 deletionapp/views/projects/buttons/_download.html.haml
- app/views/projects/buttons/_fork.html.haml 3 additions, 3 deletionsapp/views/projects/buttons/_fork.html.haml
- app/views/projects/buttons/_notifications.html.haml 27 additions, 0 deletionsapp/views/projects/buttons/_notifications.html.haml
- app/views/projects/buttons/_star.html.haml 6 additions, 6 deletionsapp/views/projects/buttons/_star.html.haml
app/views/projects/buttons/_clone.html.haml
0 → 100644
Please register or sign in to comment