v0.4.2
-
@lowdefy/modules-mongodb-activities: ### Patch Changes
-
#50
2ea6148Thanks @Gervwyk! - Use the AgGrid block's nativeloadingproperty for the list tables (activities_table,companies_table,contacts_table,users_table) instead of swapping theoverlayNoRowsTemplatebetweenLoading...andNo rowsvia_if. The block now enters its built-in loading state while the list request is pending and falls back to a staticNo rowsoverlay once it resolves empty — the previous wiring conflated "loading" with "empty" through a single text overlay. -
@lowdefy/modules-mongodb-companies: ### Patch Changes
-
#50
2ea6148Thanks @Gervwyk! - Use the AgGrid block's nativeloadingproperty for the list tables (activities_table,companies_table,contacts_table,users_table) instead of swapping theoverlayNoRowsTemplatebetweenLoading...andNo rowsvia_if. The block now enters its built-in loading state while the list request is pending and falls back to a staticNo rowsoverlay once it resolves empty — the previous wiring conflated "loading" with "empty" through a single text overlay. -
@lowdefy/modules-mongodb-contacts: ### Patch Changes
-
#50
2ea6148Thanks @Gervwyk! - Use the AgGrid block's nativeloadingproperty for the list tables (activities_table,companies_table,contacts_table,users_table) instead of swapping theoverlayNoRowsTemplatebetweenLoading...andNo rowsvia_if. The block now enters its built-in loading state while the list request is pending and falls back to a staticNo rowsoverlay once it resolves empty — the previous wiring conflated "loading" with "empty" through a single text overlay. -
@lowdefy/modules-mongodb-notifications: ### Patch Changes
-
#50
d008df4Thanks @Gervwyk! - Add scaffold for a public file-download flow on notification attachments — newfile-downloadBox page,notifications-files-bucket-publicAwsS3Bucket connection (backed byFILES_S3_ACCESS_KEY_ID/FILES_S3_SECRET_ACCESS_KEY/FILES_S3_BUCKET_PUBsecrets and thes3_regionvar), andget_notification_file/download_notification_filerequests. The page resolves the indexed file from$fileson a notification, generates a presigned S3 GET, and redirects the browser. Not yet exported viamodule.lowdefy.yaml— scaffolding only, not consumable until the manifest wires up the page and connection. -
#50
df408dcThanks @Gervwyk! - Allowresend-user-invitenotifications to be resolved by the link page. Theget_notification_for_linkaggregation now matchesevent_type: resend-user-invitein its$orfilter alongside the existinginvite-userbranch, so resent invite emails can deep-link the recipient straight to the invite-acceptance page without requiring the contact to already be logged in as themselves. -
@lowdefy/modules-mongodb-user-admin: ### Patch Changes
-
#50
2ea6148Thanks @Gervwyk! - Use the AgGrid block's nativeloadingproperty for the list tables (activities_table,companies_table,contacts_table,users_table) instead of swapping theoverlayNoRowsTemplatebetweenLoading...andNo rowsvia_if. The block now enters its built-in loading state while the list request is pending and falls back to a staticNo rowsoverlay once it resolves empty — the previous wiring conflated "loading" with "empty" through a single text overlay.