Arman
241b9aa080
Merge branch 'main' of github.com:appwrite/console into feat-e2e-new-flows
2024-05-22 17:16:48 +02:00
Arman
fcc8fde2cf
fix: code review
2024-05-21 11:00:00 +02:00
Steven Nguyen
fdb9795525
fix(elements): fix InputDigits undefined element error
...
If the InputDigits component is removed, the element will be undefined
but the onValueChange callback may still trigger. This change ensures
an element is found to prevent calling querySelector on undefined.
2024-05-16 11:11:58 -07:00
Steven Nguyen
3e7eb80229
fix(elements): allow InputDigits to auto submit again
...
If a user inputs an incorrect code, deletes what they put, and then
enters a different code, the InputDigits component should auto submit
again if autoSubmit is true.
2024-05-16 11:11:58 -07:00
Arman
5894eb8885
feat: create org wizard ✨
2024-05-07 16:10:05 +02:00
Arman
76b2ba4f93
chore: Add end slot to inputSelectSearch and update import paths for payment methods and payment modal components
2024-05-06 17:57:30 +02:00
Arman
74bbcad52d
feat: more work on the creation flow
2024-05-03 18:16:23 +02:00
Arman
61dcfb47a3
Merge branch 'main' of github.com:appwrite/console into refactor-org-creation
2024-05-03 13:58:39 +02:00
Steven Nguyen
018c9b7f65
fix(mfa): fix value not updating when autoSubmit is false
2024-05-01 15:38:11 -07:00
Torsten Dittmann
df67443916
Merge pull request #1049 from appwrite/remove-increase-decrease-buttons-from-input-number
...
Remove increase/decrease button from input number type
2024-04-25 15:29:32 +02:00
Arman
5a2d85f3f0
feat: new org creation
2024-04-24 18:05:38 +02:00
Elad Shechter
02e876ae14
Remove increase/decrease button of input number
2024-04-24 10:45:31 +02:00
Steven Nguyen
125632728b
feat(elements): add autoSubmit bool to InputDigits
...
By default, InputDigits will auto submit unless autoSubmit is set to false.
2024-04-22 15:41:34 -07:00
Steven Nguyen
e9204f3550
fix(elements): update InputDigits to be more mobile-friendly
...
Make the size smaller on mobile and set keyboard type to numeric.
2024-04-22 12:24:53 -07:00
sourabpramanik
6dc705b76e
chore: fmt
2024-04-09 20:45:21 +05:30
sourabpramanik
370e65fc28
ref: create function to check file extensions
2024-04-09 20:42:41 +05:30
sourabpramanik
a3a60308b2
fix(input): add missing file extension check in dnd
2024-03-11 20:31:38 +05:30
Sourab Pramanik
71f991cce0
Merge branch 'appwrite:main' into bug-7362-file-extension-validation
2024-03-11 18:41:45 +05:30
Torsten Dittmann
611b9b9d76
fix: design review
2024-03-08 00:31:14 +01:00
Torsten Dittmann
1521df9c07
Merge branch '1.5.x' of https://github.com/appwrite/console into feat-file-picker
2024-03-07 17:42:39 +01:00
Torsten Dittmann
8ed7f7b103
Merge branch '1.5.x' of https://github.com/appwrite/console into fix-tooltip-arrow
2024-03-06 11:33:45 +01:00
Torsten Dittmann
8f38556408
fix: popover card radius
2024-03-01 13:45:46 +01:00
Torsten Dittmann
7c4505fb19
fix: popover
2024-03-01 02:31:24 +01:00
Steven Nguyen
d03e53b752
feat(messaging): update settings form list to allow grouping inputs
2024-02-29 16:30:54 -08:00
Torsten Dittmann
1014912f76
fix: tooltip arrows
2024-03-01 00:25:11 +01:00
Torsten Dittmann
49a2dffb7b
Merge branch '1.5.x' of https://github.com/appwrite/console into feat-file-picker
2024-02-29 13:01:15 +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
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
Torsten Dittmann
9e17787735
fix: leftovers
2024-02-26 12:52:43 +01:00
Torsten Dittmann
d2edd29d1e
fix: filepicker
2024-02-26 12:39:43 +01:00
Torsten Dittmann
99bec5d9ea
Merge branch '1.5.x' of https://github.com/appwrite/console into feat-file-picker
2024-02-25 16:28:25 +01:00
Steven Nguyen
c72ba12e47
chore(components): fix lint error
2024-02-22 21:58:42 +01:00
Steven Nguyen
a25fdf6ee9
feat(elements): allow setting size of checkbox to be smaller
2024-02-22 16:01:29 +01:00
wess
d47d8f7511
Updates fields to not show pointer when disabled
2024-02-21 12:17:44 -05: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
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
Torsten Dittmann
1d942975d1
fix: mfa
2024-02-14 17:52:40 +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
e65925d180
Merge branch '1.5.x' of https://github.com/appwrite/console into feat-mfa
2024-02-09 09:46:25 +01:00
wess
a1a85d5afd
Branching from 1.5.x, ensures undefined tooltips are not shown
2024-02-02 13:10:20 -05:00
Torsten Dittmann
0bb7a09858
Merge branch '1.5.x' of https://github.com/appwrite/console into feat-mfa
2024-02-02 14:32:06 +01:00
wess
3546e43677
Adds pointer cursor to date/time fields
2024-01-30 10:13:31 -05:00