Gabe Kangas
60805ebed0
Put actual token in workflow so Chromatic will run against PRs
2022-10-16 23:01:22 -07:00
gabek
bde2ec34fe
Bundle embedded web app
2022-10-17 05:53:16 +00:00
Gabe Kangas
e3c038f48d
Revert "fix notification reminder popup -> purple background ( #2209 )"
...
This reverts commit ab573f67e9
.
2022-10-16 22:49:43 -07:00
Gabe Kangas
660c95786e
Run chromatic on PRs
2022-10-16 22:46:45 -07:00
Gabe Kangas
a2a294bc4c
No longer lazy load followers
2022-10-16 22:40:17 -07:00
Mahlangu
ab573f67e9
fix notification reminder popup -> purple background ( #2209 )
...
* fix notification reminder popup -> purple background
* Prettified Code!
* resolved color to color variables
* Prettified Code!
Co-authored-by: unclebinary1001 <unclebinary1001@users.noreply.github.com>
2022-10-16 22:37:03 -07:00
gabek
c050569785
Bundle embedded web app
2022-10-17 04:53:07 +00:00
Gabe Kangas
6745759904
Tell storybook to use mdxv2
2022-10-16 21:48:19 -07:00
gabek
5802579cc5
Bundle embedded web app
2022-10-15 20:23:26 +00:00
Pranav Joglekar
80f1578142
fix ui: make navbar cover whole width of page ( #2213 )
...
Previously, there was a large url on the page, and the a tag did not
have word break property set - which resulted in the browser trying to
display the whole page with increased width. Allowing the a tag to have
a word break fixes this issue.
2022-10-15 13:20:39 -07:00
gabek
93839fa434
Bundle embedded web app
2022-10-13 02:28:24 +00:00
Gabe Kangas
27565c2b02
Show play button on player pause. Closes #2206
2022-10-12 19:24:41 -07:00
gabek
e179d3d472
Bundle embedded web app
2022-10-13 02:19:30 +00:00
Gabe Kangas
ee283311ec
Do not render icon of action button if icon is not set. Closes #2203 #2202
2022-10-12 19:15:47 -07:00
Gabe Kangas
d40e66b7ef
Stop playback metrics on player unmount
2022-10-12 19:15:47 -07:00
gabek
4eb5bff3db
Bundle embedded web app
2022-10-13 00:56:56 +00:00
Gabe Kangas
88bb8336f3
Fix player not staying inline on iOS. Closes #2097
2022-10-12 17:53:37 -07:00
Gabe Kangas
c844e98a19
Merge remote-tracking branch 'origin/develop' into webv2
2022-10-12 16:52:05 -07:00
Florian Lehner
203f669ca8
preallocate memory ( #2201 )
...
**What this PR does / why we need it:**
Preallocate memory instead of enforcing an incremental growth. This will result in less work for the garbage collector.
2022-10-12 16:37:26 -07:00
Gabe Kangas
cade15ea1b
Run API tests on pull requests
2022-10-12 15:34:35 -07:00
gabek
7a3c5196f2
Bundle embedded web app
2022-10-12 07:42:22 +00:00
renovate[bot]
89f167c6b0
chore(deps): pin dependencies ( #2197 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-12 00:39:30 -07:00
gabek
7d6a1fa12b
Bundle embedded web app
2022-10-12 07:25:39 +00:00
renovate[bot]
bf6a00c9f5
fix(deps): pin dependencies ( #2196 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-12 00:21:44 -07:00
gabek
4e50856047
Bundle embedded web app
2022-10-12 06:14:41 +00:00
Gabe Kangas
2e435628b9
Add mdx-js/react to silence missing dependency error
2022-10-11 23:09:31 -07:00
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