Commit Graph
5076 Commits
Author SHA1 Message Date
Steven Nguyen aade0a8a23 fix(messaging): only allow editing for draft messages 2024-02-26 15:06:13 -08:00
Steven Nguyen 88f661149b fix(messaging): show cancel and reschedule for scheduled messages 2024-02-26 11:41:07 -08:00
Steven Nguyen c6ed6604a0 refactor(messaging): update message detail cards to accept message param
Rely less on global store for possibility to test in the future.
2024-02-26 08:53:38 -08:00
Steven Nguyen d35d460b4c fix(messaging): fix topics & targets empty state for non-draft
Show empty search and link to docs since they shouldn't edit it.
2024-02-26 08:31:33 -08:00
Steven Nguyen 4696f1b6d0 fix(messaging): make schedule message modal bigger
Give the inputs a bit more room.
2024-02-26 08:21:35 -08:00
Steven Nguyen 722d918cc9 fix(messaging): make the send modal small
It doesn't need that much space since it's just a little bit of content.
2024-02-26 08:20:21 -08:00
Steven Nguyen 57cd02825e fix(messaging): use sentence case in topic/target empty state 2024-02-26 08:18:39 -08:00
Steven Nguyen 1caba3792b fix(messaging): remove topic/target title and add button when empty 2024-02-26 08:17:49 -08:00
Steven Nguyen 41a7caa6b5 refactor(messaging): remove unused update message wizard code 2024-02-25 22:48:13 -08:00
Steven Nguyen 1d6a8017e1 feat(messaging): update overview card to support scheduling and sending 2024-02-25 22:48:13 -08:00
Steven Nguyen 2c9788bad8 fix(messaging): update message details to show scheduled/delivered at
Only show when available. Othersise, hide the entire line.
2024-02-25 22:48:13 -08:00
Steven Nguyen cb4a69adb6 fix(messaging): ensure scheduledAt is saved in draft messages 2024-02-25 22:48:13 -08:00
Steven Nguyen 87845fd7dd feat(messaging): rename the message preview cards and enable updating 2024-02-25 18:18:50 -08:00
Steven Nguyen 3d364d1938 feat(messaging): update the message targets card to allow updating 2024-02-25 17:51:21 -08:00
Steven Nguyen 232deea662 feat(messaging) update the message topics card to allow updating 2024-02-25 17:51:21 -08:00
Matej BačoandTorsten Dittmann f196bcfb48 Fix 2FA deletion copy 2024-02-25 21:26:36 +01:00
wessandTorsten Dittmann 62a5cbc514 adjusted height of phone for preview 2024-02-25 21:20:15 +01:00
wessandTorsten Dittmann 97493c3416 working on preview spacing 2024-02-25 21:20:15 +01:00
Torsten DittmannandGitHub 2dfeddaf44 Merge pull request #862 from appwrite/update-migration-consts
Update 'envVar' to 'environment variable' for migrations and remove Firebase OAuth stuff
2024-02-25 15:11:48 +01:00
Bradley Schofield ecb1b55965 Run Linter 2024-02-25 11:39:37 +00:00
Bradley Schofield 8984e161d3 Detect migration resource values from names 2024-02-25 11:13:52 +00:00
Jake BarnbyandGitHub 81862870d0 Merge pull request #873 from appwrite/feat-messaging-service-toggle
Add messaging to project services
2024-02-25 21:50:24 +13:00
Jake Barnby 70bc6e45f0 Add messaging to project services 2024-02-25 21:15:51 +13:00
Torsten DittmannandGitHub 264af34b81 Merge pull request #868 from appwrite/fix-messaging-smtp-provider
Fix messaging smtp provider
2024-02-24 23:44:59 +01:00
Torsten Dittmann 644a67b5ac Merge branch '1.5.x' of https://github.com/appwrite/console into fix-messaging-smtp-provider 2024-02-24 19:06:28 +01:00
Torsten DittmannandGitHub 1544ec69d0 Merge pull request #822 from appwrite/fix-messaging-popover-font
Update the font color of the popover content
2024-02-24 19:06:01 +01:00
Torsten Dittmann 15dac0e513 Merge branch '1.5.x' of https://github.com/appwrite/console into fix-messaging-popover-font 2024-02-24 19:00:54 +01:00
Torsten DittmannandGitHub 8402892430 Merge pull request #818 from appwrite/feat-messaging-fcm-apns-screenshots
Update FCM and APNS screenshots
2024-02-24 18:42:08 +01:00
Torsten Dittmann a635fcf5a3 Merge branch 'feat-messaging-fcm-apns-screenshots' of https://github.com/appwrite/console into feat-messaging-fcm-apns-screenshots 2024-02-24 18:38:33 +01:00
Torsten Dittmann c9d9409858 Merge branch '1.5.x' of https://github.com/appwrite/console into feat-messaging-fcm-apns-screenshots 2024-02-24 18:37:31 +01:00
Torsten DittmannandGitHub 0651aef680 Merge branch '1.5.x' into feat-messaging-fcm-apns-screenshots 2024-02-24 18:32:39 +01:00
Torsten Dittmann e47c5f0a48 revert: remove exception helper 2024-02-24 18:30:33 +01:00
Torsten Dittmann aaab1118a0 fix: various issues 2024-02-24 18:30:33 +01:00
Steven NguyenandTorsten Dittmann 0837b8d49a fix(messaging): prevent duplicate create subscriber calls
Update subscribersByTargetId with created subscribers so subsequent addTarget() calls won't add the same targets again.
2024-02-24 18:01:01 +01:00
Steven NguyenandTorsten Dittmann 7971aeb4a3 fix(messaging): update Need a hand? section based on design feedback 2024-02-24 18:00:03 +01:00
Steven NguyenandTorsten Dittmann e5523eda10 feat(components): increase collapsible's chevron size per design feedback 2024-02-24 18:00:03 +01:00
Steven NguyenandTorsten Dittmann 6e675d44d8 feat(components): bind open on collapsible item
This allows binding upstream to detect changes to open.
2024-02-24 18:00:03 +01:00
Steven NguyenandTorsten Dittmann 75f313d473 feat(components): update clickable list item
- allow external links
- allow attaching click handler
2024-02-24 18:00:03 +01:00
Steven NguyenandTorsten Dittmann d851553af5 fix(messaging): update copy in select topics modal
Change # subscribers to # targets to clarify the count is of the
matching targets rather than all the subscribers/targets.
2024-02-24 17:59:24 +01:00
Steven NguyenandTorsten Dittmann 985bb997c8 fix: Ensure Invite member modal title is sentence cased 2024-02-24 17:59:00 +01:00
Steven NguyenandTorsten Dittmann 0be5033957 fix(messaging): hide overview card footer if message didn't fail
Since there's only 1 button that may not show, we need to hide the footer
or else there will be a big empty space.
2024-02-24 14:29:34 +01:00
Jake BarnbyandGitHub 28c39068ad Merge pull request #869 from appwrite/feat-apns-sandbox
APNS sandbox server support
2024-02-25 01:53:18 +13:00
Jake Barnby 73f9fc526b Lint 2024-02-25 01:41:54 +13:00
Jake Barnby 082ce65b56 Allow setting sandbox mode for APNS 2024-02-25 01:22:47 +13:00
Jake Barnby 9227730269 Update SDK 2024-02-25 00:37:06 +13:00
Steven Nguyen d63efc0b0d fix(messaging): update SMTP provider fields based on design review
- Use checkbox for autoTLS
- Add popover for mailer field
- Update description for autoTLS
- Update placeholder for host field
2024-02-23 17:31:55 -08:00
Steven Nguyen 4aac6c4415 fix(messaging): fix update SMTP provider updating incorrect param 2024-02-23 17:31:55 -08:00
Steven Nguyen 60728b4a4d fix(messaging): fix SMTP provider's Encryption option population for None 2024-02-23 17:31:55 -08:00
Steven Nguyen 8853088497 Merge branch 'feat-messaging-fcm-apns-screenshots' into fix-messaging-popover-font 2024-02-23 17:30:21 -08:00
Steven Nguyen 7df714a698 chore(messaging): fix lint error 2024-02-23 17:27:51 -08:00