Skip to content

Commit

Permalink
deploy: 85d98e4
Browse files Browse the repository at this point in the history
  • Loading branch information
Aggrathon committed Aug 24, 2023
1 parent deee513 commit 7d58c62
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 10 deletions.
Empty file added assets/__init__.py
Empty file.
17 changes: 10 additions & 7 deletions assets/dcc_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@
color: var(--placeholder-color) !important;
}

.tab.jsx-535771872, .tab.jsx-3201076643 {
.tab.jsx-535771872,
.tab.jsx-3201076643 {
padding: 20px 25px 5px 25px;
}

Expand Down Expand Up @@ -143,9 +144,10 @@
padding: 10px;
}

.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner table,
.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner th,
.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner input:not([type="radio"]):not([type="checkbox"]) {
.plots .dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner table,
.plots .dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner th,
.plots .dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner td,
.plots .dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner input:not([type="radio"]):not([type="checkbox"]) {
color: black;
color: var(--font-color);
background-color: white;
Expand All @@ -158,7 +160,7 @@
border-top: 0px;
}

.dash-spreadsheet-menu .dash-spreadsheet-menu-item .show-hide-menu {
.plots .dash-spreadsheet-menu .dash-spreadsheet-menu-item .show-hide-menu {
color: black;
color: var(--font-color);
background-color: white;
Expand All @@ -182,6 +184,7 @@
color: var(--font-color)
}

.Select--single > .Select-control .Select-value, .Select-placeholder {
.Select--single>.Select-control .Select-value,
.Select-placeholder {
overflow-x: scroll;
}
}
1 change: 1 addition & 0 deletions assets/plugins.ls
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
xiplot_filetypes-1.0-py3-none-any.whl
4 changes: 2 additions & 2 deletions bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
import micropip


MOCKED_PACKAGES = {"jsbeautifier": "1.14.7",}
MOCKED_PACKAGES = {"jsbeautifier": "1.14.9",}
REQUIRED_PACKAGES = ["flask==2.1.2","dash==2.6.2","dash_extensions==0.1.4","dash_mantine_components==0.10.2",]
XIPLOT_WHEEL = "xiplot-0.2.0-py3-none-any.whl"
XIPLOT_WHEEL = "xiplot-0.3.1-py3-none-any.whl"


bootstrap_dash_app = lambda _: NotImplementedError("Call `setup_bootstrap` first!")
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><title>Initialising WebDash ...</title><link rel="icon" type="image/x-icon" href="favicon.0ddd842b.ico"></head><body> <style>.loading-page{display:flex;flex-direction:column;background:#222;color:#fff;align-items:center;justify-content:center;align-content:center;min-height:100vh;font-size:2em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.loading-break{font-size:.75em;color:#90ee90;margin-top:0}.status{font-size:.5em;margin-top:1em;font-family:consolas;max-width:70%}.status>.stdout{color:#8fbc8f}.status>.stderr{color:red}.lds-ellipsis{display:inline-block;position:relative;width:80px;height:80px}.lds-ellipsis div{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background:#fff;animation-timing-function:cubic-bezier(0,1,1,0)}.lds-ellipsis div:first-child{left:8px;animation:lds-ellipsis1 .6s infinite}.lds-ellipsis div:nth-child(2){left:8px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){left:32px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(4){left:56px;animation:lds-ellipsis3 .6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(24px)}}body,html{margin:0;padding:0}</style> <div class="loading-page"> <p>Initialising the WebDash environment</p> <p class="loading-break"> Why don't you use this time to stretch and grab something to drink? </p> <div class="lds-ellipsis"> <div></div> <div></div> <div></div> <div></div> </div> <div class="status"></div> </div> <script src="webdash.1cff2c74.js"></script> </body></html>
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><title>Initialising WebDash ...</title><link rel="icon" type="image/x-icon" href="favicon.0ddd842b.ico"></head><body> <style>.loading-page{display:flex;flex-direction:column;background:#222;color:#fff;align-items:center;justify-content:center;align-content:center;min-height:100vh;font-size:2em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.loading-break{font-size:.75em;color:#90ee90;margin-top:0}.status{font-size:.5em;margin-top:1em;font-family:consolas;max-width:70%}.status>.stdout{color:#8fbc8f}.status>.stderr{color:red}.lds-ellipsis{display:inline-block;position:relative;width:80px;height:80px}.lds-ellipsis div{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background:#fff;animation-timing-function:cubic-bezier(0,1,1,0)}.lds-ellipsis div:first-child{left:8px;animation:lds-ellipsis1 .6s infinite}.lds-ellipsis div:nth-child(2){left:8px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){left:32px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(4){left:56px;animation:lds-ellipsis3 .6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(24px)}}body,html{margin:0;padding:0}</style> <div class="loading-page"> <h1>&chi;iplot</h1> <p>Initialising the WebDash environment</p> <p class="loading-break"> Why don't you use this time to stretch and grab something to drink? </p> <div class="lds-ellipsis"> <div></div> <div></div> <div></div> <div></div> </div> <div class="status"></div> </div> <script src="webdash.1cff2c74.js"></script> </body></html>
Binary file added plugins/xiplot_filetypes-1.0-py3-none-any.whl
Binary file not shown.
Binary file not shown.

0 comments on commit 7d58c62

Please sign in to comment.