Skip to content

Commit

Permalink
Fixes listview occasionally not refreshing at startup.
Browse files Browse the repository at this point in the history
Little layout improvements.
  • Loading branch information
genemars committed Apr 26, 2022
1 parent 6705a55 commit 6a5e416
Show file tree
Hide file tree
Showing 145 changed files with 144 additions and 181 deletions.
2 changes: 1 addition & 1 deletion docs/app/cms/zuix-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function zuixEditor(cp) {
hideWaitingSpinner();
},
'success': function(e, ar) {
// TODO: ..
this.hide();
actionResult = ar;
cp.trigger('zuix:action:progress', actionResult);
},
Expand Down
1 change: 1 addition & 0 deletions docs/app/listview/items-list.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
position: relative;
max-width: 640px;
min-height: 300px;
aspect-ratio: 1.2;
padding: 12px 12px 24px;
}
.card i {
Expand Down
1 change: 1 addition & 0 deletions docs/app/listview/items-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ function ItemsList(cp) {
itemsHtml += $el.get().outerHTML;
});
list.html(itemsHtml);
zuix.componentize(list);
}
}

Expand Down
2 changes: 1 addition & 1 deletion docs/content/europe/aca-hi-mashalhuj/index.bundle.js

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

Loading

0 comments on commit 6a5e416

Please sign in to comment.