Commit Graph
1579 Commits
Author SHA1 Message Date
Gabe Kangas 0e8f14a58a Fix text input width. Closes #2184 2022-10-28 22:47:21 -07:00
Gabe Kangas e0b7ae5b3a Fix auth modal story not rendering. Closes #2254 2022-10-28 22:22:56 -07:00
renovate[bot]andGitHub 5a9726f6ef chore(deps): update dependency chromatic to v6.11.1 2022-10-29 05:15:10 +00:00
Gabe Kangas 42facacd24 Set next setting to not try to optimize images 2022-10-28 20:19:11 -07:00
Gabe Kangas 628d70e37c Add rel=me to social links. Closes #2269 2022-10-28 20:16:30 -07:00
Gabe Kangas 64a2fbd3e8 Add to anchor rel attributes do not overwrite 2022-10-28 20:15:49 -07:00
Gabe Kangas d91f682d21 Lazy load chat container 2022-10-28 12:19:39 -07:00
Gabe Kangas 6564fc69bf Support web vitals attribution 2022-10-28 12:19:39 -07:00
Gabe Kangas 2e7787f70b Force the bundler to build the player as its own file 2022-10-28 12:19:39 -07:00
Gabe Kangas 91edad5024 Add webpack bundle analyzer for debugging 2022-10-28 12:19:38 -07:00
Gabe Kangas 65fcbb9d3f Use Next Image component for social links 2022-10-28 12:19:38 -07:00
renovate[bot]andGitHub 1a806c30a7 chore(deps): update dependency @types/react to v18.0.23 2022-10-28 19:15:24 +00:00
renovate[bot]andGitHub 78931569c9 chore(deps): update dependency chromatic to v6.11.0 2022-10-28 00:13:26 +00:00
renovate[bot]andGitHub dce49accac chore(deps): update dependency @types/node to v18.11.5 2022-10-28 00:06:30 +00:00
renovate[bot] c0f6e1ff94 chore(deps): update typescript-eslint monorepo to v5.41.0 2022-10-27 19:36:12 +00:00
renovate[bot]andGitHub 45a3f2d2eb chore(deps): update dependency @types/react to v18.0.22 2022-10-27 19:27:57 +00:00
renovate[bot]andGitHub 0270f078a7 fix(deps): update codemirror 2022-10-27 08:07:42 +00:00
Gabe Kangas ec57feac94 Enable React strict mode 2022-10-26 22:45:13 -07:00
renovate[bot]andGitHub 7d6a36b8ab chore(deps): update storybook monorepo to v6.5.13 2022-10-27 02:40:16 +00:00
renovate[bot]andGitHub 18e3f88321 chore(deps): update dependency eslint to v8.26.0 2022-10-27 02:13:43 +00:00
renovate[bot]andGitHub 3ed5704dea chore(deps): update typescript-eslint monorepo to v5.40.1 2022-10-27 02:07:40 +00:00
renovate[bot]andGitHub 257ea2b536 chore(deps): update dependency chromatic to v6.10.5 2022-10-27 02:04:48 +00:00
renovate[bot]andGitHub 9a41f717a4 chore(deps): update dependency @babel/core to v7.19.6 2022-10-27 01:56:17 +00:00
renovate[bot]andGitHub 49580d32b4 chore(deps): update dependency @types/node to v18.11.4 2022-10-27 01:46:33 +00:00
8d222860f0 On narrow screens, bump the footer links to a second row. Re #2260. (#2267)
* On narrow screens, bump the footer links to a second row. Re #2260. Thanks to @kittee for CSS assistance.

* Prettified Code!

Co-authored-by: heller <heller@users.noreply.github.com>
2022-10-26 15:23:49 -07:00
2f03a077f3 Add missing federation action images to webv2 (#2266)
* Add missing federation action images to webv2

* Commit updated API documentation

Co-authored-by: Owncast <owncast@owncast.online>
2022-10-26 15:22:13 -07:00
Matthew HellerandGitHub 125343808d Fix display of auth modal. Re #2262. (#2265) 2022-10-26 14:35:46 -07:00
Gabe Kangas e7a4d53453 Remove buttons from offline banner and add inline links. Closes #2261 2022-10-24 22:24:14 -07:00
Gabe Kangas 952b28f8bf Explicitly set state for config+status when hydrated 2022-10-24 21:26:03 -07:00
Gabe Kangas da66f3b051 Do not display go template tag in dev 2022-10-24 18:27:01 -07:00
renovate[bot] 1d776a9290 chore(deps): lock file maintenance 2022-10-24 12:30:53 +00:00
Gabe Kangas a0093fb0c9 Fix server rendered title tag. Closes #2251 2022-10-23 23:09:21 -07:00
Gabe Kangas 77369a3cbe Add follow+notify to actions menu and refactor how those modals are displayed. Closes #2247 2022-10-23 21:59:25 -07:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
61ecc85caf fix(deps): update dependency slate to v0.84.0 (#2232)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-23 19:30:50 -07:00
Gabe Kangas 8aed27e44d Refactor server-rendered tags. Closes #2246 2022-10-22 16:51:09 -07:00
t1enne b285115a3e fixed linter error 2022-10-22 22:38:44 +02:00
t1enne bddb895189 styled the default button and the mobile dropdown 2022-10-22 22:36:48 +02:00
t1enne b7795f275c corrected media query 2022-10-22 22:36:48 +02:00
t1enne 917248fc5b moved footer to layout. changed some css 2022-10-22 10:46:17 +02:00
t1enne f6e158ab88 reduced font weight of message text 2022-10-22 10:46:17 +02:00
t1enne 7c0474f14a made trigger button antd component 2022-10-22 10:46:17 +02:00
Gabe Kangas f2f3dcfea7 Add mobile actions dropdown menu. Closes #2231 2022-10-21 23:58:39 -07:00
Gabe Kangas 3fbbecc0e8 Refactor action buttons callback 2022-10-21 22:24:29 -07:00
renovate[bot]andGitHub b9ffbf0a55 fix(deps): update dependency react-virtuoso to v3 2022-10-21 04:47:42 +00:00
Gabe Kangas fb9001949b Fix follow modal height. Closes #2235 2022-10-20 20:36:44 -07:00
Gabe Kangas 420d6c835d Add missing slashes 2022-10-20 20:36:44 -07:00
Gabe Kangas 4ca0e69be6 Open all links in a new tab. Closes #2160 2022-10-20 20:13:18 -07:00
Gabe Kangas 5e761b13c4 Fix storybook build 2022-10-20 19:48:00 -07:00
Gabe Kangas 2c45b420e5 Import server-rendered template as plain text + add title tag. Closes #2161 2022-10-20 19:40:33 -07:00
Gabe Kangas c6364959c9 Experiment with showing footer on about tab for mobile 2022-10-20 18:00:13 -07:00