[obs-commits] [openSUSE/open-build-service] 5cee73: Implement left-top-top navigation design for the r...

Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 5cee73ebf65e7d1ecd180b5aa5b5e4fd85cda95f https://github.com/openSUSE/open-build-service/commit/5cee73ebf65e7d1ecd180b... Author: Dany Marcoux <dmarcoux@posteo.de> Date: 2020-08-13 (Thu, 13 Aug 2020) Changed paths: M src/api/app/assets/javascripts/webui/responsive_ux.js M src/api/app/assets/stylesheets/webui/notifications_redesign/notifications.scss R src/api/app/assets/stylesheets/webui/responsive_ux/_build-result.scss R src/api/app/assets/stylesheets/webui/responsive_ux/_layout.scss R src/api/app/assets/stylesheets/webui/responsive_ux/_tabs.scss A src/api/app/assets/stylesheets/webui/responsive_ux/build-result.scss A src/api/app/assets/stylesheets/webui/responsive_ux/grid.scss A src/api/app/assets/stylesheets/webui/responsive_ux/layout.scss A src/api/app/assets/stylesheets/webui/responsive_ux/navbar.scss M src/api/app/assets/stylesheets/webui/responsive_ux/responsive_ux.scss M src/api/app/assets/stylesheets/webui/responsive_ux/sponsors.scss A src/api/app/assets/stylesheets/webui/responsive_ux/tabs.scss M src/api/app/controllers/webui/webui_controller.rb M src/api/app/helpers/webui/webui_helper.rb A src/api/app/views/layouts/webui/responsive_ux.html.haml M src/api/app/views/layouts/webui/responsive_ux/_actions.html.haml M src/api/app/views/layouts/webui/responsive_ux/_bottom_navigation.html.haml A src/api/app/views/layouts/webui/responsive_ux/_bottom_navigation_collapse.html.haml M src/api/app/views/layouts/webui/responsive_ux/_footer.html.haml A src/api/app/views/layouts/webui/responsive_ux/_left_navigation.html.haml A src/api/app/views/layouts/webui/responsive_ux/_left_navigation_nobody.html.haml R src/api/app/views/layouts/webui/responsive_ux/_log_in_form.html.haml A src/api/app/views/layouts/webui/responsive_ux/_login_form.html.haml M src/api/app/views/layouts/webui/responsive_ux/_login_modal.html.haml R src/api/app/views/layouts/webui/responsive_ux/_navigation.html.haml R src/api/app/views/layouts/webui/responsive_ux/_nobody_navigation.html.haml A src/api/app/views/layouts/webui/responsive_ux/_places.html.haml R src/api/app/views/layouts/webui/responsive_ux/_search.html.haml A src/api/app/views/layouts/webui/responsive_ux/_top_navigation.html.haml A src/api/app/views/layouts/webui/responsive_ux/_top_navigation_nobody.html.haml A src/api/app/views/layouts/webui/responsive_ux/_top_navigation_search.html.haml R src/api/app/views/layouts/webui/responsive_ux/_user_navigation.html.haml M src/api/app/views/layouts/webui/responsive_ux/_watchlist.html.haml M src/api/app/views/layouts/webui/webui.html.haml M src/api/spec/features/beta/webui/attributes_spec.rb M src/api/spec/features/beta/webui/image_templates_spec.rb M src/api/spec/features/beta/webui/login_spec.rb M src/api/spec/features/beta/webui/maintenance_workflow_spec.rb M src/api/spec/features/beta/webui/packages_spec.rb M src/api/spec/features/beta/webui/patchinfo_spec.rb M src/api/spec/features/beta/webui/projects_spec.rb M src/api/spec/features/beta/webui/repositories_spec.rb M src/api/spec/features/beta/webui/requests/submissions_spec.rb M src/api/spec/features/beta/webui/requests_spec.rb M src/api/spec/features/beta/webui/watchlists_spec.rb M src/api/spec/support/features/features_attribute.rb M src/api/spec/support/features/features_beta.rb M src/api/spec/support/shared_examples/features/beta/user_tab.rb Log Message: ----------- Implement left-top-top navigation design for the responsive_ux layout Commit: 6caf2650af2f1cef495ed0218306cfbf2989140a https://github.com/openSUSE/open-build-service/commit/6caf2650af2f1cef495ed0... Author: Lukas Krause <lkrause@suse.de> Date: 2020-08-14 (Fri, 14 Aug 2020) Changed paths: M src/api/app/assets/javascripts/webui/responsive_ux.js M src/api/app/assets/stylesheets/webui/notifications_redesign/notifications.scss R src/api/app/assets/stylesheets/webui/responsive_ux/_build-result.scss R src/api/app/assets/stylesheets/webui/responsive_ux/_layout.scss R src/api/app/assets/stylesheets/webui/responsive_ux/_tabs.scss A src/api/app/assets/stylesheets/webui/responsive_ux/build-result.scss A src/api/app/assets/stylesheets/webui/responsive_ux/grid.scss A src/api/app/assets/stylesheets/webui/responsive_ux/layout.scss A src/api/app/assets/stylesheets/webui/responsive_ux/navbar.scss M src/api/app/assets/stylesheets/webui/responsive_ux/responsive_ux.scss M src/api/app/assets/stylesheets/webui/responsive_ux/sponsors.scss A src/api/app/assets/stylesheets/webui/responsive_ux/tabs.scss M src/api/app/controllers/webui/webui_controller.rb M src/api/app/helpers/webui/webui_helper.rb A src/api/app/views/layouts/webui/responsive_ux.html.haml M src/api/app/views/layouts/webui/responsive_ux/_actions.html.haml M src/api/app/views/layouts/webui/responsive_ux/_bottom_navigation.html.haml A src/api/app/views/layouts/webui/responsive_ux/_bottom_navigation_collapse.html.haml M src/api/app/views/layouts/webui/responsive_ux/_footer.html.haml A src/api/app/views/layouts/webui/responsive_ux/_left_navigation.html.haml A src/api/app/views/layouts/webui/responsive_ux/_left_navigation_nobody.html.haml R src/api/app/views/layouts/webui/responsive_ux/_log_in_form.html.haml A src/api/app/views/layouts/webui/responsive_ux/_login_form.html.haml M src/api/app/views/layouts/webui/responsive_ux/_login_modal.html.haml R src/api/app/views/layouts/webui/responsive_ux/_navigation.html.haml R src/api/app/views/layouts/webui/responsive_ux/_nobody_navigation.html.haml A src/api/app/views/layouts/webui/responsive_ux/_places.html.haml R src/api/app/views/layouts/webui/responsive_ux/_search.html.haml A src/api/app/views/layouts/webui/responsive_ux/_top_navigation.html.haml A src/api/app/views/layouts/webui/responsive_ux/_top_navigation_nobody.html.haml A src/api/app/views/layouts/webui/responsive_ux/_top_navigation_search.html.haml R src/api/app/views/layouts/webui/responsive_ux/_user_navigation.html.haml M src/api/app/views/layouts/webui/responsive_ux/_watchlist.html.haml M src/api/app/views/layouts/webui/webui.html.haml M src/api/spec/features/beta/webui/attributes_spec.rb M src/api/spec/features/beta/webui/image_templates_spec.rb M src/api/spec/features/beta/webui/login_spec.rb M src/api/spec/features/beta/webui/maintenance_workflow_spec.rb M src/api/spec/features/beta/webui/packages_spec.rb M src/api/spec/features/beta/webui/patchinfo_spec.rb M src/api/spec/features/beta/webui/projects_spec.rb M src/api/spec/features/beta/webui/repositories_spec.rb M src/api/spec/features/beta/webui/requests/submissions_spec.rb M src/api/spec/features/beta/webui/requests_spec.rb M src/api/spec/features/beta/webui/watchlists_spec.rb M src/api/spec/support/features/features_attribute.rb M src/api/spec/support/features/features_beta.rb M src/api/spec/support/shared_examples/features/beta/user_tab.rb Log Message: ----------- Merge pull request #10007 from dmarcoux/left-top-top-navigation Implement left-top-top navigation design for the responsive_ux layout Compare: https://github.com/openSUSE/open-build-service/compare/0e4133ba5d91...6caf26...
participants (1)
-
Lukas Krause