owncast/web/components/ui/Content
Gabe Kangas 69f217f758
Refactor mobile chat into modal (#3038)
* feat(mobile): refactor mobile chat into modal

- Make page always scrollable
- Move mobile chat into a standalone modal

* fix(test): split out mobile browser test specs

* fix(mobile): force chat button to render on top of footer

* fix: some small updates from review

* fix: hide/show hide chat menu option based on width

* fix: chat button icon getting cut off

* chore(tests): add browser tests for mobile chat modal

* chore(tests): add story for ChatModal component

* fix(test): quiet shellcheck

* fix: remove unused import

* fix(tests): silence storybook linting warning

* fix(ui): reposition chat modal button icon with transform
2023-05-22 18:56:44 -07:00
..
ActionButtons.tsx Refactor mobile chat into modal (#3038) 2023-05-22 18:56:44 -07:00
Content.module.scss Refactor mobile chat into modal (#3038) 2023-05-22 18:56:44 -07:00
Content.tsx Refactor mobile chat into modal (#3038) 2023-05-22 18:56:44 -07:00
DesktopContent.module.scss fix(ui): vh->vw for content margin 2023-04-26 21:42:30 -07:00
DesktopContent.tsx fix: #2668 Page Vertical Spacing Issues (#2863) 2023-04-26 15:31:23 -07:00
MobileContent.module.scss fix(ui): restore page margin and background color. Closes #2959 2023-04-26 21:27:35 -07:00
MobileContent.tsx Refactor mobile chat into modal (#3038) 2023-05-22 18:56:44 -07:00