Commit Graph
516 Commits
Author SHA1 Message Date
wess 4ba6ea45a0 Lint fixes 2024-02-23 15:59:44 +01:00
wess adb5841600 Removes ancestor 2024-02-23 15:59:44 +01:00
wess 5fb51df51a Fixes tooltip position 2024-02-23 15:59:44 +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
Torsten Dittmann 4cf5d3d6f7 Merge branch '1.5.x' into feat-messaging-sdk 2024-02-08 10:04:35 +01:00
Steven Nguyen 5d35185b2b Add support for bulk deleting messages 2024-02-07 13:27:41 -08:00
Steven Nguyen f9a4f9850a Use enums from the console SDK whenever possible 2024-02-05 20:08:04 -08: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 2b15daa750 Merge pull request #727 from appwrite/fix-missing-events-and-credits
chore: add missing event
2024-01-26 13:13:55 +01: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
Arman 09d94be14a chore: add missing event 2024-01-16 13:33:56 +01: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
Arman 739cd545cd fix: review comments, refactor confirmation 2023-12-18 10:28:03 +01:00
Arman 0bfd4ab90b fix: align icons right, add column joined 2023-12-15 23:05:41 +01:00
Arman ebb7b2017b feat: add message to logs 2023-12-13 18:57:00 +01:00
Arman 1b4e505ef8 fix: fake modal 2023-12-12 17:08:35 +01:00
Arman 878f57c72e feat: button can be a link now 2023-12-11 10:44:59 +01:00
Arman 0b8e3e7900 fix: budget alerts 2023-12-04 15:58:10 +01:00
Arman fc137fecc5 fix: QA issues 2023-11-24 22:26:16 +01:00
Arman 5afb3f9ce9 fix: lots of QA fixes 2023-11-21 22:46:28 +01:00