Commit Graph

5124 Commits

Author SHA1 Message Date
Torsten Dittmann 92b4008a67 fix: arrow positioning 2024-03-01 00:39:15 +01:00
Torsten Dittmann 1014912f76 fix: tooltip arrows 2024-03-01 00:25:11 +01:00
Torsten Dittmann 4769c50189 fix: mfa screens 2024-02-29 13:53:18 +01:00
Steven Nguyen f6664a6351 fix(messaging): disable update button after updating mailgun provider
It was still enabled because isEuRegion wasn't extracted from the API response.
2024-02-29 13:08:34 +01:00
Steven Nguyen 7531cf5110 feat(messaging): hide pagination in topics/targets modals
Hide if searching results in 0 results.
2024-02-29 13:08:20 +01:00
Torsten Dittmann 6d2b7d0c8b Merge pull request #882 from appwrite/feat-messaging-edit-message
Update flow for editing a message
2024-02-29 12:53:39 +01:00
Steven Nguyen 928721e67b Merge branch '1.5.x' into feat-messaging-edit-message 2024-02-28 15:37:37 -08:00
Jake Barnby c97833b676 Update SDK 2024-02-28 11:10:09 +01:00
Steven Nguyen 614b286c7c feat(messaging): show count of selected in topics/targets modals
Also fix spacing in the modals.
2024-02-28 10:10:08 +01:00
Steven Nguyen 6d0177322e refactor(messaging): refactor date handling into reusable date functions 2024-02-27 15:10:57 -08:00
Steven Nguyen f7ed8d03f5 fix(messaging): replace subscribers with targets in message wizard 2024-02-27 20:18:29 +01:00
Torsten Dittmann e848d77122 fix: linter 2024-02-27 20:17:50 +01:00
Torsten Dittmann e40452dd3f fix: input 2024-02-27 20:17:50 +01:00
Matej Bačo 43896ea044 Fix code ql 2024-02-27 20:17:50 +01:00
Matej Bačo 7f02b409ad Fix autofocus issue 2024-02-27 20:17:50 +01:00
Torsten Dittmann 9ab21aa6f3 Merge pull request #803 from appwrite/fix-update-exceed-modal-copy
Fix update exceed modal copy
2024-02-27 20:16:53 +01:00
Steven Nguyen e8e2a8f0ed feat(messaging): add update subscription perms card to topic's page 2024-02-27 20:14:13 +01:00
Steven Nguyen 9ac59ba789 feat(messaging): update telesign params
Telesign changed the params from username and password to customer ID and API key so we need to update the Console to match.
2024-02-27 20:13:17 +01:00
Matej Bačo fdad144bb7 Fix CI/CD fail 2024-02-27 20:10:06 +01:00
Matej Bačo c0fbd22b68 Add manual entry code 2024-02-27 20:10:06 +01:00
Matej Bačo 38e82bd8e3 Only submit 2FA automatically once 2024-02-27 20:08:51 +01:00
Matej Bačo fa1050d02d Add auto-submit logic 2024-02-27 20:08:51 +01:00
Steven Nguyen faad1454a0 fix(messaging): clarify Sandbox switch for APNS provider 2024-02-27 20:06:39 +01:00
Steven Nguyen dce4dc4a98 fix(messaging) fix need a hand hover color 2024-02-27 20:06:12 +01:00
Steven Nguyen e9004be4d8 fix(messaging): fix provider docs link 2024-02-27 20:06:12 +01:00
Steven Nguyen f492837dd4 fix(messaging): update link to docs regarding subscribers 2024-02-27 20:05:44 +01:00
Steven Nguyen f29089a748 fix(messaging): show users w/o targets as disabled 2024-02-27 20:05:08 +01:00
Khushboo Verma 02fdd950b6 Update execution placeholder body 2024-02-27 20:04:30 +01:00
Steven Nguyen 16d24f93c2 feat(messaging): hide remove topic/target button for non-draft messages 2024-02-27 10:21:46 -08:00
Luke B. Silver 7345a213ac Update src/routes/console/wizard/feedback/step2.svelte
Co-authored-by: Carla <cg.alexander@gmail.com>
2024-02-27 11:37:45 +01:00
loks0n 8dfb58eaf5 chore: vincent suggestion 2024-02-27 11:37:45 +01:00
loks0n 213e72433f chore: vincent suggestions 2024-02-27 11:37:45 +01:00
loks0n 7f69ea5d55 fix: typo 2024-02-27 11:37:45 +01:00
loks0n 59154148c7 fix: big wizard audit 2024-02-27 11:37:45 +01:00
loks0n 88a99b702c fix: more wizard 2024-02-27 11:37:45 +01:00
loks0n e9333da83d fix: wizards copy 2024-02-27 11:37:45 +01:00
Steven Nguyen 2d3c7ef520 feat(messaging): support cancelling a scheduled message
Update status to draft.
2024-02-26 15:06:13 -08:00
Steven Nguyen 8d1934f303 fix(messaging): update topics/targets confirmation message 2024-02-26 15:06:13 -08:00
Steven Nguyen 3c1219dc23 fix(messaging): add html mode switch to email message 2024-02-26 15:06:13 -08:00
Steven Nguyen bd9bf4cb69 feat(messaging): add custom data to message details 2024-02-26 15:06:13 -08:00
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
loks0n 8391ef9177 fix: remove unused var 2024-02-26 14:50:05 +01:00
loks0n c5b948e6dc fix: invoices on selfhosted 2024-02-26 14:50:05 +01:00