Commit graph

13 commits

Author SHA1 Message Date
ggurdin
c8bf68e4cd
Login signup fixes (#1277)
* made button same height when loading, added timeout to language settings / avatar page

* fix: make button click always work, shrink inputs and add more space between logo and page content

* fix: don't open keyboard automatically in signup/login pages

* fix: make language dropdown hint text accurate

* feat: if a user logs in with SSO, allow them to set their username in the account setup page
2024-12-19 10:47:11 -05:00
ggurdin
16bdce9bd2
initial design updates to signup/login process (#1268)
* initial design updates to signup/login process

* feat: added signup/login assets, better button styling and animations

* fix: signup / login updated based on mobile testing
2024-12-18 14:53:25 -05:00
ggurdin
50b435b7e9
added clicking sounds on button click (#1236) 2024-12-13 10:08:39 -05:00
ggurdin
266094d4e3
removed redundant enabled parameter from PressableButton, always call onPressed 2024-12-10 11:23:35 -05:00
ggurdin
570e933eca
updated pressable button widget to prevent it from changing the constraints of its child 2024-12-10 11:12:08 -05:00
ggurdin
2840a7dcfd
make first message not from the user in a chat a pressable button (#1175) 2024-12-06 14:43:08 -05:00
ggurdin
e3f035a3f4
remove haptic feedback on iOS (#1047) 2024-11-19 12:02:11 -05:00
ggurdin
5f8c9439b0
call hapticfeedback.vibrate on iOS (#1044) 2024-11-18 16:59:57 -05:00
ggurdin
a1675c072c
keep button down if disabled 2024-11-06 15:31:25 -05:00
ggurdin
f3841fe0ec
don't rely on fixed dimensions to render pressable buttons, animate in opacity/blur change in overlay backdrop 2024-11-06 15:14:04 -05:00
ggurdin
25251ae613
uncomment button height 2024-11-06 12:00:10 -05:00
ggurdin
d5f8be57b5
added buttonHeight as parameter of pressable button and added completer to prevent up animation from starting before the down animation finishes 2024-11-06 11:58:08 -05:00
ggurdin
c315d5b970
added press animations to toolbar buttons 2024-11-05 11:31:44 -05:00