From 31cc8a1bb928cf9adf5fecf0eab1c4189ddd8ff6 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Mon, 21 Jun 2021 11:30:31 +0200 Subject: [PATCH] An attempt to work with elm-video --- .gitmodules | 3 + elm-video | 1 + elm.json | 7 +- index.html | 26 +-- js/elm-video.js | 1 + js/vd.js | 562 ------------------------------------------------ src/Core.elm | 57 +++-- src/Ports.elm | 8 +- src/Views.elm | 37 +--- 9 files changed, 61 insertions(+), 641 deletions(-) create mode 100644 .gitmodules create mode 160000 elm-video create mode 120000 js/elm-video.js delete mode 100644 js/vd.js diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..08d3aae --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "elm-video"] + path = elm-video + url = https://gitea.tforgione.fr/tforgione/elm-video diff --git a/elm-video b/elm-video new file mode 160000 index 0000000..d1bd418 --- /dev/null +++ b/elm-video @@ -0,0 +1 @@ +Subproject commit d1bd418e890c337b010a9cd906679bd729a00fd0 diff --git a/elm.json b/elm.json index ec3e93a..ba798d2 100644 --- a/elm.json +++ b/elm.json @@ -1,7 +1,8 @@ { "type": "application", "source-directories": [ - "src" + "src", + "elm-video/src" ], "elm-version": "0.19.1", "dependencies": { @@ -14,10 +15,12 @@ "elm/json": "1.1.3", "elm/time": "1.0.0", "elm/url": "1.0.0", + "elm/svg": "1.0.1", "jims/html-parser": "1.0.0", "justinmimbs/timezone-data": "3.0.3", "mdgriffith/elm-ui": "1.1.8", - "rtfeldman/elm-iso8601-date-strings": "1.1.3" + "rtfeldman/elm-iso8601-date-strings": "1.1.3", + "andrewMacmurray/elm-simple-animation": "2.1.0" }, "indirect": { "elm/bytes": "1.0.8", diff --git a/index.html b/index.html index ddf5113..ce8ac47 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,8 @@
- + +