Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
ff023aa
chore: temp save
BrRenat Oct 7, 2024
8519d9f
chore: temp save
BrRenat Oct 7, 2024
81900ca
fix: styles (#2)
st63 Oct 7, 2024
4a57a59
fix: styles (#3)
st63 Oct 7, 2024
6320f9c
fix: update layout
BrRenat Oct 8, 2024
bf35f61
fix: build app
BrRenat Oct 8, 2024
0c6cd7c
fix: build app
BrRenat Oct 8, 2024
f9bf68f
fix: build app
BrRenat Oct 8, 2024
3eb23fb
fix: mobile layout
BrRenat Oct 8, 2024
2abb208
fix: misc fix
BrRenat Oct 8, 2024
01aba60
fix: update build
BrRenat Oct 8, 2024
e1853e0
fix: update build
BrRenat Oct 8, 2024
13aa1f7
fix: navbar hide, portrait mode
BrRenat Oct 8, 2024
8ed6938
fix: select on mobile view
BrRenat Oct 8, 2024
57afe48
fix: portrait view
BrRenat Oct 8, 2024
b6108a2
fix: added ad notification
BrRenat Oct 9, 2024
c41d4da
fix: build
BrRenat Oct 9, 2024
c938d5c
feat: update switch promo mode
BrRenat Oct 9, 2024
78d7a35
fix: layout
BrRenat Oct 9, 2024
5a40fef
fix: build
BrRenat Oct 9, 2024
b72ca99
fix: btn indent
BrRenat Oct 9, 2024
260bd76
feat: release
BrRenat Oct 9, 2024
568e2d5
feat: release
BrRenat Oct 9, 2024
016ffeb
fix: padding on mobile view
BrRenat Oct 10, 2024
af388e1
fix: padding on mobile view
BrRenat Oct 10, 2024
ecde88d
fix: animations
BrRenat Oct 10, 2024
f280ffd
fix: added scroll in overlay and sidebar
BrRenat Oct 10, 2024
360bd1b
fix: navbar in portrait view
BrRenat Oct 10, 2024
afc4aa4
fix: navbar
BrRenat Oct 10, 2024
8c07e12
fix: btn color
BrRenat Oct 10, 2024
6190eff
fix: page title
BrRenat Oct 10, 2024
fbb50be
fix: misc fix
BrRenat Oct 10, 2024
be4a3ce
feat: up core
BrRenat Oct 14, 2024
4825d34
fix: show stream video (#8)
st63 Oct 15, 2024
9f03079
docs: update docs
BrRenat Oct 15, 2024
3c0a1b1
fix: hls stream link
BrRenat Oct 15, 2024
d905eb1
feat: update sdk layout
BrRenat Oct 17, 2024
de3a184
fix: refactor code structure
BrRenat Oct 17, 2024
1d01e02
fix: preloader bg
BrRenat Oct 17, 2024
72b4ff6
fix: misc fix
BrRenat Oct 17, 2024
8422c09
fix: banner size
BrRenat Oct 17, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
660 changes: 660 additions & 0 deletions docs/assets/index-BUR3lksB.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/assets/index-CCXQm1mO.css

Large diffs are not rendered by default.

Binary file added docs/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./[email protected]" />
<link
rel="shortcut icon"
href="./[email protected]"
/>
<link
rel="manifest"
href="manifest.json"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>StreamLayer WebSDK Demo</title>
<script type="module" crossorigin src="./assets/index-BUR3lksB.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-CCXQm1mO.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
15 changes: 15 additions & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"short_name": "WebSDK Demo",
"name": "StreamLayer WebSDK Demo",
"icons": [
{
"src": "[email protected]",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/png"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
13 changes: 10 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="./[email protected]" />
<link
rel="shortcut icon"
href="./[email protected]"
/>
<link
rel="manifest"
href="manifest.json"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<!-- <link rel="stylesheet" type="text/css" href="https://react-cdn.streamlayer.io/sdk-web/{version}/style.css"> -->
<title>StreamLayer WebSDK Demo</title>
</head>
<body>
<div id="root"></div>
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"test": "jest"
},
"dependencies": {
"@streamlayer/react": "^1.2.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@streamlayer/react": "^1.5.1",
"hls.js": "^1.5.16",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
Loading