1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- This module adds responsiveness to web backend.
- Features for all devices:
- * New navigation with an app drawer
- .. image:: https:
- * Quick menu search from the app drawer
- .. image:: https:
- Features for mobile:
- * App-specific submenus are shown on full screen when toggling them from the
- "hamburger" menu
- .. image:: https:
- * View type picker dropdown displays confortably
- .. image:: https:
- * Top app bar is always visible, but the control panel is hidden when
- scrolling down, to save some vaulable vertical space
- .. image:: https:
- * Form status bar action and status buttons are collapsed in dropdowns.
- Other control panel buttons use icons to save space.
- .. image:: https:
- * Breadcrumbs navigation is collapsed with a "back arrow" button.
- .. image:: https:
- Features for computers:
- * Keyboard shortcuts for easier navigation, **using ``Alt + Shift + [key]``**
- combination instead of just ``Alt + [key]``.
- See https:
- .. image:: https:
- * Autofocus on search menu box when opening the drawer
- .. image:: https:
- * Set chatter on the side of the screen, optional per user
- .. image:: https:
- * Full width form sheets
- .. image:: https:
- * Sticky chatter topbar
- .. image:: ../static/img/chatter_topbar.gif
- * AppMenu waits for action finished to show the view
- .. image:: ../static/img/appmenu.gif
- * Sticky header & footer in list view
- .. image:: ../static/img/listview.gif
- * Sticky statusbar in form view
- .. image:: ../static/img/formview.gif
- * Followers and send button is displayed on mobile. Avatar is hidden.
- .. image:: ../static/img/chatter.gif
- * When the chatter is configured on the side part, the document viewer fills that
- part for side-by-side reading instead of full screen. You can still put it on full
- width preview clicking on the new maximize button.
- .. image:: ../static/img/document_viewer.gif
|