aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2022-01-13 17:27:20 +0000
committers-ol <s+removethis@s-ol.nu>2022-01-13 17:27:20 +0000
commit0c98276d324db649c4a15be7859a501588257972 (patch)
tree8e2ee4784730e16290b043ee4b38418fa5166106
parentMenu, DiscDAG loading (diff)
downloadfedidag-0c98276d324db649c4a15be7859a501588257972.tar.gz
fedidag-0c98276d324db649c4a15be7859a501588257972.zip
move everything into client/
-rw-r--r--client/README.md (renamed from README.md)0
-rw-r--r--client/cors.js (renamed from cors.js)0
-rw-r--r--client/lib/lite.render.js (renamed from lib/lite.render.js)0
-rwxr-xr-xclient/lib/module.wasm (renamed from lib/module.wasm)bin705735 -> 705735 bytes
-rw-r--r--client/package.json (renamed from package.json)0
-rw-r--r--client/src/config.js (renamed from src/config.js)0
-rw-r--r--client/src/graph.js (renamed from src/graph.js)0
-rw-r--r--client/src/index.js (renamed from src/index.js)0
-rw-r--r--client/src/layout.js (renamed from src/layout.js)0
-rw-r--r--client/src/ui/Attachment.js (renamed from src/ui/Attachment.js)0
-rw-r--r--client/src/ui/Discussion.js (renamed from src/ui/Discussion.js)0
-rw-r--r--client/src/ui/Links.js (renamed from src/ui/Links.js)0
-rw-r--r--client/src/ui/Menu.js (renamed from src/ui/Menu.js)0
-rw-r--r--client/src/ui/Note.js (renamed from src/ui/Note.js)0
-rw-r--r--client/src/ui/Selection.js (renamed from src/ui/Selection.js)0
-rw-r--r--client/src/ui/css.js (renamed from src/ui/css.js)0
-rw-r--r--client/src/ui/index.js (renamed from src/ui/index.js)0
-rw-r--r--client/src/ui/theme.js (renamed from src/ui/theme.js)0
-rw-r--r--client/src/viz.es.js (renamed from src/viz.es.js)0
-rw-r--r--client/webpack.config.js (renamed from webpack.config.js)0
-rw-r--r--client/yarn.lock (renamed from yarn.lock)0
21 files changed, 0 insertions, 0 deletions
diff --git a/README.md b/client/README.md
index 54d8839..54d8839 100644
--- a/README.md
+++ b/client/README.md
diff --git a/cors.js b/client/cors.js
index a9dc382..a9dc382 100644
--- a/cors.js
+++ b/client/cors.js
diff --git a/lib/lite.render.js b/client/lib/lite.render.js
index 9a9f0f5..9a9f0f5 100644
--- a/lib/lite.render.js
+++ b/client/lib/lite.render.js
diff --git a/lib/module.wasm b/client/lib/module.wasm
index 79ac5f4..79ac5f4 100755
--- a/lib/module.wasm
+++ b/client/lib/module.wasm
Binary files differ
diff --git a/package.json b/client/package.json
index 8a66943..8a66943 100644
--- a/package.json
+++ b/client/package.json
diff --git a/src/config.js b/client/src/config.js
index 91d6231..91d6231 100644
--- a/src/config.js
+++ b/client/src/config.js
diff --git a/src/graph.js b/client/src/graph.js
index 7fe842c..7fe842c 100644
--- a/src/graph.js
+++ b/client/src/graph.js
diff --git a/src/index.js b/client/src/index.js
index a30dbf1..a30dbf1 100644
--- a/src/index.js
+++ b/client/src/index.js
diff --git a/src/layout.js b/client/src/layout.js
index c9c2a4d..c9c2a4d 100644
--- a/src/layout.js
+++ b/client/src/layout.js
diff --git a/src/ui/Attachment.js b/client/src/ui/Attachment.js
index 3c07ee5..3c07ee5 100644
--- a/src/ui/Attachment.js
+++ b/client/src/ui/Attachment.js
diff --git a/src/ui/Discussion.js b/client/src/ui/Discussion.js
index 5fef693..5fef693 100644
--- a/src/ui/Discussion.js
+++ b/client/src/ui/Discussion.js
diff --git a/src/ui/Links.js b/client/src/ui/Links.js
index 0a0b1ef..0a0b1ef 100644
--- a/src/ui/Links.js
+++ b/client/src/ui/Links.js
diff --git a/src/ui/Menu.js b/client/src/ui/Menu.js
index 6f32280..6f32280 100644
--- a/src/ui/Menu.js
+++ b/client/src/ui/Menu.js
diff --git a/src/ui/Note.js b/client/src/ui/Note.js
index 16b31cb..16b31cb 100644
--- a/src/ui/Note.js
+++ b/client/src/ui/Note.js
diff --git a/src/ui/Selection.js b/client/src/ui/Selection.js
index d8dfa88..d8dfa88 100644
--- a/src/ui/Selection.js
+++ b/client/src/ui/Selection.js
diff --git a/src/ui/css.js b/client/src/ui/css.js
index 9089f1e..9089f1e 100644
--- a/src/ui/css.js
+++ b/client/src/ui/css.js
diff --git a/src/ui/index.js b/client/src/ui/index.js
index f9ebf7f..f9ebf7f 100644
--- a/src/ui/index.js
+++ b/client/src/ui/index.js
diff --git a/src/ui/theme.js b/client/src/ui/theme.js
index 8977791..8977791 100644
--- a/src/ui/theme.js
+++ b/client/src/ui/theme.js
diff --git a/src/viz.es.js b/client/src/viz.es.js
index 56f6a98..56f6a98 100644
--- a/src/viz.es.js
+++ b/client/src/viz.es.js
diff --git a/webpack.config.js b/client/webpack.config.js
index 62ce3a6..62ce3a6 100644
--- a/webpack.config.js
+++ b/client/webpack.config.js
diff --git a/yarn.lock b/client/yarn.lock
index a169a3b..a169a3b 100644
--- a/yarn.lock
+++ b/client/yarn.lock