mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] web_responsive: Possibility of putting the chatter in the right (#951)
This commit is contained in:
committed by
Sergey Shebanin
parent
e9f87d9ce4
commit
e00d61569f
5
web_responsive/readme/CONTRIBUTORS.rst
Normal file
5
web_responsive/readme/CONTRIBUTORS.rst
Normal file
@@ -0,0 +1,5 @@
|
||||
* Dave Lasley <dave@laslabs.com>
|
||||
* Jairo Llopis <jairo.llopis@tecnativa.com>
|
||||
* Dennis Sluijk <d.sluijk@onestein.nl>
|
||||
* Sergio Teruel <sergio.teruel@tecnativa.com>
|
||||
* Alexandre Díaz <dev@redneboa.es>
|
||||
8
web_responsive/readme/DESCRIPTION.rst
Normal file
8
web_responsive/readme/DESCRIPTION.rst
Normal file
@@ -0,0 +1,8 @@
|
||||
This module provides a mobile compliant interface for Odoo Community web.
|
||||
|
||||
Features:
|
||||
|
||||
* New navigation with an App drawer
|
||||
* Keyboard shortcuts for easier navigation
|
||||
* Display kanban views for small screens if an action or field One2x
|
||||
* Set chatter side (Optional per user)
|
||||
12
web_responsive/readme/ROADMAP.rst
Normal file
12
web_responsive/readme/ROADMAP.rst
Normal file
@@ -0,0 +1,12 @@
|
||||
Note: Data added to the footer ``support_branding`` is not shown while using
|
||||
this module.
|
||||
|
||||
* Provide full menu search feature instead of just App search
|
||||
* Drag drawer from left to open in mobile
|
||||
* Figure out how to test focus on hidden elements for keyboard nav tests
|
||||
* If you resize the window, body gets a wrong ``overflow: auto`` css property
|
||||
and you need to refresh your view or open/close the app drawer to fix that.
|
||||
* Override LESS styling to allow for responsive widget layouts
|
||||
* Adding ``oe_main_menu_navbar`` ID to the top navigation bar triggers some
|
||||
great styles, but also `JavaScript that causes issues on mobile
|
||||
<https://github.com/OCA/web/pull/446#issuecomment-254827880>`_
|
||||
6
web_responsive/readme/USAGE.rst
Normal file
6
web_responsive/readme/USAGE.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
The following keyboard shortcuts are implemented:
|
||||
|
||||
* Toggle App Drawer - `ActionKey <https://en.wikipedia.org/wiki/Access_key#Access_in_different_browsers>` + ``A``
|
||||
* Navigate Apps Drawer - Arrow Keys
|
||||
* Type to select App Links
|
||||
* ``esc`` to close App Drawer
|
||||
Reference in New Issue
Block a user