Muhsin Keloth
|
7de1fc6e4d
|
feat: update styles
|
2024-04-25 21:38:39 +05:30 |
|
Muhsin Keloth
|
1c6a170ce6
|
chore: fix button click handler
|
2024-04-25 17:27:27 +05:30 |
|
Muhsin Keloth
|
a9f233a81e
|
Update ProfileAvatar.vue
|
2024-04-25 17:06:08 +05:30 |
|
Muhsin Keloth
|
56d8ccb6cc
|
chore: fix the path
|
2024-04-25 16:31:55 +05:30 |
|
Muhsin Keloth
|
d9bf6b499b
|
chore: style fixes
|
2024-04-25 16:17:27 +05:30 |
|
Muhsin Keloth
|
a75790fc3c
|
chore: update button
|
2024-04-25 14:05:53 +05:30 |
|
Muhsin Keloth
|
31f81911a9
|
chore: review comments
|
2024-04-25 13:47:08 +05:30 |
|
Muhsin Keloth
|
d3152c62db
|
chore: remove custom click event
|
2024-04-25 13:30:44 +05:30 |
|
Muhsin Keloth
|
9528297ddc
|
chore: more cleanup
|
2024-04-25 13:18:15 +05:30 |
|
Muhsin Keloth
|
39b9799bdf
|
chore: code cleanup
|
2024-04-25 13:10:19 +05:30 |
|
Muhsin Keloth
|
979f1bac8e
|
Update Button.vue
|
2024-04-25 13:08:53 +05:30 |
|
Muhsin Keloth
|
d3c22e22fd
|
chore: review comments
|
2024-04-25 13:06:20 +05:30 |
|
Muhsin Keloth
|
aab6a1eb34
|
chore: code cleanup
|
2024-04-25 11:38:22 +05:30 |
|
Muhsin Keloth
|
0becb2ec94
|
fix: review comments
|
2024-04-25 11:35:33 +05:30 |
|
Muhsin Keloth
|
6ad304aba8
|
chore: fix condition
|
2024-04-25 11:03:00 +05:30 |
|
Muhsin Keloth
|
4e0796ad4e
|
chore: button cleanup
|
2024-04-25 10:38:52 +05:30 |
|
Muhsin Keloth
|
73a5796910
|
chore: more cleanups
|
2024-04-25 10:33:51 +05:30 |
|
Muhsin Keloth
|
b5185c0100
|
chore: code cleanup
|
2024-04-25 10:21:59 +05:30 |
|
Muhsin Keloth
|
b74e807ada
|
feat: complete avatar
|
2024-04-25 08:55:12 +05:30 |
|
Muhsin Keloth
|
d806e6a17c
|
feat: complete button
|
2024-04-24 21:02:05 +05:30 |
|
Muhsin Keloth
|
d2cb9d4b23
|
chore: code cleanup
|
2024-04-23 11:20:59 +05:30 |
|
Muhsin Keloth
|
9d00a897be
|
chore: update button component
|
2024-04-23 11:16:26 +05:30 |
|
Muhsin Keloth
|
9e57180193
|
feat: more style changes
|
2024-04-22 21:09:36 +05:30 |
|
Muhsin Keloth
|
ee16fe4626
|
chore: move button to composition API
|
2024-04-22 16:51:46 +05:30 |
|
Muhsin Keloth
|
2b91072811
|
chore: button styles
|
2024-04-22 16:19:17 +05:30 |
|
Muhsin Keloth
|
cccd24c3a5
|
chore: move component to vue3 syntax
|
2024-04-22 14:50:17 +05:30 |
|
Muhsin Keloth
|
fdc2c5834b
|
chore: more design updates
|
2024-04-22 11:17:53 +05:30 |
|
Muhsin Keloth
|
6d60f78b1d
|
feat: complete basic design
|
2024-04-20 12:06:08 +05:30 |
|
Muhsin Keloth
|
7c28d2124c
|
feat: add button component
|
2024-04-19 13:49:22 +05:30 |
|
 Shivam MishraandGitHub
|
7c5c88b17a
|
fix: Update border radius for login/unauthenticated pages (#9042)
|
2024-02-29 10:34:13 -08:00 |
|
 
|
6eb06377cc
|
feat: Add textarea component to use in forms (#8932)
Co-authored-by: Pranav <pranav@chatwoot.com>
|
2024-02-16 12:19:08 -08:00 |
|
 Nithin David ThomasandGitHub
|
678c00f254
|
fix: Removes default slot for right of label (#8936)
|
2024-02-14 10:48:54 -08:00 |
|
 Nithin David ThomasandGitHub
|
7298002da7
|
fix: Adds forgot password link for login form (#8927)
- focus ring not appearing issue
- missing forgot password link
Fixes: https://linear.app/chatwoot/issue/CW-3090/fix-fixes-issues-with-login-form
|
2024-02-14 16:31:32 +05:30 |
|
 Shivam MishraandGitHub
|
0158a55845
|
fix: Update outline color on login page (#8913)
|
2024-02-12 11:03:09 -08:00 |
|
 
|
bee2a14620
|
feat: Creates radio select form input for onboarding form (#8860)
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
|
2024-02-06 03:21:46 -08:00 |
|
 Nithin David ThomasandGitHub
|
65e9cee019
|
feat: Form input component to use with onboarding form (#8850)
* feat: Form input component to use with onboarding form
* Update Input.vue
* Update WithLabel.vue
* Review fixes
|
2024-02-05 10:17:06 -08:00 |
|
 Nithin David ThomasandGitHub
|
4368bdb2bc
|
feat: Form select component to use with onboarding form (#8852)
* feat: Form select component to use with onboarding form
* Update Select.vue
* Update WithLabel.vue
|
2024-02-05 09:19:44 -08:00 |
|
 Pranav Raj SandGitHub
|
1e70223ed7
|
chore: Upgrade Cypress to 13.4.0 (#8271)
|
2023-10-31 19:39:34 -07:00 |
|
 
|
a88d155dd7
|
feat: update tool-chain to latest (#7975)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
|
2023-09-27 14:02:34 +05:30 |
|
 Pranav Raj SandGitHub
|
550bea099c
|
fix: Add appearance-none to input field for ring to work (#7507)
|
2023-07-11 19:07:02 -07:00 |
|
 
|
b57063a8b8
|
feat: Support dark mode in login pages (#7420)
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
|
2023-07-01 07:49:52 +05:30 |
|