-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: update report editing workflow #297
Conversation
contenteditable={isEdit ? true : false} | ||
on:blur={(e) => updateReportName(e)} | ||
> | ||
<h1 class="text-5xl mr-6 text-grey-darkest"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How can one update the name of a report now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the settings!
{#if isEdit} | ||
<Button variant="raised" on:click={() => addElement(elements.length)}>Add Element</Button> | ||
{/if} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there is no way for me to add an element if there is no element in the report already now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LOL good catch
Description
Update report editing to match designs.
Fix ZEN-235
Screen.Recording.2023-10-12.at.14.24.49.mov