Skip to content

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 11 May 19:56
ce01639
  • @lowdefy/modules-mongodb-activities: ### Patch Changes

  • #50 2ea6148 Thanks @Gervwyk! - Use the AgGrid block's native loading property for the list tables (activities_table, companies_table, contacts_table, users_table) instead of swapping the overlayNoRowsTemplate between Loading... and No rows via _if. The block now enters its built-in loading state while the list request is pending and falls back to a static No rows overlay once it resolves empty — the previous wiring conflated "loading" with "empty" through a single text overlay.

  • @lowdefy/modules-mongodb-companies: ### Patch Changes

  • #50 2ea6148 Thanks @Gervwyk! - Use the AgGrid block's native loading property for the list tables (activities_table, companies_table, contacts_table, users_table) instead of swapping the overlayNoRowsTemplate between Loading... and No rows via _if. The block now enters its built-in loading state while the list request is pending and falls back to a static No rows overlay once it resolves empty — the previous wiring conflated "loading" with "empty" through a single text overlay.

  • @lowdefy/modules-mongodb-contacts: ### Patch Changes

  • #50 2ea6148 Thanks @Gervwyk! - Use the AgGrid block's native loading property for the list tables (activities_table, companies_table, contacts_table, users_table) instead of swapping the overlayNoRowsTemplate between Loading... and No rows via _if. The block now enters its built-in loading state while the list request is pending and falls back to a static No rows overlay once it resolves empty — the previous wiring conflated "loading" with "empty" through a single text overlay.

  • @lowdefy/modules-mongodb-notifications: ### Patch Changes

  • #50 d008df4 Thanks @Gervwyk! - Add scaffold for a public file-download flow on notification attachments — new file-download Box page, notifications-files-bucket-public AwsS3Bucket connection (backed by FILES_S3_ACCESS_KEY_ID / FILES_S3_SECRET_ACCESS_KEY / FILES_S3_BUCKET_PUB secrets and the s3_region var), and get_notification_file / download_notification_file requests. The page resolves the indexed file from $files on a notification, generates a presigned S3 GET, and redirects the browser. Not yet exported via module.lowdefy.yaml — scaffolding only, not consumable until the manifest wires up the page and connection.

  • #50 df408dc Thanks @Gervwyk! - Allow resend-user-invite notifications to be resolved by the link page. The get_notification_for_link aggregation now matches event_type: resend-user-invite in its $or filter alongside the existing invite-user branch, 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 2ea6148 Thanks @Gervwyk! - Use the AgGrid block's native loading property for the list tables (activities_table, companies_table, contacts_table, users_table) instead of swapping the overlayNoRowsTemplate between Loading... and No rows via _if. The block now enters its built-in loading state while the list request is pending and falls back to a static No rows overlay once it resolves empty — the previous wiring conflated "loading" with "empty" through a single text overlay.