From 9097d2f08b245a38400317dd350a01e0a609ed3d Mon Sep 17 00:00:00 2001 From: Dimitris Zervas Date: Sun, 26 May 2024 15:40:51 +0300 Subject: [PATCH] Fix the layout shift and the svelte warning Signed-off-by: Dimitris Zervas --- README.md | 1 + applications/web/src/routes/(CADmium)/AppBar.svelte | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21f11c93..29c85e66 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ Github project for tracking progress is [here](https://github.com/orgs/CADmium-C - [ ] Extrusion - [ ] Configure an extrusion to create new solid or subtract from existing solid - [ ] Project + - [x] Ability to rename the project - [ ] Ability to delete steps - [ ] bind ctrl + s to .cadmium export, and ctrl + o to .cadmium import - [ ] Units diff --git a/applications/web/src/routes/(CADmium)/AppBar.svelte b/applications/web/src/routes/(CADmium)/AppBar.svelte index 002d46d4..701c6759 100644 --- a/applications/web/src/routes/(CADmium)/AppBar.svelte +++ b/applications/web/src/routes/(CADmium)/AppBar.svelte @@ -51,7 +51,7 @@
CADmium
{#if renaming} { @@ -69,8 +69,9 @@ }} /> {:else} +
{ log("Renaming project") renaming = true