Commit graph

7248 commits

Author SHA1 Message Date
renovate[bot]
6bdcd755d8
chore(deps): update dependency eslint to v8.50.0 2023-10-09 02:09:58 +00:00
Owncast
dfa8303008 Bundle embedded web app 2023-10-09 02:09:16 +00:00
Patrick Bollinger
e59167deaa
Stop Firefox from adding mysterious hash (#3348)
This resolves https://github.com/owncast/owncast/issues/3240

From the comments:
This was trickier than expected, but the root of the problem is Firefox will set `#` in the URL bar when `window.location.hash` is set to _any_ string, even a blank string. The morale of the story is, don't mutate base data if you just want to copy values. 😅

Sample of Firefox JavaScript console session that demonstrates the issue:
```javascript
>> window.location.href
"https://github.com/owncast/owncast/issues/3240"

>> const setBlankHash = () => { window.location.hash = ''; };
undefined

>> window.location.hash
""

>> window.location.href
"https://github.com/owncast/owncast/issues/3240"

>> setBlankHash()
undefined

>> // My browser just jumped to the top of the page
undefined

>> window.location.hash
""

>> window.location.href
"https://github.com/owncast/owncast/issues/3240#"
```
2023-10-08 18:58:43 -07:00
Owncast
af276e4c39 Bundle embedded web app 2023-10-09 01:06:37 +00:00
renovate[bot]
9556d15ac5
chore(deps): update dependency cypress to v13.3.0 2023-10-08 22:39:28 +00:00
Gabe Kangas
bbbaca4123
chore(tests): temp comment out a couple config tests that are breaking due to race conditions 2023-10-08 14:33:22 -07:00
Gabe Kangas
8e79e2acfa
chore(go): run betteralign and gofumpt on codebase 2023-10-08 14:22:28 -07:00
Owncast
a31179b604 Bundle embedded web app 2023-10-08 18:25:28 +00:00
renovate[bot]
e62e7f528b
chore(deps): update dependency @babel/core to v7.23.0 2023-10-08 15:35:05 +00:00
Owncast
5474422b6d Bundle embedded web app 2023-10-08 15:34:24 +00:00
renovate[bot]
adca5221f4
fix(deps): update dependency @uiw/react-codemirror to v4.21.19 2023-10-08 13:15:45 +00:00
Owncast
f0a202f7a4 Bundle embedded web app 2023-10-08 13:15:02 +00:00
renovate[bot]
250b82be11
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.21.19 2023-10-08 09:36:06 +00:00
Owncast
607e585d98 Bundle embedded web app 2023-10-08 09:35:24 +00:00
renovate[bot]
8279a992a6
fix(deps): update dependency @fontsource/inter to v5.0.12 2023-10-08 07:19:03 +00:00
Owncast
58f4429f46 Bundle embedded web app 2023-10-08 07:18:25 +00:00
renovate[bot]
a4264b8223
chore(deps): update typescript-eslint monorepo to v6.7.4 2023-10-08 04:30:11 +00:00
Owncast
5fc264c9e4 Commit screenshots 2023-10-08 04:11:51 +00:00
Owncast
6eeb6b9bdc Bundle embedded web app 2023-10-07 23:41:17 +00:00
renovate[bot]
b907aa6d7d
chore(deps): update dependency @types/react to v18.2.25 (#3318)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-07 16:20:50 -07:00
Owncast
570ca8cc7f Bundle embedded web app 2023-10-07 23:19:58 +00:00
renovate[bot]
a63fb4cd17
chore(deps): update dependency @types/video.js to v7.3.53 (#3345)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-07 15:54:15 -07:00
Owncast
caf8c44666 Bundle embedded web app 2023-10-07 22:53:28 +00:00
renovate[bot]
0035369b7f
chore(deps): update dependency stylelint-config-standard-scss to v11 (#3322)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-07 14:58:29 -07:00
renovate[bot]
2810580a87
chore(deps): update docker/setup-qemu-action action to v3 (#3323)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-07 14:56:58 -07:00
Owncast
871f3ea4db Bundle embedded web app 2023-10-07 21:55:34 +00:00
Owncast
5fea637495 Bundle embedded web app 2023-10-07 21:44:19 +00:00
renovate[bot]
7b8ea4cefa
chore(deps): update actions/checkout action to v4 (#3321)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-07 13:52:25 -07:00
renovate[bot]
53dc3779e0
chore(deps): update tj-actions/changed-files action to v39 (#3324)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-07 13:36:52 -07:00
Owncast
96fd25439a Bundle embedded web app 2023-10-07 20:27:49 +00:00
renovate[bot]
d2afa78537
chore(deps): update dependency chromatic to v7 (#3325)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-07 13:25:14 -07:00
renovate[bot]
3bb55bf0b3
chore(deps): update dependency npm to v10 (#3326)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-07 13:19:10 -07:00
Vishal Sharma
1917b15b0a
Update ClientTable.tsx (#3342)
* Update ClientTable.tsx

solves: #3339

## Changes

changed   owncast/web/components/admin/ClientTable.tsx line 44 `value={selectedKeys[0]})` to `value={selectedKeys[0].toString()} // Convert selectedKeys[0] to string
` as the value attribute expects a value of type string | number | readonly string[]` but previously it was assigned bigint.

* Update ClientTable.tsx

solves: #3339

## Changes

changed   owncast/web/components/admin/ClientTable.tsx line 44 `value={selectedKeys[0]})` to `value={selectedKeys[0].toString()} // Convert selectedKeys[0] to string
` as the value attribute expects a value of type `string | number | readonly string[]` but previously it was assigned bigint.
2023-10-07 13:14:07 -07:00
Owncast
08414537be Bundle embedded web app 2023-10-07 18:45:44 +00:00
renovate[bot]
9fc3a607e8
chore(deps): update dependency eslint-plugin-storybook to v0.6.14 2023-10-07 15:41:14 +00:00
Owncast
b8088f2636 Bundle embedded web app 2023-10-07 15:39:47 +00:00
renovate[bot]
b023a88f27
chore(deps): update dependency @types/sanitize-html to v2.9.1 2023-10-07 13:22:36 +00:00
Owncast
864faccad0 Bundle embedded web app 2023-10-07 13:21:36 +00:00
renovate[bot]
7bf3a49eca
chore(deps): update dependency @types/react-linkify to v1.0.2 2023-10-07 09:51:09 +00:00
Owncast
9c41b27d04 Bundle embedded web app 2023-10-07 09:50:08 +00:00
renovate[bot]
6422d7e797
chore(deps): update dependency @types/node to v18.18.3 2023-10-07 06:25:15 +00:00
Owncast
7032a59a01 Bundle embedded web app 2023-10-07 06:24:34 +00:00
renovate[bot]
715e349591
chore(deps): update dependency @types/markdown-it to v13.0.2 2023-10-07 05:11:35 +00:00
Owncast
962d428a57 Commit screenshots 2023-10-07 04:10:16 +00:00
Owncast
fff003c0c0 Bundle embedded web app 2023-10-07 01:35:20 +00:00
renovate[bot]
65dbd4a079
chore(deps): update dependency @storybook/testing-library to v0.2.2 2023-10-06 22:21:29 +00:00
renovate[bot]
ab35cd6ad1
chore(deps): update alpine docker tag to v3.18.4 2023-10-06 18:09:44 +00:00
renovate[bot]
b69e2400d3 chore(deps): update peter-evans/create-or-update-comment digest to e3645dd 2023-10-06 18:09:25 +00:00
renovate[bot]
3b4611e3c9
fix(deps): update module golang.org/x/net to v0.16.0 2023-10-06 12:18:42 +00:00
Owncast
a82628b041 Bundle embedded web app 2023-10-06 12:17:35 +00:00