Commit Graph

20 Commits (2be4a248d27b17fcd916fb2dc0934fe0ff60531e)

Author SHA1 Message Date
Alexandre Díaz 2be4a248d2 [IMP] web_responsive: Support long titles 2023-03-01 15:33:26 +01:00
Alexandre Díaz 66bffe3991 [IMP] web_responsive: Made chatter input & attachments scrollable 2023-03-01 15:33:26 +01:00
Alexandre Díaz 51a92835e2 [MIG] web_responsive: Migration to 13.0 2023-03-01 15:33:26 +01:00
Alexandre Díaz de747ebef6 [FIX] web_responsive: changed button box more initial position 2023-03-01 15:33:26 +01:00
Mathias Markl 2763815e8d Update web_responsive.scss 2023-03-01 15:33:26 +01:00
Alexandre Díaz 1a05004294 [IMP] web_responsive: Chatter on small screen 2023-03-01 15:33:26 +01:00
Alexandre Díaz 47cad2f7bc imp overflow 2023-03-01 15:33:26 +01:00
Alexandre Díaz 5866e140a1 [FIX] web_responsive: Chatter position 2023-03-01 15:33:26 +01:00
Alexandre Díaz 09724c8f62 [IMP] web_responsive: Refactor code 2023-03-01 15:33:26 +01:00
Alexandre Díaz d98ffa0458 [FIX] web_responsive: AppDrawer in Chromium 2023-03-01 15:33:26 +01:00
Alexandre Díaz 3fe224123c [IMP] web_responsive: Menu wait for action 2023-03-01 15:33:26 +01:00
Alexandre Díaz 7151c254ef [IMP] web_responsive: Suggested changes 2023-03-01 15:33:26 +01:00
Alexandre Díaz 82ca2888b8 [IMP] web_responsive: AppMenu wait for load view 2023-03-01 15:33:26 +01:00
Alexandre Díaz 220fed1f79 [IMP] web_responsive: Support long title in form view 2023-03-01 15:33:26 +01:00
Alexandre Díaz dfc54d4f55 [IMP] web_responsive: Sticky in tree view and form view 2023-03-01 15:33:26 +01:00
Alexandre Díaz 069ea67f6c [IMP] web_responsive: chatter width 2023-03-01 15:33:26 +01:00
Jairo Llopis 3856b68531 Update web_responsive/static/src/css/web_responsive.scss
Co-Authored-By: Tardo <dev@redneboa.es>
2023-03-01 15:33:26 +01:00
Alexandre Díaz fa0330c2e9 [FIX+IMP] web_responsive: Chatter Topbar + fix #1189 + added gif 2023-03-01 15:33:26 +01:00
Alexandre Díaz 6e982655fa [IMP] Sticky chatter topbar 2023-03-01 15:33:26 +01:00
Jairo Llopis 29d50dda8b [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-03-01 15:33:26 +01:00