Skip to content

feat(web/inline-edit): implement a inline editor#1599

Merged
Davidmattei merged 56 commits intoems-project:7.xfrom
Davidmattei:feat/inline-edit
Mar 19, 2026
Merged

feat(web/inline-edit): implement a inline editor#1599
Davidmattei merged 56 commits intoems-project:7.xfrom
Davidmattei:feat/inline-edit

Conversation

@Davidmattei
Copy link
Member

@Davidmattei Davidmattei commented Feb 17, 2026

Q A
Bug fix? n
New feature? y
BC breaks? n
Deprecations? n
Fixed tickets? n
Documentation? y

This PR introduces the first iteration of the channel inline editor. Please note that this is currently a Proof of Concept. As we gather feedback on the user experience, the implementation and UI are subject to further refinement and significant changes.

Please note that documentation and final translation keys are omitted from this PR to keep the focus on the core logic. These will be addressed in a follow-up PR as the UI and UX stabilize

@Davidmattei Davidmattei marked this pull request as ready for review March 17, 2026 20:01
@Davidmattei Davidmattei requested a review from a team as a code owner March 17, 2026 20:01
Copy link
Member

@theus77 theus77 left a comment

Choose a reason for hiding this comment

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

How do you handle backend exception in the inline front end app?

Comment on lines +25 to +29
public function getCurrentRevision(): ?Revision
{
return \array_find($this->revisions, fn ($revision) => null === $revision->getEndTime());
}

Copy link
Member

Choose a reason for hiding this comment

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

When is it null? When the document is archived I guess?

Copy link
Member Author

Choose a reason for hiding this comment

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

Indeed

@Davidmattei
Copy link
Member Author

How do you handle backend exception in the inline front end app?

Current no implementation, we could work toast messages in iframe.

@Davidmattei Davidmattei merged commit 9e725d6 into ems-project:7.x Mar 19, 2026
1 check passed
@github-project-automation github-project-automation bot moved this from Todo to Done in Elasticms Mar 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants