-
- Downloads
"source/dom/dimension.mjs" did not exist on "049dd1d9939f210b3318755767d33281e0d7bb4b"
fix: Update node and pnpx binaries; Adjust image privacy handling
Summary of changes - Updated pnpx and node binary paths in the import configuration file to reflect the latest versions. - Changed the image privacy visibility logic in the MessageContent component to ensure privacy images are handled correctly. Details of changes: - In development/config/import.mjs: - Updated `pnpxBin` to use the new path for nodejs v22.16.0. - Updated `nodeBin` to use the new path for nodejs v24.3.0. - In source/components/content/viewer/message.mjs: - Changed `privacy.visible` property from true to false initially, and set it to true if any images are marked as privacy. - In source/components/content/viewer/stylesheet/html.mjs: - Adjusted CSS rules to ensure proper masking and display properties for privacy images, improving UI consistency.
Showing
- development/config/import.mjs 2 additions, 2 deletionsdevelopment/config/import.mjs
- development/mock/issue-325.js 3 additions, 1 deletiondevelopment/mock/issue-325.js
- source/components/content/viewer/message.mjs 6 additions, 3 deletionssource/components/content/viewer/message.mjs
- source/components/content/viewer/style/html.pcss 2 additions, 2 deletionssource/components/content/viewer/style/html.pcss
- source/components/content/viewer/stylesheet/html.mjs 1 addition, 1 deletionsource/components/content/viewer/stylesheet/html.mjs
Please register or sign in to comment