Commit Graph

4969 Commits

Author SHA1 Message Date
wess 6bb420c825 Fixes type-o 2024-02-21 09:22:36 -05:00
wess 917551fb42 Lint updates 2024-02-21 10:34:39 +01:00
wess a2e2695613 Adds Message category to scopes
Fixes wrong scope count
2024-02-21 10:34:39 +01:00
Steven Nguyen 3995d9cd99 Update message type in select topics modal description
For consistency, it should be:

- Email
- SMS
- Push
2024-02-21 10:31:43 +01:00
Steven Nguyen 6eae539859 Update View logs button in message details
Show as secondary instead of text to make it stand out more.
2024-02-21 10:27:05 +01:00
Steven Nguyen deab043626 feat(messaging): update textmagic icons 2024-02-21 10:24:13 +01:00
Steven Nguyen 00433f689b feat(messaging): update sendgrid icons 2024-02-21 10:24:13 +01:00
Steven Nguyen 375210280b feat(messaging): make SMTP provider settings match the project SMTP settings 2024-02-21 10:23:49 +01:00
Steven Nguyen 2e72d3c531 feat(messaging): remove SMTP icon from provider wizard 2024-02-21 10:23:49 +01:00
Steven Nguyen 06c06599e5 Fix Textmagic case and popover text 2024-02-15 14:37:53 +00:00
Steven Nguyen a2957540f4 Fix SendGrid case and link 2024-02-15 14:37:53 +00:00
Steven Nguyen fd1ba68907 Fix Vonage popover links and text 2024-02-15 14:37:53 +00:00
Steven Nguyen 2d603fe538 Fix twilio popover links and text
The URLs should be generic console URLs without account/custom values.
2024-02-15 14:37:53 +00:00
Steven Nguyen 3b5085c1fa Skip some tests for the InputDomain input
Skipping because these pass in the browser but fail in testing. It could be because of jsdom.
2024-02-15 14:37:53 +00:00
Steven Nguyen 9494f3a25d Don't send empty strings for optional provider fields 2024-02-15 14:37:53 +00:00
Steven Nguyen 45c910af71 Enforce required password inputs for providers 2024-02-15 14:37:53 +00:00
Steven Nguyen 4f72a48e89 Use a large shadow for popover dropped cards 2024-02-15 14:37:53 +00:00
Steven Nguyen 5273546a30 Update all provider inputs to hide popover button when there's no popover 2024-02-15 14:37:53 +00:00
Steven Nguyen df9891be5b Update password input to support popovers 2024-02-15 14:37:53 +00:00
Steven Nguyen 9083bc0ea9 Allow revealing the value for provider password inputs 2024-02-15 14:37:53 +00:00
Steven Nguyen 2985aa670a Ensure sensitive provider fields use a password input 2024-02-15 14:37:53 +00:00
Steven Nguyen 28525fe9f9 Removed required prop from InputSwitch
Having required will prevent submitting with value == false.
2024-02-15 14:37:53 +00:00
Steven Nguyen 1e98d29523 Fix pattern for domain
Because of the input pattern uses the v RegExp flag,
ranges like [A-Za-z] must be wrapped with []. In
addition, the last - in [A-Za-z0-9-] needed to be
escaped.
2024-02-15 14:37:53 +00:00
Steven Nguyen 381c23add2 Update phone input to support popovers 2024-02-15 14:37:53 +00:00
Steven Nguyen 7804ada0ae Remove provider link property since it's not used 2024-02-15 14:37:53 +00:00
Steven Nguyen 640f933d19 Update links in provider popovers
1. Use class="link" for consistency
2. Add rel="noopener noreferrer" for consistency
2024-02-15 14:37:53 +00:00
Torsten Dittmann 1d942975d1 fix: mfa 2024-02-14 17:52:40 +00:00
Torsten Dittmann ab8506ed4c Merge branch '1.5.x' of https://github.com/appwrite/console into 1.5.x 2024-02-14 16:16:30 +00:00
Torsten Dittmann 3b3fb4d3c5 fix: pricing issue 2024-02-14 16:16:26 +00:00
Torsten Dittmann 1be1e4fa11 fix: hidden modals 2024-02-13 15:36:04 +00:00
Steven Nguyen 74f09e341a Update links to messaging docs 2024-02-13 12:01:56 +00:00
Steven Nguyen 97ba01d2a8 Hide Usage tab on self-hosted project settings page
The usage tab requires an API only available on cloud.
2024-02-13 12:00:57 +00:00
Steven Nguyen 25c7a5ae67 Update copy for delete message card and modal
Clarify behavior based on message status
2024-02-13 12:00:07 +00:00
Steven Nguyen e436c19c99 Don't show delete card if message is processing 2024-02-13 12:00:07 +00:00
Steven Nguyen d6130d1198 Add a button to view logs in message details 2024-02-13 11:56:24 +00:00
Steven Nguyen 9065a08bd8 Update copy on the message errors modal 2024-02-13 11:56:24 +00:00
Steven Nguyen d312dc13e4 Update messages table to show Details link for errors 2024-02-13 11:56:24 +00:00
Steven Nguyen 254490a28b Fix message status pill colors 2024-02-13 11:56:24 +00:00
Torsten Dittmann 09c1627eb6 Merge pull request #811 from appwrite/sync-release-branch
sync: release branch with main
2024-02-13 11:44:35 +00:00
Torsten Dittmann 25a6218dbd chore: run linter 2024-02-13 11:27:19 +00:00
Torsten Dittmann de3213217c fix: sync package lock 2024-02-13 11:25:14 +00:00
Torsten Dittmann 2300ef9067 fix: svelte kit 2 migration 2024-02-13 11:24:57 +00:00
Torsten Dittmann a5707ff80a Merge branch 'main' of https://github.com/appwrite/console into sync-release-branch 2024-02-13 10:18:47 +00:00
Torsten Dittmann 88f6611317 fix: onboarding price 3.4.5 2024-02-12 18:16:03 +00:00
Steven Nguyen 8a267dc220 Fix empty state for user targets
We don't support creating targets so the empty state
shouldn't open the create modal.
2024-02-12 14:52:20 +00:00
Steven Nguyen 1fed189709 Fix filtering user targets by created at 2024-02-12 14:52:20 +00:00
Steven Nguyen cf7b417474 Use longGeneric instead of longOffset for time zone name
longOffset shows the time zone as "GMT-08:00" which may be confusing
or force the user to think for a second before realizing that it's their
local timezone. longGeneric shows the time zone as "Pacific Time" which
should be clearer.
2024-02-12 14:52:05 +00:00
Torsten Dittmann 7b3a8b3b4d Merge pull request #796 from appwrite/feat-messaging-custom-data-tooltip
Update custom data tooltip for clarity
2024-02-12 14:51:40 +00:00
Torsten Dittmann 1b413040bc Merge pull request #797 from appwrite/feat-messaging-message-max-length
Show max length for sms and push messages
2024-02-12 14:51:19 +00:00
Torsten Dittmann 6c69f5bc98 Merge pull request #776 from appwrite/feat-retry-payment-email-flow
feat: retry payment email flow
3.4.4
2024-02-12 13:27:56 +00:00