Skip to content
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

Merged
merged 5 commits into from
Oct 13, 2023
Merged

feat: update report editing workflow #297

merged 5 commits into from
Oct 13, 2023

Conversation

cabreraalex
Copy link
Member

@cabreraalex cabreraalex commented Oct 11, 2023

Description

Update report editing to match designs.

Fix ZEN-235

Screen.Recording.2023-10-12.at.14.24.49.mov

@linear
Copy link

linear bot commented Oct 12, 2023

@cabreraalex cabreraalex requested a review from Sparkier October 12, 2023 21:26
@cabreraalex cabreraalex marked this pull request as ready for review October 12, 2023 21:26
@Sparkier Sparkier changed the title feature: update report editing workflow feat: update report editing workflow Oct 13, 2023
frontend/src/lib/components/popups/Confirm.svelte Outdated Show resolved Hide resolved
contenteditable={isEdit ? true : false}
on:blur={(e) => updateReportName(e)}
>
<h1 class="text-5xl mr-6 text-grey-darkest">
Copy link
Member

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?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the settings!

Comment on lines -152 to -154
{#if isEdit}
<Button variant="raised" on:click={() => addElement(elements.length)}>Add Element</Button>
{/if}
Copy link
Member

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.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LOL good catch

@cabreraalex cabreraalex requested a review from Sparkier October 13, 2023 15:11
@cabreraalex cabreraalex merged commit 709be04 into main Oct 13, 2023
6 checks passed
@cabreraalex cabreraalex deleted the reportedit branch October 13, 2023 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants