Skip to content

Display page content in the Static Site Editor

Enrique Alcántara requested to merge 212560-sse-populate-edit-area into master

What does this MR do?

Displays the content of the page the user wants to edit in the Static Site Editor’s edit area. It displays a skeleton loader while the content is loading. This MR is part of a series of Merge Requests to deliver #212560 (closed). The other merge requests in this series are:

  • Implement a service that fetches a page source content using GitLab API: !28598 (merged)
  • Implement Vuex state management to load the page source content: !28481 (merged)

To test this work in your local environment, use the following integration MR: !28615 (closed)

See #212560 (closed) for more information. See the issue to obtain information about high-level design decisions and see user mockups.

Screenshots

This gif shows all the MRs working in conjunction:

load_source_content_data

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Enrique Alcántara

Merge request reports