diff --git a/web_responsive/README.rst b/web_responsive/README.rst index add7b9dd..6eae1ac6 100644 --- a/web_responsive/README.rst +++ b/web_responsive/README.rst @@ -91,6 +91,18 @@ Features for computers: .. 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** .. contents:: diff --git a/web_responsive/readme/DESCRIPTION.rst b/web_responsive/readme/DESCRIPTION.rst index bc6efdbb..2b73a88a 100644 --- a/web_responsive/readme/DESCRIPTION.rst +++ b/web_responsive/readme/DESCRIPTION.rst @@ -58,8 +58,20 @@ Features for computers: * Sticky chatter topbar - .. image:: ./static/img/chatter_topbar.gif + .. image:: ../static/img/chatter_topbar.gif * 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 diff --git a/web_responsive/static/description/index.html b/web_responsive/static/description/index.html index f2ff26a2..979f020c 100644 --- a/web_responsive/static/description/index.html +++ b/web_responsive/static/description/index.html @@ -421,6 +421,15 @@ See AppMenu waits for action finished to show the view
+Sticky header & footer in list view
+ +Sticky statusbar in form view
+ +Followers and send button is displayed on mobile. Avatar is hidden.
+ +Table of contents