Skip to content

Commit

Permalink
Created test for video function
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis544 committed Jan 1, 2024
1 parent 764248f commit 25451d7
Show file tree
Hide file tree
Showing 13 changed files with 1,105 additions and 188 deletions.
18 changes: 9 additions & 9 deletions frontend/.firebase/hosting.YnVpbGQ.cache
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ logo192.png,1701906399539,3ee59515172ee198f3be375979df15ac5345183e656720a381b887
logo512.png,1701906399725,ee7e2f3fdb8209c4b6fd7bef6ba50d1b9dba30a25bb5c3126df057e1cb6f5331
manifest.json,1701906398264,aff3449bdc238776f5d6d967f19ec491b36aed5fb7f23ccff6500736fd58494a
robots.txt,1701906400513,bfe106a3fb878dc83461c86818bf74fc1bdc7f28538ba613cd3e775516ce8b49
asset-manifest.json,1703562025842,7a788988a63946408d305a81dfc083bdda8cbd9bb891b7acbd6dd6abf81ed5b0
index.html,1703562025842,ae31a0b20fd609fc7dd2ef463aefbee27ca4982a02b9485e3b859b8f283348a8
static/js/787.9e9f4ffd.chunk.js,1703562025863,739dcdaad3176d3acff046b5f4907fb8e4e2f0046dbaabc5bc46e0ad143932e1
static/js/main.b278b9ce.js.LICENSE.txt,1703562025862,989715967c0e90cf8d6f1802342be78a45a829b75d1f0e14f4c0e455bbb84de7
static/css/main.70ec868b.css,1703562025862,be7c18441e6f243c3b2c315d14f7fbf3550712b202119dfe4b25515782ef57a7
static/js/787.9e9f4ffd.chunk.js.map,1703562025863,38c0d28f115507fc60712f8b42f3a05bdaad951eca5ab1f37431bbd5df713db4
static/css/main.70ec868b.css.map,1703562025862,013f56c3f7e1891fb72d17849dc59a96a8d24618a750697882bf8425a6be54a8
static/js/main.b278b9ce.js,1703562025862,e7e51d018d306c96d1594325afd59c5cf6c1c4d61377fb3f0783de8b61942b2b
static/js/main.b278b9ce.js.map,1703562025864,9750761e3535fe5d992c6a45826a1248968f7c71cb36a699dce6e99468b10ed0
asset-manifest.json,1703626975129,444bacfd5d42addfa0be850d9bcd94d332af6ef63009ce56f60e4a80a9919bea
index.html,1703626975129,4952bb68e837ae6c26958683e817063f43bae92a91a1f6f0cea3bdb3a3a16e04
static/js/787.9e9f4ffd.chunk.js,1703626975150,739dcdaad3176d3acff046b5f4907fb8e4e2f0046dbaabc5bc46e0ad143932e1
static/css/main.70ec868b.css,1703626975150,be7c18441e6f243c3b2c315d14f7fbf3550712b202119dfe4b25515782ef57a7
static/js/787.9e9f4ffd.chunk.js.map,1703626975151,38c0d28f115507fc60712f8b42f3a05bdaad951eca5ab1f37431bbd5df713db4
static/js/main.16383649.js.LICENSE.txt,1703626975150,989715967c0e90cf8d6f1802342be78a45a829b75d1f0e14f4c0e455bbb84de7
static/css/main.70ec868b.css.map,1703626975150,013f56c3f7e1891fb72d17849dc59a96a8d24618a750697882bf8425a6be54a8
static/js/main.16383649.js,1703626975150,82951410be737debccbee258d1f0b25fa3603093d15e98091afb8567d2e5e7b6
static/js/main.16383649.js.map,1703626975152,c4412eef716d19fa7acb6748927125bc3be1bdb6bc7a68609a581ee4e1bd2fb1
8 changes: 0 additions & 8 deletions frontend/src/Components/VideoInfoDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ function VideoInfoDisplay(props: VideoInfoDisplayProps) {

return (
<div>
{/* <h3 className="textAlignLeft">
{props.videoName}
</h3> */}


{/* <Collapse shadow title="test" id="videoDetailCollapse"
subtitle="Description">
</Collapse> */}
<div id="videoDetailCollapse">
<Collapse id="videoDetailCollapse" shadow title={props.videoName}
subtitle={<>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 25451d7

Please sign in to comment.