Drew DeVault
|
6491f7e915
|
composer: turn off browser autocomplete
|
2021-05-28 08:53:37 +02:00 |
|
Simon Ser
|
80e0175d36
|
Make all resource paths relative
Closes: https://todo.sr.ht/~emersion/gamja/17
|
2021-03-02 22:46:48 +01:00 |
|
Simon Ser
|
2941dc0076
|
Fix TypeError in Composer.focus
Uncaught (in promise) TypeError: this.textInput.current is null
|
2020-07-13 09:45:30 +02:00 |
|
Simon Ser
|
20be67503b
|
Add basic autocompletion
|
2020-06-29 12:36:17 +02:00 |
|
Simon Ser
|
1b0ac4339f
|
Listen to input evbent in composer
Avoids having the pending text removed when re-rendering the component.
|
2020-06-26 14:57:34 +02:00 |
|
Simon Ser
|
b449ace4b4
|
Switch to react
Under the hood, preact is used to reduce dependency size. We still don't
have a build stage, so htm is used instead of JSX.
|
2020-06-24 14:37:49 +02:00 |
|