Commit Graph

24 Commits (aa0d32aff2f7b4b580dc4051bbb429ed2cce36f1)

Author SHA1 Message Date
David 095e1bdd59 [IMP] web_responsive: public message chatter color
We give a color clue to the users so they can better tell if they're
sending an internal note or a public message.

Dislaimer: we use the `has()` pseudo class mainly because is simpler to
implement and the support is quite extended right now. Even Firefox will
catch up soon (now it has support behing a config flag).

So users with compatible browser will enjoy it, while others will just stay
as they were.

TT44953
2023-09-13 16:49:21 +02:00
anjeel.haria beda62914b [MIG] web_responsive: Migration to 16.0
Fix for optional dropdown checkbox in list view

Made Changes for compatibility with web_chatter_position module

Fix for attachment delete dialog
2023-03-06 17:01:59 +01:00
Alexandre D. Díaz e1acbd7ce9 [IMP] web_responsive: Adapt label width 2023-03-01 15:33:27 +01:00
Sergey Shebanin bf2da55752 [IMP] big inputs on forms in edit mode 2023-03-01 15:33:27 +01:00
Sergey Shebanin 1ee54464db [IMP] recaptured actual description screenshots 2023-03-01 15:33:27 +01:00
Sergey Shebanin cd321a6ef1 [MIG] web_responsive: Migration to 15.0 2023-03-01 15:33:26 +01:00
Sergey Shebanin 2354e7e5e0 [MIG] web_responsive: Migration to 14.0 2023-03-01 15:33:26 +01:00
Alexandre D. Díaz 066bfd0e69 [IMP] web_responsive: Scrollable dropdowns 2023-03-01 15:33:26 +01:00
Alexandre D. Díaz 08a9e059f4 [IMP] web_responsive: Bigger checkboxes in list view 2023-03-01 15:33:26 +01:00
Alexandre D. Díaz e1c2cc5dbb [FIX] web_responsive: Hide search panel on small screens 2023-03-01 15:33:26 +01:00
Pedro M. Baeza e5c8d82045 [IMP] web_responsive: Adjust roadmap
* Removed one of the wishlist after #1654 and #1657
* Added the bug depicted in #1626

Closes #1626
2023-03-01 15:33:26 +01:00
Ivàn Todorovich 9f962c4c1c [IMP] Improve responsiveness in large screens: don't let the icons separate too much from each other
[FIX] Display of long search result items in mobile

[IMP] AppMenu searchbar style

[IMP] Add vertical padding to icons, to increase separation

[IMP] Add focus style on app icons

[IMP] Prevent user selection on menu

[IMP] Prevent dragging the menues
2023-03-01 15:33:26 +01:00
Alexandre Díaz 04a869f8c7 [IMP] web-responsive: Document Viewer 2023-03-01 15:33:26 +01:00
Alexandre Díaz 2be4a248d2 [IMP] web_responsive: Support long titles 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
Mathias Markl 5fc120e224 [FIX] web_responsive: Close Menu on Discard 2023-03-01 15:33:26 +01:00
Alexandre Díaz 418b30fc5f [IMP] web_responsive: Readme 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 fa0330c2e9 [FIX+IMP] web_responsive: Chatter Topbar + fix #1189 + added gif 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
Jairo Llopis 492f5e28a1 [FIX] web_responsive: Complete search feature forward-porting 2023-03-01 15:33:26 +01:00
Dave Lasley d3becfe1cb [IMP] web_responsive: Add search feature (#838)
* Add feature to search menus in the app drawer
* Switch model to RPC
2023-03-01 15:33:26 +01:00
Pedro M. Baeza a4c188f9b6 [IMP] web_responsive: Add known issue note about sticky 2023-03-01 15:33:26 +01:00
QS5ELkMu 702203920d [IMP] web_responsive: Possibility of putting the chatter in the right (#951) 2023-03-01 15:33:26 +01:00