Commit graph

3799 commits

Author SHA1 Message Date
gabek
2bdc5b7f23 Bundle embedded web app 2022-10-12 05:56:31 +00:00
Matthew Heller
a831b9805c
React 18 (#2198)
* Update npm dependencies.

* Move @storybook/react to devDependencies. Minor update to recoil.

* Exempt stories.tsx files from the extraneous dependency check so that we can use npm audit --omit=dev to get a clearer idea of vulnerabilities present in a production build.

* Prettified Code!

Co-authored-by: heller <heller@users.noreply.github.com>
2022-10-11 22:53:51 -07:00
gabek
71152decdd Bundle embedded web app 2022-10-11 03:21:09 +00:00
Gabe Kangas
61e1a49fd4
Replace markdown editor with CodeMirror 2022-10-10 20:16:14 -07:00
gabek
84dc83359b Bundle embedded web app 2022-10-11 02:53:23 +00:00
Gabe Kangas
e1416e90e5
Use a real code editor for CSS editing. Closes #1843 2022-10-10 19:49:06 -07:00
gabek
5645ff5e13 Bundle embedded web app 2022-10-11 01:36:54 +00:00
Gabe Kangas
7967106fcc
Restore the loading state of the app. Closes #2195 2022-10-10 18:33:22 -07:00
gabek
9b31ee11ac Bundle embedded web app 2022-10-11 00:57:41 +00:00
Gabe Kangas
a526decef4
Refactor use of antd tab component. Closes #2098 2022-10-10 17:54:03 -07:00
gabek
e461f85109 Bundle embedded web app 2022-10-11 00:19:32 +00:00
gabek
6c903dea74 Prettified Code! 2022-10-11 00:17:19 +00:00
Gabe Kangas
83fb88ad70
Use the new light background color for chat bg color 2022-10-10 17:15:48 -07:00
gabek
2e81290adf Bundle embedded web app 2022-10-11 00:14:01 +00:00
Matthew Heller
6e54ec7695
Antd updates (#2194)
* Fix antd Modal.visible warning by using updated attribute name 'open'.

* Update more attributes (onVisibleChange => onOpenChange, defaultVisible => defaultOpen) to fix browser console warnings.

* Update ModalProps property from 'visible' to 'open' to match the change in antd.

* Update variable names to match the antd change from 'visible' to 'open'.

* Inline this for the linter.

* One more visible => open reference.
2022-10-10 17:11:29 -07:00
gabek
df3da1c040 Bundle embedded web app 2022-10-11 00:01:31 +00:00
Gabe Kangas
aa1b4819bb
Fix hook count error 2022-10-10 16:57:11 -07:00
gabek
25657a548f Bundle embedded web app 2022-10-10 23:43:23 +00:00
Gabe Kangas
80a012a3c7
Add current user object that holds user session values instead of standalone getters. Closes #2050 2022-10-10 16:40:13 -07:00
Gabe Kangas
d94723bd3a
Fix embeds not loading on prod builds. Closes #2186 2022-10-10 14:06:02 -07:00
gabek
902f21b361 Bundle embedded web app 2022-10-10 20:35:12 +00:00
gabek
b820eb4ae0 Prettified Code! 2022-10-10 20:33:13 +00:00
Gabe Kangas
4c13c3618d
Remove admin stylesheets from loading with app. Closes #2183 2022-10-10 13:31:37 -07:00
renovate[bot]
6a195e80c8 Bundle embedded web app 2022-10-10 10:15:27 +00:00
renovate[bot]
5ed67bf77b chore(deps): lock file maintenance 2022-10-10 10:12:53 +00:00
gabek
e1657759dc Bundle embedded web app 2022-10-10 04:21:48 +00:00
Gabe Kangas
8f0541a0f1
Remove hardcoded websocket host 2022-10-09 21:17:55 -07:00
gabek
de87b78768 Bundle embedded web app 2022-10-10 03:35:36 +00:00
Gabe Kangas
dd5b8e7ce5
Start of empty follower tab state. For #1913 2022-10-09 20:31:14 -07:00
gabek
87ee74e9c2 Bundle embedded web app 2022-10-10 01:56:17 +00:00
Gabe Kangas
7843487b76
Fix followers request 2022-10-09 18:52:45 -07:00
gabek
50d16319c9 Bundle embedded web app 2022-10-10 01:45:35 +00:00
gabek
370eb60cc4 Prettified Code! 2022-10-10 01:43:24 +00:00
Gabe Kangas
34a5104a6d
Add and use additional light background color for custom page content 2022-10-09 18:41:52 -07:00
gabek
c0021f1f9a Bundle embedded web app 2022-10-09 21:50:38 +00:00
Gabe Kangas
7788fe3327
Support custom text in notify button 2022-10-09 14:45:42 -07:00
gabek
b973fbc2c0 Bundle embedded web app 2022-10-09 18:28:22 +00:00
juliana-mol
9f2aa66527
chat story controls (#2181)
* chat story controls

* Prettified Code!

Co-authored-by: juliana-mol <juliana-mol@users.noreply.github.com>
2022-10-09 11:25:48 -07:00
gabek
6cafc9697e Bundle embedded web app 2022-10-09 07:11:08 +00:00
renovate[bot]
592de39a17
fix(deps): update dependency slate-react to v0.83.1 (#2169)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-09 00:07:44 -07:00
gabek
83ae0c9c7f Bundle embedded web app 2022-10-09 06:19:28 +00:00
Gabe Kangas
9c1fac7468
Do not show raw error in the fatal error modal 2022-10-08 23:15:38 -07:00
gabek
270c26c3a8 Bundle embedded web app 2022-10-09 05:38:16 +00:00
Gabe Kangas
cd3722d9f1
Limit chat input to max characters. Closes #2109 2022-10-08 22:33:50 -07:00
gabek
2c7be0db10 Bundle embedded web app 2022-10-09 01:58:04 +00:00
Gabe Kangas
8a946b8444
Do not show status bar unless live 2022-10-08 18:53:45 -07:00
Gabe Kangas
7e284aa4df
Remove the restricted width of the page content 2022-10-08 18:53:45 -07:00
gabek
2fe72ff178 Bundle embedded web app 2022-10-09 00:55:01 +00:00
Gabe Kangas
23b5468ed4
Fix error thrown by player after player is unmounted 2022-10-08 17:51:17 -07:00
gabek
083df79ae6 Bundle embedded web app 2022-10-09 00:19:07 +00:00