Steven Nguyen and Torsten Dittmann
5273546a30
Update all provider inputs to hide popover button when there's no popover
2024-02-15 14:37:53 +00:00
Steven Nguyen and Torsten Dittmann
df9891be5b
Update password input to support popovers
2024-02-15 14:37:53 +00:00
Steven Nguyen and Torsten Dittmann
9083bc0ea9
Allow revealing the value for provider password inputs
2024-02-15 14:37:53 +00:00
Steven Nguyen and Torsten Dittmann
2985aa670a
Ensure sensitive provider fields use a password input
2024-02-15 14:37:53 +00:00
Steven Nguyen and Torsten Dittmann
28525fe9f9
Removed required prop from InputSwitch
...
Having required will prevent submitting with value == false.
2024-02-15 14:37:53 +00:00
Steven Nguyen and Torsten Dittmann
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 and Torsten Dittmann
381c23add2
Update phone input to support popovers
2024-02-15 14:37:53 +00:00
Steven Nguyen and Torsten Dittmann
7804ada0ae
Remove provider link property since it's not used
2024-02-15 14:37:53 +00:00
Steven Nguyen and Torsten Dittmann
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
Arman and Torsten Dittmann
7757d8dbb8
feat: missing payment method alert banner
3.4.6
2024-02-15 13:18:03 +00:00
Torsten Dittmann
a411fecd1a
fix: slef-hosted trying to access billing
2024-02-15 10:47: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
loks0n
63bc8753dc
chore: revert ssr scopes
2024-02-14 11:55:46 +00:00
Arman
599afa0f90
feat: mandate flow
2024-02-13 17:47:12 +01:00
Torsten Dittmann
1be1e4fa11
fix: hidden modals
2024-02-13 15:36:04 +00:00
Arman
b482a7a3da
more work on the mandate flow
2024-02-13 16:06:01 +01:00
Arman
63805945bd
Merge branch 'main' of github.com:appwrite/console into feat-mandate-flow
2024-02-13 14:54:19 +01:00
Arman
fb0023dfd9
feat: downgrade feedback options
2024-02-13 14:54:09 +01:00
Steven Nguyen and Torsten Dittmann
74f09e341a
Update links to messaging docs
2024-02-13 12:01:56 +00:00
Steven Nguyen and Torsten Dittmann
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 and Torsten Dittmann
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 and Torsten Dittmann
e436c19c99
Don't show delete card if message is processing
2024-02-13 12:00:07 +00:00
Steven Nguyen and Torsten Dittmann
d6130d1198
Add a button to view logs in message details
2024-02-13 11:56:24 +00:00
Steven Nguyen and Torsten Dittmann
9065a08bd8
Update copy on the message errors modal
2024-02-13 11:56:24 +00:00
Steven Nguyen and Torsten Dittmann
d312dc13e4
Update messages table to show Details link for errors
2024-02-13 11:56:24 +00:00
Steven Nguyen and Torsten Dittmann
254490a28b
Fix message status pill colors
2024-02-13 11:56:24 +00:00
Torsten Dittmann and GitHub
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
wess
3cb0e4f0e6
Updates copy for exceeds modal
2024-02-12 12:33:12 -05:00
Steven Nguyen and Torsten Dittmann
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 and Torsten Dittmann
1fed189709
Fix filtering user targets by created at
2024-02-12 14:52:20 +00:00
Steven Nguyen and Torsten Dittmann
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 and GitHub
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
Arman
79730d8b47
Add payment mandate setup and check for missing mandate
2024-02-12 15:51:26 +01:00
Torsten Dittmann and GitHub
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 and GitHub
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
Arman
b1aec3d43d
fix: disable set as default
2024-02-12 11:34:27 +01:00
Arman
05cda48002
Merge branch 'main' of github.com:appwrite/console into feat-retry-payment-email-flow
2024-02-12 11:33:25 +01:00
Arman
196d229a7a
fix: endpoint
2024-02-12 11:13:13 +01:00
Arman
0ca2940c38
Merge branch 'main' of github.com:appwrite/console into refactor-billing-endpoints
2024-02-12 10:10:53 +01:00
Steven Nguyen
571c104659
Show max length for sms and push messages
...
Providing a limit will help clarify for the user so that
they won't send a message which will then fail because
of the limit.
Since the limit varies by provider, the Console is going
to use the smallest limit out of all the providers.
2024-02-09 18:20:03 -08:00
Steven Nguyen
1df9b6cc1a
Update custom data tooltip for clarity
2024-02-09 18:12:44 -08:00
Torsten Dittmann and GitHub
8c8f0b7ccb
Merge pull request #790 from appwrite/fix-svelte-diagnostic-errors
...
Fix svelte diagnostic errors
2024-02-09 17:18:44 +01:00
Steven Nguyen
51f9442fc0
Fix lint errors
2024-02-09 07:59:04 -08:00