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
valayDave committed Oct 18, 2023
1 parent fd1502d commit e5e870f
Show file tree
Hide file tree
Showing 30 changed files with 6,217 additions and 3,447 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
112 changes: 56 additions & 56 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 e5e870f

Please sign in to comment.