admin.suherdy
  • Joined on 2024-12-09
admin.suherdy pushed to main at admin.suherdy/pos_ui_optimization 2026-03-17 07:16:23 +00:00
37971ab74d feat: Initialize module and specify POS UI optimization asset patches.
admin.suherdy pushed to 19.0 at admin.suherdy/account_audit_unlink 2026-03-17 03:42:55 +00:00
dcf02c0331 first commit
admin.suherdy created branch 19.0 in admin.suherdy/account_audit_unlink 2026-03-17 03:42:55 +00:00
admin.suherdy created repository admin.suherdy/account_audit_unlink 2026-03-17 03:32:39 +00:00
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 10:27:45 +00:00
6272b9df6f Chore: remove a console log statement and update a console error message prefix.
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 10:21:44 +00:00
bff3b53fcb refactor: Improve statelessness of iframe bridge restoration and CSS injection, and prevent re-binding of image field events.
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 10:15:31 +00:00
bf06e5be06 fix: Ensure sign items are always visible by injecting CSS overrides and explicitly removing the d-none class.
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 10:08:33 +00:00
424e68c57c Refactor: Consolidate image field logic into PDFIframe.prototype.refreshSignItemsForPage to avoid overriding enableCustom methods and improve patching strategy.
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 09:57:44 +00:00
c02e629a88 feat: Add diagnostic logging and debugging utilities for the sign image field's PDF iframe interactions.
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 09:44:10 +00:00
db3635d237 fix: Enhance iframe communication stability with a comprehensive bridge restoration and refine image field lazy loading and upload event handling.
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 09:18:11 +00:00
799fc9717a fix: Restore Odoo 19 iframe communication bridge and refine image lazy loading and upload logic.
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 09:13:03 +00:00
3708869870 refactor: Stabilize image field patching in Odoo Sign to ensure proper inheritance and improve lazy loading and upload handling.
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 08:53:24 +00:00
f119a32b0e feat: Enhance image field lazy loading robustness and refine PDF iframe patching logic
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 08:32:14 +00:00
c98aa6777e feat: Improve image field lazy loading by checking src attribute and reducing timeout, and refine image field setup with role-based access in PDFIframe and SignablePDFIframe.
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 08:09:35 +00:00
947543d54d refactor: improve image field lazy loading mechanism with fallbacks and enhance its loading state styling.
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 07:59:29 +00:00
65056cb9ea feat: Implement IntersectionObserver for lazy loading of image sign items instead of immediate triggering.
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 07:51:50 +00:00
0f9d0e02e6 feat: Implement shared lazy loading for sign images by introducing a mixin applied to both PDF and Signable iframes, and remove the ResizeObserver for image field sizing.
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 07:43:57 +00:00
70543a9e18 refactor: update patched component from PDFIframe to SignablePDFIframe
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 07:33:53 +00:00
8871c1399c refactor: apply image loading shimmer effect to the container element instead of the image itself.
admin.suherdy pushed to 19.0 at admin.suherdy/sign_image_field 2026-03-16 07:28:18 +00:00
b3f23fbc44 feat: Refactor image field lazy loading logic into a new _triggerLazyLoad method, applying it on enablement and page refresh, and patch PDFIframe.