Commit Graph

431 Commits

Author SHA1 Message Date
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
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
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
Steven Nguyen c28feb378c Update the date and time inputs to open on click
The default behavior is to open only when clicking the icon, but
it may be difficult to click such a small icon. This change updates
the input so that the picker opens when the input is clicked.
2024-01-28 22:25:29 -06:00
wess b0ea035491 Adds tooltip property to inputTags and adds tool tip to Enum Elements field 2024-01-26 09:44:02 -05:00
Torsten Dittmann 0a3ee236d1 Merge branch '1.5.x' of https://github.com/appwrite/console into feat-mfa 2024-01-24 18:51:50 +01:00
wess 1e0e83d888 Removes unused 2024-01-22 12:44:20 -05:00
Torsten Dittmann b0ba4d57d2 fix: some issues 2024-01-22 15:19:28 +01:00
wess e7e91c8c53 Fixes dropdown width 2024-01-18 12:27:41 -05:00
Torsten Dittmann 3189ed80f5 fix: mfa 2024-01-18 16:03:35 +01:00
Steven Nguyen dc5b77933c Merge branch 'main' into feat-messaging 2024-01-17 23:08:24 +00:00