Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

[WIP] Dash component system support #490

Closed
wants to merge 14 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,14 @@ jobs:
- run:
name: Install dependencies (dash)
command: |
git clone [email protected]:plotly/dash.git
git clone -b dash-component-system [email protected]:plotly/dash.git
git clone [email protected]:plotly/dash-renderer.git
git clone [email protected]:plotly/dash-html-components.git
git clone [email protected]:plotly/dash-table.git
git clone -b dash-component-system [email protected]:plotly/dash-html-components.git
. venv/bin/activate
pip install -e ./dash --quiet
cd dash-renderer && npm install --ignore-scripts && npm run build && pip install -e . && cd ..
cd dash-core-components && npm install --ignore-scripts && npm run build && pip install -e . && cd ..
cd dash-html-components && npm install --ignore-scripts && npm run build && pip install -e . && cd ..

- run:
name: Build
command: |
Expand Down
48 changes: 0 additions & 48 deletions dash_core_components/Checklist.py

This file was deleted.

40 changes: 0 additions & 40 deletions dash_core_components/ConfirmDialog.py

This file was deleted.

51 changes: 0 additions & 51 deletions dash_core_components/ConfirmDialogProvider.py

This file was deleted.

106 changes: 0 additions & 106 deletions dash_core_components/DatePickerRange.py

This file was deleted.

Loading