Owncast
fee5e4e2ab
Bundle embedded web app
2023-10-26 13:14:29 -07:00
Owncast
acc01e5bfe
Commit screenshots
2023-10-26 13:14:29 -07:00
renovate[bot]
1ddd51a76a
chore(deps): update dependency eslint to v8.50.0
2023-10-26 13:14:29 -07:00
Owncast
62b5fae837
Bundle embedded web app
2023-10-26 13:14:29 -07:00
Patrick Bollinger
d42a705d33
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-26 13:14:28 -07:00
Owncast
cfe3cfb5b4
Bundle embedded web app
2023-10-26 13:14:28 -07:00
renovate[bot]
0cf77a1faa
chore(deps): update dependency cypress to v13.3.0
2023-10-26 13:14:28 -07:00
Gabe Kangas
9363166614
chore(tests): temp comment out a couple config tests that are breaking due to race conditions
2023-10-26 13:14:28 -07:00
Gabe Kangas
105766049f
chore(go): run betteralign and gofumpt on codebase
2023-10-26 13:14:27 -07:00
Owncast
333d79221d
Bundle embedded web app
2023-10-26 13:13:49 -07:00
renovate[bot]
b5e4001f78
chore(deps): update dependency @babel/core to v7.23.0
2023-10-26 13:13:49 -07:00
Owncast
b006c74b73
Bundle embedded web app
2023-10-26 13:13:49 -07:00
renovate[bot]
a4aec200dc
fix(deps): update dependency @uiw/react-codemirror to v4.21.19
2023-10-26 13:13:49 -07:00
Owncast
cb702944a3
Bundle embedded web app
2023-10-26 13:13:49 -07:00
renovate[bot]
1c671fda35
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.21.19
2023-10-26 13:13:49 -07:00
Owncast
208bca1d56
Bundle embedded web app
2023-10-26 13:13:49 -07:00
renovate[bot]
466c20e9d1
fix(deps): update dependency @fontsource/inter to v5.0.12
2023-10-26 13:13:49 -07:00
Owncast
f1ee3c9dd6
Bundle embedded web app
2023-10-26 13:13:49 -07:00
renovate[bot]
c16b9cbe27
chore(deps): update typescript-eslint monorepo to v6.7.4
2023-10-26 13:13:49 -07:00
Owncast
9736a23fb4
Commit screenshots
2023-10-26 13:13:49 -07:00
Owncast
482d3286a3
Bundle embedded web app
2023-10-26 13:13:49 -07:00
renovate[bot]
fbb18d2097
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-26 13:13:49 -07:00
Owncast
7da6721604
Bundle embedded web app
2023-10-26 13:13:49 -07:00
renovate[bot]
4e7d137d7d
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-26 13:13:49 -07:00
Owncast
66e4159ec3
Bundle embedded web app
2023-10-26 13:13:49 -07:00
renovate[bot]
f8871624a4
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-26 13:13:49 -07:00
renovate[bot]
62ce0f2c3b
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-26 13:13:49 -07:00
Owncast
af07fdc4e1
Bundle embedded web app
2023-10-26 13:13:49 -07:00
Owncast
a1fa06a410
Bundle embedded web app
2023-10-26 13:13:49 -07:00
renovate[bot]
9415211c97
chore(deps): update actions/checkout action to v4 ( #3321 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-26 13:13:48 -07:00
renovate[bot]
9058042c08
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-26 13:13:48 -07:00
Owncast
dcf22215f1
Bundle embedded web app
2023-10-26 13:13:48 -07:00
renovate[bot]
ec8a27e316
chore(deps): update dependency chromatic to v7 ( #3325 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-26 13:13:48 -07:00
renovate[bot]
e15a3a4657
chore(deps): update dependency npm to v10 ( #3326 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-26 13:13:48 -07:00
Vishal Sharma
f788e07989
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-26 13:13:48 -07:00
Owncast
6f59070b5b
Bundle embedded web app
2023-10-26 13:13:48 -07:00
renovate[bot]
8e36363cdf
chore(deps): update dependency eslint-plugin-storybook to v0.6.14
2023-10-26 13:13:48 -07:00
Owncast
0cace98825
Bundle embedded web app
2023-10-26 13:13:48 -07:00
renovate[bot]
c1b29452bd
chore(deps): update dependency @types/sanitize-html to v2.9.1
2023-10-26 13:13:48 -07:00
Owncast
ba041c48ed
Bundle embedded web app
2023-10-26 13:13:48 -07:00
renovate[bot]
9a5ed23cbc
chore(deps): update dependency @types/react-linkify to v1.0.2
2023-10-26 13:13:48 -07:00
Owncast
75c1b17d12
Bundle embedded web app
2023-10-26 13:13:48 -07:00
renovate[bot]
42bf334c83
chore(deps): update dependency @types/node to v18.18.3
2023-10-26 13:13:48 -07:00
Owncast
1450f70e05
Bundle embedded web app
2023-10-26 13:13:48 -07:00
renovate[bot]
7d5a8455aa
chore(deps): update dependency @types/markdown-it to v13.0.2
2023-10-26 13:13:48 -07:00
Owncast
3e72f3793d
Commit screenshots
2023-10-26 13:13:48 -07:00
Owncast
e76d542f43
Bundle embedded web app
2023-10-26 13:13:48 -07:00
renovate[bot]
3ba1d551e5
chore(deps): update dependency @storybook/testing-library to v0.2.2
2023-10-26 13:13:48 -07:00
renovate[bot]
eadb9df489
chore(deps): update alpine docker tag to v3.18.4
2023-10-26 13:13:48 -07:00
renovate[bot]
2b378d3a9c
chore(deps): update peter-evans/create-or-update-comment digest to e3645dd
2023-10-26 13:13:48 -07:00