Commit Graph

417 Commits

Author SHA1 Message Date
Arman 2860406850 more work on the select checkbox 2024-03-07 11:51:37 +01:00
Arman bc9672ec25 fix: input select block 2024-03-07 10:45:55 +01:00
Arman cc40bde572 Merge branch '1.5.x' of github.com:appwrite/console into feat-new-array-filters 2024-03-07 10:20:21 +01:00
Arman bc33742337 feat: input select checkbox 2024-03-06 18:08:07 +01:00
Arman c6479687be wip 2024-03-06 17:21:33 +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 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
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
Torsten Dittmann dd27d1f040 Merge pull request #693 from appwrite/feat-appwrite-dpa
feat: appwrite dpa
2024-01-09 14:49:11 +01:00
Torsten Dittmann 8995415932 fix: dpa button 2024-01-09 14:18:59 +01:00
Torsten Dittmann ce090ccf62 Merge branch 'main' of https://github.com/appwrite/console into AmitGurbani/main 2024-01-02 15:17:27 +01:00
Aman Patel 712d1f5b49 fixed some pattern input validation arent working 2024-01-02 14:38:09 +01:00
Arman 99416057e3 feat: add loading state to buttons while submitting 2023-12-28 18:04:36 +01:00
Steven Nguyen 26707526d8 Create InputTime for only times 2023-12-19 16:15:29 -08:00
Steven Nguyen 5ef5986be4 Create InputDate for only dates 2023-12-19 16:15:29 -08:00
Steven Nguyen cd7e82453e Update InputRadio to properly show label and description 2023-12-19 16:15:29 -08:00
Steven Nguyen 37a5d11bda Update InputCheckbox to properly show label and description 2023-12-19 16:15:29 -08:00
Steven Nguyen 7532b8e36f Update input elments to support popovers 2023-12-19 16:15:08 -08:00
Arman 51fe5f05da fix: linter issues 2023-12-19 10:39:17 +01:00