- Fix postprocess inherit (removed from v15), and use _postprocess_tag_field
for create/edit options: In v14 it worked with inheriting the "postprocess"
method because in each recursive call it passed a section of the view, in the
way that it went through all the child nodes of the root node, and passed through
the fields, and now in v15 the method "_postprocess_view "it just does the while,
and we never go through the nodes.
- Fix pylint errors: xml-deprecated-tree-attributte, attribute-string-redundant,
translation-positional-used
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)
[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
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
Previous of this commit, AppDrawer closes when the action have an id
that is defined in a menu item and no rpc calls are running.
Now AppDrawer closes in a more generic way, is enough that a
controller is attached to consider that the AppDrawer needs to be
closed.