Skip to content

Commit

Permalink
Multiple changes, added export to CSV
Browse files Browse the repository at this point in the history
- refactor JS code
- updated design
- updated to Bootstrap V5
- updated other JS libraries
  • Loading branch information
yuraj11 committed Jan 11, 2024
1 parent 3b79272 commit 6123ccd
Show file tree
Hide file tree
Showing 28 changed files with 397 additions and 1,905 deletions.
1 change: 0 additions & 1 deletion css/bootstrap-theme.css.map

This file was deleted.

5 changes: 0 additions & 5 deletions css/bootstrap-theme.min.css

This file was deleted.

1 change: 0 additions & 1 deletion css/bootstrap.css.map

This file was deleted.

11 changes: 6 additions & 5 deletions css/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/bootstrap.min.css.map

Large diffs are not rendered by default.

119 changes: 0 additions & 119 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,6 @@ body {
background: #f5f5f5;
}

footer {
margin-top: 8px;
margin-bottom: 8px;
color: darkgray;
text-align: center;
}

footer small a {
color: #7AA7CF;
}

#main-container {
position: relative;
background: #ffffff;
box-shadow: 0 1px 16px silver;
z-index: 2;
}

.node-info {
font-style: italic;
display: none;
Expand All @@ -42,52 +24,15 @@ footer small a {
#header {
background: #A0CFFF;
color: #3474A8;
padding: 16px;
margin-left: -15px;
margin-right: -15px;
margin-bottom: 15px;

}

#header h3 {
margin: 0;
}

#resizer {
font-size: 26px;
}

#resizer i {
padding-top: 15px;
}

#resizer i.glyphicon-resize-small {
margin-right: 120px;
}

#dropzone {
height: 450px;
width: 100%;
font-size: 1.2em;
cursor: pointer;
text-align: center;
display: table;
table-layout: fixed;
}

#dropzone .panel-body {
display: table-cell;
vertical-align: middle;
}

#output-box {
display: none;
margin-bottom: 20px;
}

#button-box {
position: absolute;
right: 40px;
}

.ace_hidden-cursors {
Expand All @@ -112,67 +57,3 @@ footer small a {
text-overflow: ellipsis;
white-space: nowrap;
}

#bottom-bar a:focus, a:hover {
text-decoration: none;
}

#bottom-bar .inline {
background: #fff;
display: inline-block;
padding: 15px;
margin: -15px
}

#bottom-bar {
z-index: 1;
bottom: 0;
padding: 15px;
position: static;
display: none;
margin-left: -8px;
}

@media (min-width: 1300px) {
#bottom-bar {
position: fixed;
}

#pager {
display: block;
}
}

@media (min-width: 1450px) {
#pager {
display: inline-block;
}
}

.ribbon {
z-index: 3;
}
/* Animated loading icon */

.glyphicon-refresh-animate {
-animation: spin .7s infinite linear;
-webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}

@keyframes spin {
from {
transform: scale(1) rotate(0deg);
}
to {
transform: scale(1) rotate(360deg);
}
}
3 changes: 3 additions & 0 deletions css/select2-bootstrap-5-theme.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 6123ccd

Please sign in to comment.