Skip to content

Commit

Permalink
[default-card][ui] default card realtime updatable
Browse files Browse the repository at this point in the history
- cleanup the ui component code and add naive progress-bar
  • Loading branch information
seethroughdev authored and valayDave committed Sep 26, 2023
1 parent befd689 commit 9a27a2b
Show file tree
Hide file tree
Showing 30 changed files with 6,167 additions and 3,397 deletions.
1 change: 1 addition & 0 deletions metaflow/plugins/cards/card_modules/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<body>
<div class="card_app"></div>
<script>
var METAFLOW_RELOAD_TOKEN = "[METAFLOW_RELOAD_TOKEN]"
var mfCardDataId = "{{{card_data_id}}}";

if (!window.__MF_DATA__) {
Expand Down
12 changes: 6 additions & 6 deletions metaflow/plugins/cards/card_modules/bundle.css

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions metaflow/plugins/cards/card_modules/main.js

Large diffs are not rendered by default.

Loading

0 comments on commit 9a27a2b

Please sign in to comment.