Skip to content

Commit

Permalink
cleanup url encoded paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ylebre committed Dec 1, 2024
1 parent cd61cd8 commit 4aa9ad2
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 84 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<main>
<div class="simplycode-header">
<div>
<h1>Edit page frame</h1>
<div class="simplycode-controls">
<button class="simplycode-button" data-simply-command="savePageFrame">Save</button>
<button class="ds-button" data-simply-command="savePageFrame">Save</button>
</div>
</div>
<simply-render rel="componentDescription"></simply-render>
Expand Down

This file was deleted.

10 changes: 0 additions & 10 deletions www/api/data/pages/page-frame/pageTemplates/Edit-page-frame.html

This file was deleted.

2 changes: 1 addition & 1 deletion www/api/data/pages/page-frame/routes/page-frame.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ function() {
});
editor.pageData.component = component;
editor.pageData.count = {};
editor.pageData.page = "Edit-page-frame";
editor.pageData.page = "Edit page frame";
});
}
19 changes: 0 additions & 19 deletions www/api/data/pages/page/pageTemplates/Edit%20page.html

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion www/api/data/pages/publish/pageTemplates/Publish App.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<main>
<h1>App preview</h1>
<div class="field">
<button class="simplycode-button" data-simply-command="saveAppHtml">Publish App</button>
<button class="ds-button" data-simply-command="saveAppHtml">Publish App</button>
</div>
<simply-render rel="fullAppPreview"></simply-render>
</main>
7 changes: 0 additions & 7 deletions www/api/data/pages/publish/pageTemplates/Publish%20App.html

This file was deleted.

0 comments on commit 4aa9ad2

Please sign in to comment.