Commit graph

6 commits

Author SHA1 Message Date
peetzweg/
c4cce3c900
feat(*): Converts Codebase to TypeScript (#10)
* upgrade react and convert to typescript project

* adds some typing to the useMessages hook

* changes dev server port back to previous default

* adds types to all files

* moves static prop to inner div as it's prevent text wrapping the bubble. `style` is not a valid motion.div prop.

* fixes bouncing bubbles on when disappearing.

* organizes imports

* revert unintended change of timeout length
2023-02-28 09:30:00 +09:00
Takuya Matsuyama
2da621a0bd feat(animations): wip: smooth bubble-up transition 2022-07-06 11:16:25 +09:00
Takuya Matsuyama
5b86470066 fix(bubble-input): maintain focus by handling blur events
Use forwardRef to expose the content editable element and let the parent component control the focus

fix #1 #2
2022-05-13 16:15:28 +09:00
Takuya Matsuyama
62314a8a3e chore(*): remove unused file 2022-05-07 14:11:05 +09:00
Takuya Matsuyama
1fb91fc98f fix(app): set focus to input on load 2022-04-23 17:25:22 +09:00
Takuya Matsuyama
d646b164cb feat(*): initial commit 2022-03-05 16:58:57 +09:00