Skip to content

Commit

Permalink
updated toolbar, side menu, components list and add component form to…
Browse files Browse the repository at this point in the history
… use .ds styling
  • Loading branch information
poef committed Nov 29, 2024
1 parent 177ef87 commit 7f59958
Show file tree
Hide file tree
Showing 36 changed files with 5,346 additions and 747 deletions.
1 change: 1 addition & 0 deletions www/api/data/assets/img/feather-sprite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion www/api/data/base-components/home/routes/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ function() {
simplyApp.actions.listComponents()
.then(function(components) {
editor.pageData.components = components;
editor.pageData.page = "List components";
editor.pageData.page = "List-components";
});
}
Loading

0 comments on commit 7f59958

Please sign in to comment.