3
0
Fork 0
Commit Graph

33 Commits (655ea0e5a77ba3baac7ae530084f515d94cbd5c2)

Author SHA1 Message Date
Sergey Shebanin 655ea0e5a7 [MIG] web_responsive: Migration to 14.0 2023-11-17 00:37:43 +02:00
Alexandre D. Díaz 3ae68ccac9 [IMP] web_responsive: Scrollable dropdowns 2023-11-17 00:37:43 +02:00
Yann Papouin 4e571b562a [FIX] web_responsive: Do not set overflow property on inline fields
Co-authored-by: Alexandre Díaz <alexandre.diaz@tecnativa.com>
Ensure that the title is displayed while the user holds the mouse click (while selecting content)
2023-11-17 00:37:43 +02:00
Alexandre D. Díaz 64952c39ad [IMP] web_responsive: Bigger checkboxes in list view 2023-11-17 00:37:43 +02:00
Alexandre D. Díaz 2085e329f3 [FIX] web_responsive: Menu section overflow 2023-11-17 00:37:43 +02:00
Alexandre D. Díaz 36a50c4f55 [IMP] web_responsive: Cut long filters names in the filters menu 2023-11-17 00:37:43 +02:00
Alexandre D. Díaz 8cfa42a110 [FIX] web_responsive: Hide search panel on small screens 2023-11-17 00:37:43 +02:00
Ivàn Todorovich 2229795586 [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-11-17 00:37:43 +02:00
Pablo Androetto cb623388d8 New style in apps menu
scss file to change ui variables easily

Deleted unnecesary padding

remove unnecesary styles

unnecesary styles

align menu items to left again

search results styles and fixes

prettier configuration fix

newline at end of file (variables.scss)

text color calculation for navbar

fix in img url

requested fixes

Transitions and focus fixes

fix in js settimeout

margin added in search-container

Fix in transition

Co-authored-by: Jairo Llopis <Yajo@users.noreply.github.com>

Remove duplicated css
2023-11-17 00:37:43 +02:00
Jairo Llopis 7db4a9ee3e [IMP] pre-commit run after update
Includes some manual fixes to silent ESLint warnings.
2023-11-17 00:37:43 +02:00
Alexandre Díaz 2d2f079fa9 [IMP] web-responsive: Document Viewer 2023-11-17 00:37:43 +02:00
Jairo Llopis 2a83abe393 [FIX] web_responsive: make followers dropdown usable
Fix a visual glitch that impeded using the followers dropdown with a sided chatter.
2023-11-17 00:37:43 +02:00
Alexandre Díaz d2601d3ea0 [IMP] mail_tracking: Changed form statusbar z-index 2023-11-17 00:37:43 +02:00
Alexandre Díaz 0de0fa4a81 [IMP] web_responsive: Support long titles 2023-11-17 00:37:43 +02:00
Alexandre Díaz af7a0721fe [IMP] web_responsive: Made chatter input & attachments scrollable 2023-11-17 00:37:43 +02:00
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