From 0f59607bd943d0a8edbbd064e73ac5382bd9a9ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20D=2E=20D=C3=ADaz?= Date: Fri, 27 Nov 2020 12:50:16 +0100 Subject: [PATCH] [FIX] web_responsive: Hide search panel on small screens --- web_responsive/README.rst | 4 ++++ web_responsive/readme/DESCRIPTION.rst | 4 ++++ web_responsive/static/description/index.html | 3 +++ web_responsive/static/img/search_panel.gif | Bin 0 -> 8506295 bytes .../static/src/css/web_responsive.scss | 10 ++++++++++ 5 files changed, 21 insertions(+) create mode 100644 web_responsive/static/img/search_panel.gif diff --git a/web_responsive/README.rst b/web_responsive/README.rst index bb0aea381..d540bf953 100644 --- a/web_responsive/README.rst +++ b/web_responsive/README.rst @@ -62,6 +62,10 @@ Features for mobile: .. image:: https://user-images.githubusercontent.com/973709/50965168-1d0ec500-14c9-11e9-82a0-dfee82ed0861.gif +* Search panel is hidden on small screens. + + .. image:: https://raw.githubusercontent.com/OCA/web/13.0/web_responsive/static/img/search_panel.gif + Features for computers: * Keyboard shortcuts for easier navigation, **using ``Alt + Shift + [key]``** diff --git a/web_responsive/readme/DESCRIPTION.rst b/web_responsive/readme/DESCRIPTION.rst index 60b630a3d..0acebb7a1 100644 --- a/web_responsive/readme/DESCRIPTION.rst +++ b/web_responsive/readme/DESCRIPTION.rst @@ -35,6 +35,10 @@ Features for mobile: .. image:: https://user-images.githubusercontent.com/973709/50965168-1d0ec500-14c9-11e9-82a0-dfee82ed0861.gif +* Search panel is hidden on small screens. + + .. image:: ../static/img/search_panel.gif + Features for computers: * Keyboard shortcuts for easier navigation, **using ``Alt + Shift + [key]``** diff --git a/web_responsive/static/description/index.html b/web_responsive/static/description/index.html index 661216b69..fa43bbe71 100644 --- a/web_responsive/static/description/index.html +++ b/web_responsive/static/description/index.html @@ -398,6 +398,9 @@ Other control panel buttons use icons to save space.

  • Breadcrumbs navigation is collapsed with a “back arrow” button.

    https://user-images.githubusercontent.com/973709/50965168-1d0ec500-14c9-11e9-82a0-dfee82ed0861.gif
  • +
  • Search panel is hidden on small screens.

    +https://raw.githubusercontent.com/OCA/web/13.0/web_responsive/static/img/search_panel.gif +
  • Features for computers: