Skip to content

Commit

Permalink
CSV import as a table and db connection rework
Browse files Browse the repository at this point in the history
- Add csv to existing db #32
- [RFE] Simplify working with temporary tables #53
  • Loading branch information
lana-k committed May 24, 2021
1 parent c96deb5 commit 99a1022
Show file tree
Hide file tree
Showing 37 changed files with 1,360 additions and 1,167 deletions.
15 changes: 2 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"dependencies": {
"codemirror": "^5.57.0",
"core-js": "^3.6.5",
"debounce": "^1.2.0",
"nanoid": "^3.1.12",
"papaparse": "^5.3.0",
"plotly.js": "^1.58.4",
Expand Down
6 changes: 3 additions & 3 deletions src/assets/styles/tables.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.rounded-bg {
padding: 40px 5px 5px;
padding: 35px 5px 5px;
background-color: white;
border-radius: 5px;
position: relative;
Expand Down Expand Up @@ -36,7 +36,7 @@
}
table {
min-width: 100%;
margin-top: -40px;
margin-top: -35px;
border-collapse: collapse;
}
thead th, .fixed-header {
Expand All @@ -56,7 +56,7 @@ tbody td {
border-right: 1px solid var(--color-border-light);
}
td, th, .fixed-header {
padding: 12px 24px;
padding: 8px 24px;
white-space: nowrap;
}

Expand Down
File renamed without changes.
Loading

0 comments on commit 99a1022

Please sign in to comment.