Content
View differences
Updated by Eric Schubert 6 days ago
**As** an OpenProject user
**I want to** have a more mordern UX pattern for the edit action
**so that** I like using the wiki module.
**Acceptance criteria**
* The green create action button is removed from the page
* instead, it is added to the bottom of the left side menu (similar to how we did it for Boards)
* The watch button is moved into the three dots menu
* In the edit and create mode:
* the sidebar is removed
* the ckEditor goes full width of the form
* we use the same component we have for the form for form creating projects (`StepWizard`)
* Editing the title of the wiki is simplified:
* Hovering over the page name indicates an edit action.
* When clicking on the page name the edit action is started.
* Technical: The `InplaceEditFieldComponent` is therefore supported by the `PageHeader`
* The page name is removed from the edit form.
**Permissions and visibility considerations**
* _No new permissions_
**Translation considerations**
* No new translations
**Out of scope**
* Adding comments for changes
**Acceptance criteria**
* The green create action button is removed from the page
* instead, it is added to the bottom of the left side menu (similar to how we did it for Boards)
* The watch button is moved into the three dots menu
* In the edit and create mode:
* the sidebar is removed
* the ckEditor goes full width of the form
* we use the same component we have for the form for
* Editing the title of the wiki is simplified:
* Hovering over the page name indicates an edit action.
* When clicking on the page name the edit action is started.
* Technical: The `InplaceEditFieldComponent` is therefore supported by the `PageHeader`
* The page name is removed from the edit form.
**Permissions and visibility considerations**
* _No new permissions_
**Translation considerations**
* No new translations
**Out of scope**
* Adding comments for changes