Skip to content

Commit

Permalink
ReST API integrated for a communication protocol between clients and …
Browse files Browse the repository at this point in the history
…server, Single Dialog containg child views, able to discover input files from the current directory to avoid upload overahead to the server.
  • Loading branch information
achillesrasquinha committed Jun 8, 2017
1 parent e310ae7 commit b81fabc
Show file tree
Hide file tree
Showing 35 changed files with 14,934 additions and 1,228 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"presets": ["env", "react"]
"presets": ["env", "react"],
"plugins": ["transform-object-rest-spread"]
}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ node_modules

# misc
TODO.md
data/
snippet.py
3 changes: 3 additions & 0 deletions candis/app/assets/css/styles.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
.no-shadow {
box-shadow: none !important; }

.cursor-pointer {
cursor: pointer; }

body {
font-family: "Roboto"; }

Expand Down
Binary file added candis/app/assets/img/icon/insert-column.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added candis/app/assets/img/icon/insert-row.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added candis/app/assets/img/icon/reload.png
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 b81fabc

Please sign in to comment.