Restructure the js app (#243)

* prettier

* linter

* add prettier, and format the code

* remove common, merge it with frontend

* refactor the app

* better lint and code fix

* travis for the frontend app

* travis build script

Signed-off-by: Daniel Maricic <daniel@woss.io>

* lint and build

* update the README.md

Signed-off-by: Daniel Maricic <daniel@woss.io>

* change the commands to reflect refactor

Signed-off-by: Daniel Maricic <daniel@woss.io>

* prettier and tslint are friends

Signed-off-by: Daniel Maricic <daniel@woss.io>

* code that wasn't linted properly before

Signed-off-by: Daniel Maricic <daniel@woss.io>

* prettier rc got deleted

* workgin on making the travis pass

Signed-off-by: Daniel Maricic <daniel@woss.io>

* travis build please?

Signed-off-by: Daniel Maricic <daniel@woss.io>

* update readme.md

Signed-off-by: Daniel Maricic <daniel@woss.io>

* dockerfile deleted from fronted - out of scope

Signed-off-by: Daniel Maricic <daniel@woss.io>

* remove

Signed-off-by: Daniel Maricic <daniel@woss.io>

* tsconfig

Signed-off-by: Daniel Maricic <daniel@woss.io>

* found the reason why EOL wasn't happening

Signed-off-by: Daniel Maricic <daniel@woss.io>

* type for the event in the ConnectionInput

as suggested

* strictnullCheck to true

* noImplicitAny

* noUnusedParams

* AfgHandling

* update

* fix Location.tsx

* Few minor fixes

* remove connection input and revert to original

* esnext fixes the imports for icons and non default `* as `

* update to the tsconfig.test.json don't use commonjs please

* fixed wrong comment for TIMEOUT_BASE

* return totem.svg and type decraration of maybe

Signed-off-by: Daniel Maricic <daniel@woss.io>

Co-authored-by: Will <w.kopp@kigroup.de>
This commit is contained in:
Daniel Maricic
2020-04-06 15:38:45 +02:00
committed by GitHub
parent 20a0283380
commit bb8e804567
322 changed files with 10896 additions and 10602 deletions
+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="2 3 18.4 19.4"><path class="cls-1" d="M4.5,13.85A1.11,1.11,0,1,1,3.39,15,1.11,1.11,0,0,1,4.5,13.85ZM3.39,11.21A1.11,1.11,0,1,0,4.5,10.1,1.11,1.11,0,0,0,3.39,11.21Zm0-3.75A1.11,1.11,0,1,0,4.5,6.35,1.11,1.11,0,0,0,3.39,7.47Zm3.42,9.33a1.11,1.11,0,1,0,1.11-1.11A1.11,1.11,0,0,0,6.81,16.79Zm0-3.75a1.11,1.11,0,1,0,1.11-1.11A1.11,1.11,0,0,0,6.81,13Zm0-3.75A1.11,1.11,0,1,0,7.92,8.19,1.11,1.11,0,0,0,6.81,9.3Zm0-3.75A1.11,1.11,0,1,0,7.92,4.44,1.11,1.11,0,0,0,6.81,5.55ZM10.1,18.71a1.11,1.11,0,1,0,1.11-1.11A1.11,1.11,0,0,0,10.1,18.71Zm0-3.75a1.11,1.11,0,1,0,1.11-1.11A1.11,1.11,0,0,0,10.1,15Zm0-3.75a1.11,1.11,0,1,0,1.11-1.11A1.11,1.11,0,0,0,10.1,11.21Zm0-3.75a1.11,1.11,0,1,0,1.11-1.11A1.11,1.11,0,0,0,10.1,7.47Zm0-3.75A1.11,1.11,0,1,0,11.21,2.6,1.11,1.11,0,0,0,10.1,3.72Zm3.42,13.08a1.11,1.11,0,1,0,1.11-1.11A1.11,1.11,0,0,0,13.52,16.79Zm0-3.75a1.11,1.11,0,1,0,1.11-1.11A1.11,1.11,0,0,0,13.52,13Zm0-3.75a1.11,1.11,0,1,0,1.11-1.11A1.11,1.11,0,0,0,13.52,9.3Zm0-3.75a1.11,1.11,0,1,0,1.11-1.11A1.11,1.11,0,0,0,13.52,5.55ZM16.81,15a1.11,1.11,0,1,0,1.11-1.11A1.11,1.11,0,0,0,16.81,15Zm0-3.75a1.11,1.11,0,1,0,1.11-1.11A1.11,1.11,0,0,0,16.81,11.21Zm0-3.75a1.11,1.11,0,1,0,1.11-1.11A1.11,1.11,0,0,0,16.81,7.47Z"/></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB