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

[Editor]: Change title input to handle multiline #1040

Merged
merged 6 commits into from
Nov 25, 2024
Merged

Conversation

cmoinier
Copy link
Collaborator

Description

This PR changes the title input of the editor to a textarea that can handle multilines, for consultation and editing.

Screenshots

image

Quality Assurance Checklist

  • Commit history is devoid of any merge commits and readable to facilitate reviews
  • If new logic ⚙️ is introduced: unit tests were added
  • If new user stories 🤏 are introduced: E2E tests were added
  • If new UI components 🕹️ are introduced: corresponding stories in Storybook were created
  • If breaking changes 🪚 are introduced: add the breaking change label
  • If bugs 🐞 are fixed: add the backport <release branch> label
  • The documentation website 📚 has received the love it deserves

Copy link
Contributor

github-actions bot commented Nov 14, 2024

Affected libs: feature-editor,
Affected apps: metadata-editor, datafeeder, demo,

  • 🚀 Build and deploy storybook and demo on GitHub Pages
  • 📦 Build and push affected docker images

@coveralls
Copy link

coveralls commented Nov 14, 2024

Coverage Status

coverage: 81.41% (-3.0%) from 84.36%
when pulling 95666fe on ME-title-multiline
into 68624e7 on main.

Copy link
Contributor

github-actions bot commented Nov 14, 2024

📷 Screenshots are here!

Copy link
Collaborator

@Angi-Kinas Angi-Kinas left a comment

Choose a reason for hiding this comment

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

Thank you @cmoinier for adding this multiline feature!

Could you have another look at this? I think it is not yet working as expected. The icon for editing the title is no longer working.
Thanks!

Copy link
Collaborator

@Angi-Kinas Angi-Kinas left a comment

Choose a reason for hiding this comment

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

There are some little things to clean up before merging.

I'll test it again tomorrow. Thank you @cmoinier !

libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts
Copy link
Collaborator

@Angi-Kinas Angi-Kinas left a comment

Choose a reason for hiding this comment

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

Thank you for the cleanup @cmoinier !

The PR looks good to go 🚀
Sorry for the delay!

@cmoinier cmoinier merged commit f675dae into main Nov 25, 2024
13 checks passed
@cmoinier cmoinier deleted the ME-title-multiline branch November 25, 2024 09:49
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.

3 participants