You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: developer_manual/design/components.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ initials otherwise, and a generic icon for non-users like external email address
70
70
71
71
- User avatars are the default and automatically show the user's profile picture and status. Use them whenever you have a real Nextcloud user.
72
72
- Non-user avatars represent external email addresses, guests, and integrations. For example, external recipients in Mail and guests in Talk.
73
-
- 32px as the default size for avatars, but they can be as small as 24px in dense lists, , and as large as 44-64px in headers and profile cards. Keep the size consistent within a single list or row.
73
+
- 32px as the default size for avatars, but they can be as small as 24px in dense lists, and as large as 44-64px in headers and profile cards. Keep the size consistent within a single list or row.
74
74
75
75
- Avoid placing an avatar alone in flowing text without a name next to it. For inline mentions of a user inside a sentence, use a User bubble.
76
76
@@ -250,12 +250,12 @@ file type, picking one or several items, and choosing folders.
250
250
.. _Checkboxes and toggles:
251
251
252
252
Checkboxes and toggles
253
-
--------------------------------------
253
+
----------------------
254
254
255
255
Checkboxes and toggles `(NcCheckboxRadioSwitch) <https://nextcloud-vue-components.netlify.app/#/Components/NcCheckboxRadioSwitch>`__ are selection controls that share a
256
256
single component.
257
257
258
-
- Checkboxes allow users to select multiple options from a list. for example, per-folder share permissions.
258
+
- Checkboxes allow users to select multiple options from a list. For example, per-folder share permissions.
259
259
- Toggles (switches) are used for enabling and disabling a single setting.
260
260
261
261
@@ -271,7 +271,7 @@ single component.
271
271
Radio groups
272
272
^^^^^^^^^^^^
273
273
274
-
Radio buttons allow users to select exactly one option from a defined radio group `(NcRadioGroup) <https://nextcloud-vue-components.netlify.app/#/Components/NcRadioGroup>`__. It also has a button variant which displays the options as buttons. When there are many options, use a dropdown instead.
274
+
Radio buttons allow users to select exactly one option from a defined radio group `(NcRadioGroup) <https://nextcloud-vue-components.netlify.app/#/Components/NcRadioGroup>`__. It also has a button variant which displays the options as buttons. When there are many options, use a dropdown instead.
Copy file name to clipboardExpand all lines: developer_manual/design/introduction.rst
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,6 @@ Each Nextcloud app is unique and different, but all Nextcloud apps are built kee
21
21
color and iconography.
22
22
- The state of the application should be clear. If something loads, provide feedback. Reactions should be quick, ideally under 100ms as per `response time
- The state of the application should be clear. If something loads, provide feedback.
25
24
- Regularly reset your installation to see what the first-run experience is like, and improve it.
26
25
- Ideally do `usability testing <https://jancborchardt.net/usability-in-free-software>`__ to know how people use the software. Testing with 5 users is enough to identify most of your problems.
0 commit comments