Skip to content

Commit 72f91ce

Browse files
authored
Merge pull request #10397 from nextcloud/enh/noid/update-layout-screenshots
update layout page
2 parents 132a4f6 + 732c761 commit 72f91ce

5 files changed

Lines changed: 4 additions & 2 deletions

File tree

developer_manual/design/layout.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@ While deciding how you want your app to look, there are a number of factors to c
1010
* Responsiveness for different browsers, browser sizes and devices
1111
* Typical interface patterns in other similar apps in the market
1212

13-
The `content Vue component <https://nextcloud-vue-components.netlify.app/#/Components/App%20containers?id=content>`_ 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:
14-
13+
The `content Vue component <https://nextcloud-vue-components.netlify.app/#/Components/App%20containers/NcAppContent?id=ncappcontent-1>`_ 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:
14+
`Penpot empty template <https://design.penpot.app/#/view/db3839da-807b-8052-8002-576401e9a375?page-id=2783d7ad-98f2-804a-8002-750c2585d4f1&section=interactions&index=5&share-id=11fde340-21f4-802e-8002-8d8d305e7ab5>`_
1515

1616
* Navigation → content → sidebar (and a couple of variations of it, e.g. without the sidebar)
1717
* Navigation → list → content
1818

1919
Navigation → Content → Sidebar
2020
------------------------------
2121

22+
`Penpot Files layout <https://design.penpot.app/#/view/db3839da-807b-8052-8002-576401e9a375?page-id=2783d7ad-98f2-804a-8002-750c2585d4f1&section=interactions&index=3&share-id=11fde340-21f4-802e-8002-8d8d305e7ab5>`_
2223

2324
.. image:: ../images/files-layout.png
2425
:alt: Files layout
@@ -47,6 +48,7 @@ Typically, a sidebar is used to show more information about an item. Sometimes t
4748
Special case: list in navigation
4849
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4950

51+
`Penpot Talk layout <https://design.penpot.app/#/view/db3839da-807b-8052-8002-576401e9a375?page-id=2783d7ad-98f2-804a-8002-750c2585d4f1&section=interactions&index=0&share-id=11fde340-21f4-802e-8002-8d8d305e7ab5>`_
5052

5153
.. image:: ../images/talk-layout.png
5254
:alt: Talk layout
254 KB
Loading
284 KB
Loading
285 KB
Loading
182 KB
Loading

0 commit comments

Comments
 (0)