Commit Graph

18 Commits

Author SHA1 Message Date
Alexandre Díaz
ef1461287b [MIG] web_responsive: Migration to 13.0 2023-11-17 00:37:43 +02:00
Alexandre Díaz
a98c3ad854 [FIX] web_responsive: changed button box more initial position 2023-11-17 00:37:43 +02:00
Mathias Markl
898c2958f4 Update web_responsive.scss 2023-11-17 00:37:43 +02:00
Alexandre Díaz
fcc8b581c0 [IMP] web_responsive: Chatter on small screen 2023-11-17 00:37:43 +02:00
Alexandre Díaz
895e54adfb imp overflow 2023-11-17 00:37:43 +02:00
Alexandre Díaz
7c43021d60 [FIX] web_responsive: Chatter position 2023-11-17 00:37:43 +02:00
Alexandre Díaz
dc593116a8 [IMP] web_responsive: Refactor code 2023-11-17 00:37:43 +02:00
Alexandre Díaz
17448df0db [FIX] web_responsive: AppDrawer in Chromium 2023-11-17 00:37:43 +02:00
Alexandre Díaz
3889c7f6dd [IMP] web_responsive: Menu wait for action 2023-11-17 00:37:43 +02:00
Alexandre Díaz
48bdbe87cf [IMP] web_responsive: Suggested changes 2023-11-17 00:37:43 +02:00
Alexandre Díaz
ba0bafaa2d [IMP] web_responsive: AppMenu wait for load view 2023-11-17 00:37:43 +02:00
Alexandre Díaz
7c21eb0fd5 [IMP] web_responsive: Support long title in form view 2023-11-17 00:37:43 +02:00
Alexandre Díaz
655b281dba [IMP] web_responsive: Sticky in tree view and form view 2023-11-17 00:37:42 +02:00
Alexandre Díaz
6a92d80baf [IMP] web_responsive: chatter width 2023-11-17 00:37:42 +02:00
Jairo Llopis
3ed7723107 Update web_responsive/static/src/css/web_responsive.scss
Co-Authored-By: Tardo <dev@redneboa.es>
2023-11-17 00:37:42 +02:00
Alexandre Díaz
2fc41bf8c1 [FIX+IMP] web_responsive: Chatter Topbar + fix #1189 + added gif 2023-11-17 00:37:42 +02:00
Alexandre Díaz
ffaee3678f [IMP] Sticky chatter topbar 2023-11-17 00:37:42 +02:00
Jairo Llopis
0e6d063b6e [MIG] web_responsive: Migrate to v12 and refactor
This migration includes a full refactoring to make this module more
maintainable. Some things that have changed:

- Removed external libraries.
- Change Less for Scss.
- Reduce ES and XML to the minimal required needs.
- Implement as much features as possible with just Scss.
- Remove copyright from `__init__.py` files.
- Trigger the new hotkeys system from Odoo v12 with `Shift+Alt` instead
  of just `Alt`, and restore some good old hotkeys (`E` for "Edit",
  `D` for "Discard", and `A` for "Apps menu").
  See https://github.com/odoo/odoo/issues/30068 on the matter.
- Control panel breadcrumbs are collapsed into a single backwards icon.
- Add FA icons to most common buttons in control panel.
- Hide text in XS for those buttons, to have a slicker phone experience.
- Lots of gifs in the README!
2023-11-17 00:37:42 +02:00