Ginger Wong
13cfd112b7
- reduced custom styles, use mostly tailwind classes
...
- updated markdown css for extrausercontent
2020-08-21 23:44:10 -07:00
Ginger Wong
66dc2f84c9
fix placehodler style, fix chat panel cookieing
2020-08-21 15:55:52 -07:00
Ginger Wong
60c04c02c4
update chat component to enable formfield via both streamstatus and socket status
2020-08-20 15:33:51 -07:00
Ginger Wong
c3adfe7b7b
preact app integration
2020-08-20 15:29:15 -07:00
Ginger Wong
136a575973
wip.. initial setup for preact integration into main app
2020-08-20 12:59:07 -07:00
Ginger Wong
756311f03c
style updates to message-only
2020-08-19 14:46:20 -07:00
Ginger Wong
0325af3ce7
styles for message only view
2020-08-19 00:47:41 -07:00
Ginger Wong
d7b8058264
make edits for a messages-only view of the chat module
2020-08-19 00:16:35 -07:00
Ginger Wong
ebc852b430
initial set up for styling updates; actually add files
2020-08-17 09:00:36 -07:00
Ginger Wong
70f3d7e165
borrow react-ContentEditable component
2020-08-17 01:12:21 -07:00
Ginger Wong
979651a925
extract user names frm old message when they come in
2020-08-15 18:41:31 -07:00
Ginger Wong
703aa40271
move over other input field fxns to input component
2020-08-15 18:28:29 -07:00
Ginger Wong
63d7671fed
progress wip. separated out chat input component and its respective methods.
2020-08-14 04:19:19 -07:00
Ginger Wong
3814c24cab
set up websocket and emoji in chat component
2020-08-13 09:28:47 -07:00
Ginger Wong
7a1512ef6b
breaking out styles into smaller files; break out chat helper functions into utils
2020-08-13 02:43:41 -07:00
Ginger Wong
e1e4365692
integrate message comp
2020-08-13 02:08:14 -07:00
Ginger Wong
64e7809c26
separate out message relate utils, create message component
2020-08-13 01:49:10 -07:00
Ginger Wong
dad802f19a
Initial setup for standalone chat with Preact.
...
- set up standalone static page and message related components
- start separating out css into smaller more manageable files
- start separating out utils into smaller modular files
- renaming some files for consistency
2020-08-13 01:28:25 -07:00
Gabe Kangas
df04af0f38
Websocket refactor: Pull it out of the UI and support callbacks ( #104 )
...
* Websocket refactor: Pull it out of the UI and support listeners
* Changes required for Safari to be happy with modules
* Move to explicit ad-hoc callback registration
2020-08-06 10:55:33 -07:00