Skip to content

Commit

Permalink
SQUASH: automatic did parsing + video streaming via hls (#15)
Browse files Browse the repository at this point in the history
* refactor: [SQUASH] Checkout to rupansh/new-impl

feat: add automatic did parsing
feat: add hls streaming via wasp-hls

* refactor(root): use redirect component for root page

---------

Co-authored-by: rupansh <[email protected]>
  • Loading branch information
rupansh-sekar-yral and rupansh authored Jan 9, 2024
1 parent 1ae928b commit 71ef0eb
Show file tree
Hide file tree
Showing 49 changed files with 2,399 additions and 1,482 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,3 @@ node_modules/
test-results/
end2end/playwright-report/
playwright/.cache/
.env
# style/
didc
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "hot-or-not-backend-canister"]
path = hot-or-not-backend-canister
url = https://github.com/go-bazzinga/hot-or-not-backend-canister
47 changes: 25 additions & 22 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
{
"rust-analyzer.rustfmt.overrideCommand": [
"leptosfmt",
"--stdin",
"--rustfmt"
],
"rust-analyzer.procMacro.ignored": {
"leptos_macro": ["component", "server"]
},
"cssvar.files": ["./node_modules/open-props/open-props.min.css"],
// Do not ignore node_modules css files, which is ignored by default
"cssvar.ignore": [],
"cssvar.extensions": ["html", "css"],
"emmet.includeLanguages": {
"rust": "html",
"*.rs": "html"
},
"editor.quickSuggestions": {
"other": "on",
"comments": "on",
"strings": true
}
}
"rust-analyzer.rustfmt.overrideCommand": [
"leptosfmt",
"--stdin",
"--rustfmt"
],
"rust-analyzer.cargo.features": "all",
"rust-analyzer.check.features": "all",
"emmet.includeLanguages": {
"rust": "html",
"*.rs": "html"
},
"tailwindCSS.includeLanguages": {
"rust": "html",
"*.rs": "html"
},
"files.associations": {
"*.rs": "rust"
},
"editor.quickSuggestions": {
"other": "on",
"comments": "on",
"strings": true
},
"css.validate": false
}
Loading

0 comments on commit 71ef0eb

Please sign in to comment.