6272b9df6fChore: remove a console log statement and update a console error message prefix.
19.0
Suherdy Yacob2026-03-16 17:27:38 +0700
bff3b53fcbrefactor: Improve statelessness of iframe bridge restoration and CSS injection, and prevent re-binding of image field events.Suherdy Yacob2026-03-16 17:21:34 +0700
bf06e5be06fix: Ensure sign items are always visible by injecting CSS overrides and explicitly removing the d-none class.Suherdy Yacob2026-03-16 17:15:11 +0700
424e68c57cRefactor: Consolidate image field logic into PDFIframe.prototype.refreshSignItemsForPage to avoid overriding enableCustom methods and improve patching strategy.Suherdy Yacob2026-03-16 17:08:23 +0700
c02e629a88feat: Add diagnostic logging and debugging utilities for the sign image field's PDF iframe interactions.Suherdy Yacob2026-03-16 16:57:33 +0700
db3635d237fix: Enhance iframe communication stability with a comprehensive bridge restoration and refine image field lazy loading and upload event handling.Suherdy Yacob2026-03-16 16:44:00 +0700
799fc9717afix: Restore Odoo 19 iframe communication bridge and refine image lazy loading and upload logic.Suherdy Yacob2026-03-16 16:18:01 +0700
3708869870refactor: Stabilize image field patching in Odoo Sign to ensure proper inheritance and improve lazy loading and upload handling.Suherdy Yacob2026-03-16 16:12:54 +0700
f119a32b0efeat: Enhance image field lazy loading robustness and refine PDF iframe patching logicSuherdy Yacob2026-03-16 15:53:15 +0700
c98aa6777efeat: 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.Suherdy Yacob2026-03-16 15:32:05 +0700
947543d54drefactor: improve image field lazy loading mechanism with fallbacks and enhance its loading state styling.Suherdy Yacob2026-03-16 15:09:24 +0700
65056cb9eafeat: Implement IntersectionObserver for lazy loading of image sign items instead of immediate triggering.Suherdy Yacob2026-03-16 14:59:19 +0700
0f9d0e02e6feat: 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.Suherdy Yacob2026-03-16 14:51:42 +0700
70543a9e18refactor: update patched component from PDFIframe to SignablePDFIframeSuherdy Yacob2026-03-16 14:43:48 +0700
8871c1399crefactor: apply image loading shimmer effect to the container element instead of the image itself.Suherdy Yacob2026-03-16 14:33:45 +0700
b3f23fbc44feat: Refactor image field lazy loading logic into a new _triggerLazyLoad method, applying it on enablement and page refresh, and patch PDFIframe.Suherdy Yacob2026-03-16 14:28:08 +0700
f6f2852b30feat: Implement lazy loading for existing sign images with a shimmer effect to improve performance.Suherdy Yacob2026-03-16 14:20:06 +0700
5b4d441d9cfeat: Enhance image sign item display, refine upload responsibility checks, optimize image rendering, and notify value changes.Suherdy Yacob2026-03-16 14:02:12 +0700
c6592e85f2Refactor: Remove direct storage of compressed data URL in sign item values.Suherdy Yacob2026-03-16 13:26:52 +0700
dd7b43ec8cfeat: reduce maximum image processing and upload dimensions to 1080.Suherdy Yacob2026-02-24 11:19:03 +0700
34a7869f91fix: Reset base output stream position before PDF file reading to ensure correct parsing.Suherdy Yacob2026-02-12 15:56:38 +0700
a197c027efrefactor: Use o_sign_image_item class for image sign item styling instead of data-type attribute.Suherdy Yacob2026-02-12 15:48:19 +0700
71a54e4eb7feat: Implement client-side image compression and server-side rendering for image type sign items on PDF documents.Suherdy Yacob2026-02-12 15:28:57 +0700
c7b48e0afcfeat: Add data-type='image' to image sign item templates and refine placeholder CSS specificity.Suherdy Yacob2026-02-12 15:00:48 +0700
f4b4dedb70refactor: Adjust image_process import path, update sign route type to jsonrpc, and add a .gitignore file.Suherdy Yacob2026-01-21 09:36:14 +0700