Skip to content

Commit

Permalink
feat: add CSV download progress callbacks to dashboard widget
Browse files Browse the repository at this point in the history
fix: dayjs locale import warnings
fix: filter lock error on session toggle
fix: blank table when first cell is null
fix: "no data supplied to this chart" message
  • Loading branch information
NikkiMeganMoore authored May 25, 2022
1 parent 2bb9eb1 commit 308b4d2
Show file tree
Hide file tree
Showing 91 changed files with 4,934 additions and 5,601 deletions.
Binary file modified example/package/react-autoql-0.0.0-semantically-released.tgz
Binary file not shown.
1 change: 0 additions & 1 deletion example/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ export default class App extends Component {
currentPage: 'drawer',
isNewDashboardModalOpen: false,
componentKey: uuid(),
isVisible: false,
placement: 'right',
showHandle: true,
theme: 'light',
Expand Down
79 changes: 54 additions & 25 deletions example/src/index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,57 @@
h1 {
display: block;
font-size: 2em;
margin-top: 0.67em;
margin-bottom: 0.67em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}
h2 {
display: block;
font-size: 1.5em;
margin-top: 0.83em;
margin-bottom: 0.83em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}
h3 {
display: block;
font-size: 1.17em;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}
h4 {
display: block;
margin-top: 1.33em;
margin-bottom: 1.33em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}
h5 {
display: block;
font-size: 0.83em;
margin-top: 1.67em;
margin-bottom: 1.67em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}
h6 {
display: block;
font-size: 0.67em;
margin-top: 2.33em;
margin-bottom: 2.33em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}

body {
height: 100vh;
width: 100vw;
Expand All @@ -13,15 +67,6 @@ body {
height: auto;
}

.test-page-container h4 {
margin-bottom: 5px;
margin-top: 15px;
}

.test-page-container input {
min-width: 250px;
}

.ui-overlay {
width: 100%;
height: 100vh;
Expand Down Expand Up @@ -49,22 +94,6 @@ body {
max-width: unset;
}

.chat-voice-record-button {
margin: 10px;
}

.switch {
position: relative;
display: inline-block;
width: 90px;
height: 34px;
margin-top: 10px;
}

.switch input {
display: none;
}

#clear-rating-button {
margin-top: 25px;
padding: 5px;
Expand Down
11 changes: 9 additions & 2 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"lodash.omit": "^4.5.0",
"lodash.reduce": "^4.6.0",
"lodash.some": "^4.6.0",
"lodash.sortby": "^4.7.0",
"lodash.uniq": "^4.5.0",
"make-coverage-badge": "^1.2.0",
"moment-timezone": "^0.5.32",
Expand All @@ -99,6 +100,7 @@
"react-switch": "^6.0.0",
"react-tabulator": "^0.13.2",
"react-tiny-popover": "^3.4.5",
"react-toastify": "^9.0.1",
"react-tooltip": "4.2.10",
"recordrtc": "^5.6.1",
"sanitize-html": "^2.3.2",
Expand Down
2 changes: 1 addition & 1 deletion public/badge.svg
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 308b4d2

Please sign in to comment.