diff --git a/developer_manual/design/layout.rst b/developer_manual/design/layout.rst index ecd7d45af..9004511c6 100644 --- a/developer_manual/design/layout.rst +++ b/developer_manual/design/layout.rst @@ -10,8 +10,8 @@ While deciding how you want your app to look, there are a number of factors to c * Responsiveness for different browsers, browser sizes and devices * Typical interface patterns in other similar apps in the market -The `content Vue component `_ wraps your entire app. While the arrangement of components in your app is dependent on what your app does, most Nextcloud apps typically have 3 levels of hierarchy. Some commonly used layouts are: - +The `content Vue component `_ wraps your entire app. While the arrangement of components in your app is dependent on what your app does, most Nextcloud apps typically have 3 levels of hierarchy. Some commonly used layouts are: +`Penpot empty template `_ * Navigation → content → sidebar (and a couple of variations of it, e.g. without the sidebar) * Navigation → list → content @@ -19,6 +19,7 @@ The `content Vue component `_ .. image:: ../images/files-layout.png :alt: Files layout @@ -47,6 +48,7 @@ Typically, a sidebar is used to show more information about an item. Sometimes t Special case: list in navigation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +`Penpot Talk layout `_ .. image:: ../images/talk-layout.png :alt: Talk layout diff --git a/developer_manual/images/activity-layout.png b/developer_manual/images/activity-layout.png index 696386e3d..e5d801170 100644 Binary files a/developer_manual/images/activity-layout.png and b/developer_manual/images/activity-layout.png differ diff --git a/developer_manual/images/files-layout.png b/developer_manual/images/files-layout.png index 3d7a77899..c4fc9c40b 100644 Binary files a/developer_manual/images/files-layout.png and b/developer_manual/images/files-layout.png differ diff --git a/developer_manual/images/mail-layout.png b/developer_manual/images/mail-layout.png index cd8e0ed5f..507134420 100644 Binary files a/developer_manual/images/mail-layout.png and b/developer_manual/images/mail-layout.png differ diff --git a/developer_manual/images/talk-layout.png b/developer_manual/images/talk-layout.png index 3cab0abf9..277b562af 100644 Binary files a/developer_manual/images/talk-layout.png and b/developer_manual/images/talk-layout.png differ