mirror of https://github.com/OCA/web.git
[IMP] web_responsive: Readme
parent
dc593116a8
commit
6ec69f4b17
|
@ -91,6 +91,18 @@ Features for computers:
|
||||||
|
|
||||||
.. image:: https://raw.githubusercontent.com/OCA/web/12.0/web_responsive/static/img/appmenu.gif
|
.. image:: https://raw.githubusercontent.com/OCA/web/12.0/web_responsive/static/img/appmenu.gif
|
||||||
|
|
||||||
|
* Sticky header & footer in list view
|
||||||
|
|
||||||
|
.. image:: https://raw.githubusercontent.com/OCA/web/12.0/web_responsive/static/img/listview.gif
|
||||||
|
|
||||||
|
* Sticky statusbar in form view
|
||||||
|
|
||||||
|
.. image:: https://raw.githubusercontent.com/OCA/web/12.0/web_responsive/static/img/formview.gif
|
||||||
|
|
||||||
|
* Followers and send button is displayed on mobile. Avatar is hidden.
|
||||||
|
|
||||||
|
.. image:: https://raw.githubusercontent.com/OCA/web/12.0/web_responsive/static/img/chatter.gif
|
||||||
|
|
||||||
**Table of contents**
|
**Table of contents**
|
||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
|
|
|
@ -58,8 +58,20 @@ Features for computers:
|
||||||
|
|
||||||
* Sticky chatter topbar
|
* Sticky chatter topbar
|
||||||
|
|
||||||
.. image:: ./static/img/chatter_topbar.gif
|
.. image:: ../static/img/chatter_topbar.gif
|
||||||
|
|
||||||
* AppMenu waits for action finished to show the view
|
* AppMenu waits for action finished to show the view
|
||||||
|
|
||||||
.. image:: ./static/img/appmenu.gif
|
.. 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
|
||||||
|
|
|
@ -421,6 +421,15 @@ See <a class="reference external" href="https://github.com/odoo/odoo/issues/3006
|
||||||
<li><p class="first">AppMenu waits for action finished to show the view</p>
|
<li><p class="first">AppMenu waits for action finished to show the view</p>
|
||||||
<img alt="https://raw.githubusercontent.com/OCA/web/12.0/web_responsive/static/img/appmenu.gif" src="https://raw.githubusercontent.com/OCA/web/12.0/web_responsive/static/img/appmenu.gif" />
|
<img alt="https://raw.githubusercontent.com/OCA/web/12.0/web_responsive/static/img/appmenu.gif" src="https://raw.githubusercontent.com/OCA/web/12.0/web_responsive/static/img/appmenu.gif" />
|
||||||
</li>
|
</li>
|
||||||
|
<li><p class="first">Sticky header & footer in list view</p>
|
||||||
|
<img alt="https://raw.githubusercontent.com/OCA/web/12.0/web_responsive/static/img/listview.gif" src="https://raw.githubusercontent.com/OCA/web/12.0/web_responsive/static/img/listview.gif" />
|
||||||
|
</li>
|
||||||
|
<li><p class="first">Sticky statusbar in form view</p>
|
||||||
|
<img alt="https://raw.githubusercontent.com/OCA/web/12.0/web_responsive/static/img/formview.gif" src="https://raw.githubusercontent.com/OCA/web/12.0/web_responsive/static/img/formview.gif" />
|
||||||
|
</li>
|
||||||
|
<li><p class="first">Followers and send button is displayed on mobile. Avatar is hidden.</p>
|
||||||
|
<img alt="https://raw.githubusercontent.com/OCA/web/12.0/web_responsive/static/img/chatter.gif" src="https://raw.githubusercontent.com/OCA/web/12.0/web_responsive/static/img/chatter.gif" />
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p><strong>Table of contents</strong></p>
|
<p><strong>Table of contents</strong></p>
|
||||||
<div class="contents local topic" id="contents">
|
<div class="contents local topic" id="contents">
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 211 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
Loading…
Reference in New Issue