You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
2.3 KiB

  1. This module adds responsiveness to web backend.
  2. Features for all devices:
  3. * New navigation with an app drawer
  4. .. image:: https://user-images.githubusercontent.com/973709/48417193-09a1e080-e74a-11e8-8a0c-e73eb689b2fb.gif
  5. * Quick menu search from the app drawer
  6. .. image:: https://user-images.githubusercontent.com/973709/48417213-17576600-e74a-11e8-846a-57691e82636b.gif
  7. Features for mobile:
  8. * App-specific submenus are shown on full screen when toggling them from the
  9. "hamburger" menu
  10. .. image:: https://user-images.githubusercontent.com/973709/48417297-51286c80-e74a-11e8-9a47-22c810b18c43.gif
  11. * View type picker dropdown displays confortably
  12. .. image:: https://user-images.githubusercontent.com/973709/50964322-e3d55580-14c6-11e9-8249-48db9539600f.gif
  13. * Top app bar is always visible, but the control panel is hidden when
  14. scrolling down, to save some vaulable vertical space
  15. .. image:: https://user-images.githubusercontent.com/973709/50964496-5cd4ad00-14c7-11e9-9261-fd223a329d02.gif
  16. * Form status bar action and status buttons are collapsed in dropdowns.
  17. Other control panel buttons use icons to save space.
  18. .. image:: https://user-images.githubusercontent.com/973709/50965446-e08f9900-14c9-11e9-92d6-dda472cb6557.gif
  19. * Breadcrumbs navigation is collapsed with a "back arrow" button.
  20. .. image:: https://user-images.githubusercontent.com/973709/50965168-1d0ec500-14c9-11e9-82a0-dfee82ed0861.gif
  21. Features for computers:
  22. * Keyboard shortcuts for easier navigation, **using ``Alt + Shift + [key]``**
  23. combination instead of just ``Alt + [key]``.
  24. See https://github.com/odoo/odoo/issues/30068 to understand why.
  25. .. image:: https://user-images.githubusercontent.com/973709/48417578-ff341680-e74a-11e8-8881-017709e912bc.png
  26. * Autofocus on search menu box when opening the drawer
  27. .. image:: https://user-images.githubusercontent.com/973709/48417213-17576600-e74a-11e8-846a-57691e82636b.gif
  28. * Set chatter on the side of the screen, optional per user
  29. .. image:: https://user-images.githubusercontent.com/973709/48417270-41108d00-e74a-11e8-9172-cba825d027ed.gif
  30. * Full width form sheets
  31. .. image:: https://user-images.githubusercontent.com/973709/48417428-ac5a5f00-e74a-11e8-8839-5bc538c54c1d.png
  32. * Sticky chatter topbar
  33. .. image:: ./static/img/chatter_topbar.gif