gabek
c050569785
Bundle embedded web app
3 years ago
Gabe Kangas
6745759904
Tell storybook to use mdxv2
3 years ago
gabek
5802579cc5
Bundle embedded web app
3 years ago
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.
3 years ago
gabek
93839fa434
Bundle embedded web app
3 years ago
Gabe Kangas
27565c2b02
Show play button on player pause. Closes #2206
3 years ago
gabek
e179d3d472
Bundle embedded web app
3 years ago
Gabe Kangas
ee283311ec
Do not render icon of action button if icon is not set. Closes #2203 #2202
3 years ago
Gabe Kangas
d40e66b7ef
Stop playback metrics on player unmount
3 years ago
gabek
4eb5bff3db
Bundle embedded web app
3 years ago
Gabe Kangas
88bb8336f3
Fix player not staying inline on iOS. Closes #2097
3 years ago
Gabe Kangas
c844e98a19
Merge remote-tracking branch 'origin/develop' into webv2
3 years ago
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.
3 years ago
Gabe Kangas
cade15ea1b
Run API tests on pull requests
3 years ago
gabek
7a3c5196f2
Bundle embedded web app
3 years ago
renovate[bot]
89f167c6b0
chore(deps): pin dependencies ( #2197 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 years ago
gabek
7d6a1fa12b
Bundle embedded web app
3 years ago
renovate[bot]
bf6a00c9f5
fix(deps): pin dependencies ( #2196 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 years ago
gabek
4e50856047
Bundle embedded web app
3 years ago
Gabe Kangas
2e435628b9
Add mdx-js/react to silence missing dependency error
3 years ago
gabek
2bdc5b7f23
Bundle embedded web app
3 years ago
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>
3 years ago
gabek
71152decdd
Bundle embedded web app
3 years ago
Gabe Kangas
61e1a49fd4
Replace markdown editor with CodeMirror
3 years ago
gabek
84dc83359b
Bundle embedded web app
3 years ago
Gabe Kangas
e1416e90e5
Use a real code editor for CSS editing. Closes #1843
3 years ago
gabek
5645ff5e13
Bundle embedded web app
3 years ago
Gabe Kangas
7967106fcc
Restore the loading state of the app. Closes #2195
3 years ago
gabek
9b31ee11ac
Bundle embedded web app
3 years ago
Gabe Kangas
a526decef4
Refactor use of antd tab component. Closes #2098
3 years ago
gabek
e461f85109
Bundle embedded web app
3 years ago
gabek
6c903dea74
Prettified Code!
3 years ago
Gabe Kangas
83fb88ad70
Use the new light background color for chat bg color
3 years ago
gabek
2e81290adf
Bundle embedded web app
3 years ago
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.
3 years ago
gabek
df3da1c040
Bundle embedded web app
3 years ago
Gabe Kangas
aa1b4819bb
Fix hook count error
3 years ago
gabek
25657a548f
Bundle embedded web app
3 years ago
Gabe Kangas
80a012a3c7
Add current user object that holds user session values instead of standalone getters. Closes #2050
3 years ago
Gabe Kangas
d94723bd3a
Fix embeds not loading on prod builds. Closes #2186
3 years ago
gabek
902f21b361
Bundle embedded web app
3 years ago
gabek
b820eb4ae0
Prettified Code!
3 years ago
Gabe Kangas
4c13c3618d
Remove admin stylesheets from loading with app. Closes #2183
3 years ago
renovate[bot]
6a195e80c8
Bundle embedded web app
3 years ago
renovate[bot]
5ed67bf77b
chore(deps): lock file maintenance
3 years ago
renovate[bot]
8a22475ccc
chore(deps): lock file maintenance
3 years ago
Matthew Donoughe
10055664bb
add tests for webhook events ( #2180 )
...
* add tests for webhook events
* atomic.Uint32 is not in Go 1.18
3 years ago
gabek
e1657759dc
Bundle embedded web app
3 years ago
Gabe Kangas
8f0541a0f1
Remove hardcoded websocket host
3 years ago
gabek
de87b78768
Bundle embedded web app
3 years ago