Skip to content

Commit

Permalink
More UI and connected Router
Browse files Browse the repository at this point in the history
  • Loading branch information
merapi committed Feb 22, 2021
1 parent b135009 commit 968b2d3
Show file tree
Hide file tree
Showing 26 changed files with 11,721 additions and 114 deletions.
4 changes: 4 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"hosting": {
"public": "public",
"rewrites": [{
"source": "**",
"destination": "/index.html"
}],
"ignore": [
"firebase.json",
"**/.*",
Expand Down
10,795 changes: 10,794 additions & 1 deletion package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions public/api/video-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"title": "Sample Video #1",
"description": "Sample Video #1 Description Text",
"categories": [ "sample" ],
"categories": [ "Sample Category", "Sample Category 3" ],
"video-sources": [
{
"src": "https://storage.googleapis.com/wdm-assets/videos/ForBiggerEscapes.mp4",
Expand All @@ -25,54 +25,54 @@
"srclang": "cz"
}
],
"thumbnail": "https://storage.googleapis.com/wdm-assets/images/video-still.jpg"
"thumbnail": "/poster1.jpeg"
},
{
"title": "Sample Video #2",
"description": "Sample Video #2 Description Text",
"categories": [ "sample" ],
"categories": [ "Sample Category", "Sample Category 3", "Sample Category 4" ],
"video-sources": [
{
"src": "https://storage.googleapis.com/wdm-assets/videos/ForBiggerEscapes.mp4",
"type": "video/mp4; codecs=\"avc1.64001f,mp4a.40.2\""
}
],
"thumbnail": "https://storage.googleapis.com/wdm-assets/images/video-still.jpg"
"thumbnail": "/poster2.jpeg"
},
{
"title": "Sample Video #3",
"description": "Sample Video #3 Description Text",
"categories": [ "sample" ],
"categories": [ "Sample Category" ],
"video-sources": [
{
"src": "https://storage.googleapis.com/wdm-assets/videos/ForBiggerEscapes.mp4",
"type": "video/mp4; codecs=\"avc1.64001f,mp4a.40.2\""
}
],
"thumbnail": "https://storage.googleapis.com/wdm-assets/images/video-still.jpg"
"thumbnail": "/poster1.jpeg"
},
{
"title": "Sample Video #4",
"description": "Sample Video #4 Description Text",
"categories": [ "sample" ],
"categories": [ "Sample Category" ],
"video-sources": [
{
"src": "https://storage.googleapis.com/wdm-assets/videos/ForBiggerEscapes.mp4",
"type": "video/mp4; codecs=\"avc1.64001f,mp4a.40.2\""
}
],
"thumbnail": "https://storage.googleapis.com/wdm-assets/images/video-still.jpg"
"thumbnail": "/poster3.jpeg"
},
{
"title": "Sample Video #5",
"description": "Sample Video #5 Description Text",
"categories": [ "sample" ],
"title": "2015 Sizzle Reel",
"description": "The sizzle reel for the Polymer Summit 2015.",
"categories": [ "Sample Category", "Sample Category 2" ],
"video-sources": [
{
"src": "https://storage.googleapis.com/wdm-assets/videos/ForBiggerEscapes.mp4",
"type": "video/mp4; codecs=\"avc1.64001f,mp4a.40.2\""
}
],
"thumbnail": "https://storage.googleapis.com/wdm-assets/images/video-still.jpg"
"thumbnail": "/poster4.jpeg"
}
]
3 changes: 3 additions & 0 deletions public/arrow-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions public/download-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions public/download.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 968b2d3

Please sign in to comment.