Bash Elliott
e416d69920
Merge remote-tracking branch 'upstream/main'
2023-06-27 15:26:57 +10:00
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
a71e89dae9
Merge branch 'main' of github.com:craftzdog/chat-bubbles-for-yt
2023-02-27 09:25:26 +09:00
Takuya Matsuyama
d77142c5a7
fix(bubble): wrap with break-word
...
fix a trivial issue
fix #12
2023-02-27 09:24:49 +09:00
peetzweg/
738762c42f
Use CSS Vars for Bubble Background and Text Color ( #11 )
...
* use css vars to easily change the bubble color
2023-02-24 10:39:46 +09:00
Bash Elliott
2c57f1403e
Update formatting
2023-01-20 11:26:53 +11:00
Bash Elliott
c40ab4f703
Added stroke colours.
2023-01-20 11:21:15 +11:00
Bash Elliott
06e2b0a003
Merge branch 'main' of https://github.com/rackodo/chat-bubbles-for-yt
2023-01-09 20:23:35 +11:00
Bash Elliott
630740d334
formatted code to fit the rest of the project
2023-01-09 20:23:21 +11:00
Bash Elliott
79fce6f6a2
formatted code to fit the rest of the project
2023-01-09 20:20:44 +11:00
Bash Elliott
8c8c6c0970
box shadow fix
2023-01-09 20:05:15 +11:00
Bash Elliott
0aca5e26a8
Merge branch 'main' of https://github.com/rackodo/chat-bubbles-for-yt
2023-01-09 20:04:34 +11:00
Bash Elliott
5fabc2d5fb
custom bubble colours
2023-01-09 20:02:27 +11:00
Takuya Matsuyama
8a183604af
fix(bubble): incorrect duration
2022-07-06 11:16:25 +09:00
Takuya Matsuyama
2da621a0bd
feat(animations): wip: smooth bubble-up transition
2022-07-06 11:16:25 +09:00
Takuya Matsuyama
bddf2257fe
fix(bubble-input): ignore enter key when composing
2022-06-07 15:29:04 +09:00
Takuya Matsuyama
fa4a783698
0.1.0
2022-05-20 11:15:47 +09:00
Takuya Matsuyama
d3c31beb3b
chore(license): apache 2.0
2022-05-20 11:15:40 +09:00
Akaam Shamerany
ba2e5bd9ba
Optimize and clean code ( #4 )
...
Co-authored-by: Akaam Shamerany <alpha@Akaams-MacBook-Air.local>
2022-05-20 11:09:01 +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
5fba2eceaa
docs(readme): add a link to the video tutorial
2022-05-08 11:43:52 +09:00
Takuya Matsuyama
8c348295ed
docs(readme): add a cover
2022-05-07 21:18:10 +09:00
Takuya Matsuyama
66b6128f6f
docs(readme): add a link to the tool
2022-05-07 14:44:45 +09:00
Takuya Matsuyama
62314a8a3e
chore(*): remove unused file
2022-05-07 14:11:05 +09:00
Bash Elliott
262a3d5eab
custom styling
2022-04-29 21:54:06 +10:00
Takuya Matsuyama
1fb91fc98f
fix(app): set focus to input on load
2022-04-23 17:25:22 +09:00
Takuya Matsuyama
2098145f20
fix(message): change appearance duration and padding left
2022-03-07 11:45:37 +09:00
Takuya Matsuyama
d646b164cb
feat(*): initial commit
2022-03-05 16:58:57 +09:00
Takuya Matsuyama
ea9391d0d9
Initial commit
2022-03-05 16:57:07 +09:00