Commit Graph
1579 Commits
Author SHA1 Message Date
t1enne 283d6ce081 overrides for enabling scrolling inside tabs 2022-10-20 21:53:31 +02:00
t1enne f603979ad9 added hook to calculate height for btm content 2022-10-20 21:53:16 +02:00
t1enne fece33ccaf small css adjustments 2022-10-20 20:25:54 +02:00
t1enne f0a2900f01 increased font size on mobile 2022-10-20 20:25:54 +02:00
t1enne 0ff49f1c32 changed statusbar colors 2022-10-20 20:25:54 +02:00
t1enne ecfb4a4c53 fixed mobile ui overflowing 2022-10-20 20:25:54 +02:00
t1enne 5eebb10fe6 action buttons now wrap 2022-10-20 20:25:54 +02:00
renovate[bot]andGitHub c15968539d fix(deps): update dependency antd to v4.23.6 2022-10-20 00:48:34 +00:00
Matthew HellerandGitHub b8ce91d39a Coerce the iframe to fill the Modal a little better. (#2229) 2022-10-19 15:44:24 -07:00
Gabe Kangas de90e6a74c Fix some broken social icons in frontend and admin 2022-10-18 23:38:26 -07:00
Gabe Kangas ca320660f0 rc-util is no longer required to be explicitly added 2022-10-18 23:23:11 -07:00
Gabe Kangas 2f8c5ec131 rc-overflow is no longer explicitly required to be added 2022-10-18 23:23:11 -07:00
Gabe Kangas d8e1b037d9 Remove some unused storybook addons 2022-10-18 23:11:18 -07:00
renovate[bot]andGitHub dbcf2ac2c4 chore(deps): update dependency @svgr/webpack to v6.5.0 2022-10-19 06:01:34 +00:00
renovate[bot]andGitHub a1f53a2d7d chore(deps): update dependency @mdx-js/react to v2.1.5 2022-10-19 05:47:20 +00:00
renovate[bot]andGitHub 1776b19c2e fix(deps): update dependency ua-parser-js to v1.0.32 2022-10-19 05:42:29 +00:00
renovate[bot]andGitHub 7f872f54f0 fix(deps): update dependency @fontsource/open-sans to v4.5.13 2022-10-19 05:40:05 +00:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1c7d946ef3 fix(deps): update dependency slate-react to v0.83.2 (#2214)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-18 22:33:42 -07:00
Gabe Kangas e75b20d6ca Support customSocketOverride value for websocket. Closes #2225 2022-10-18 20:43:23 -07:00
Gabe Kangas 0c127a65ce Add action message type to chat. Closes #2226 2022-10-18 20:43:23 -07:00
Gabe Kangas 91c7bed0e8 Add action message type to chat. Closes #2226 2022-10-18 19:47:38 -07:00
Gabe Kangas a58d4d6997 Remove debug logging 2022-10-18 19:44:46 -07:00
Gabe Kangas 37cdbb8dbd Add backgrounded stream+messages title notifier. Closes #2208 2022-10-18 19:21:08 -07:00
Gabe Kangas 3e89937d2b Handle websocket errors and reconnection. Closes #1869 2022-10-18 16:39:49 -07:00
ad188f2742 fix purple background color for notification reminder pop up & fix failing build (#2224)
* fix notification reminder popup -> purple background

* Prettified Code!

* resolved color to color variables

* Prettified Code!

* fix purple bgcolor for notification reminder popp up & fix failing build

Co-authored-by: unclebinary1001 <unclebinary1001@users.noreply.github.com>
2022-10-17 21:54:26 -07:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
e63bbc2f19 chore(deps): lock file maintenance (#2222)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-17 07:10:45 -07:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
e96ddd9265 chore(deps): pin dependencies (#2217)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-16 23:33:30 -07:00
eb2c11b077 fix followers: align the followers to the left (#2211)
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2022-10-16 23:18:05 -07:00
ee08c42c6d improv ui: make footer sit at bottom (#2212)
This commit makes the footer always attach to the bottom of the screen.
This is done by setting the minWidth of the main antd layout component
to 100vh and moving the footer component outside the spinner, since antd
does not allow granular component inside the spin component.

This commit also removes some styles which were not being used due to
invalid antd api.

Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2022-10-16 23:07:21 -07: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 a2a294bc4c No longer lazy load followers 2022-10-16 22:40:17 -07:00
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
Gabe Kangas 6745759904 Tell storybook to use mdxv2 2022-10-16 21:48:19 -07:00
Pranav JoglekarandGitHub 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
Gabe Kangas 27565c2b02 Show play button on player pause. Closes #2206 2022-10-12 19:24:41 -07: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
Gabe Kangas 88bb8336f3 Fix player not staying inline on iOS. Closes #2097 2022-10-12 17:53:37 -07:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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
Gabe Kangas 2e435628b9 Add mdx-js/react to silence missing dependency error 2022-10-11 23:09:31 -07:00
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
Gabe Kangas 61e1a49fd4 Replace markdown editor with CodeMirror 2022-10-10 20:16:14 -07:00
Gabe Kangas e1416e90e5 Use a real code editor for CSS editing. Closes #1843 2022-10-10 19:49:06 -07:00
Gabe Kangas 7967106fcc Restore the loading state of the app. Closes #2195 2022-10-10 18:33:22 -07:00
Gabe Kangas a526decef4 Refactor use of antd tab component. Closes #2098 2022-10-10 17:54:03 -07:00
gabekandGitHub Action 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
Matthew HellerandGitHub 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
Gabe Kangas aa1b4819bb Fix hook count error 2022-10-10 16:57:11 -07:00