Skip to content

Commit

Permalink
Minor fixes and improvements in components documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobz committed Apr 2, 2024
1 parent 8c07b3e commit 5e466a8
Show file tree
Hide file tree
Showing 15 changed files with 345 additions and 609 deletions.
22 changes: 6 additions & 16 deletions public/docs/content/adaptivePanel-descriptions.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
{
"object": "value",
"document": {
"object": "document",
[
{
"data": {},
"nodes": [
"type": "paragraph",
"children": [
{
"object": "block",
"type": "paragraph",
"data": {},
"nodes": [
{
"object": "text",
"text": "An adaptive panel component is used to layout items inside some adaptive panel. It measures the item's width and tries to fit them inside a container. If some items can't fit, they will be hidden according to their priorities. Hidden items can then be shown inside a drop-down menu, or other container.",
"marks": []
}
]
"text": "An adaptive panel component adjusts the set of its children according to its width. It measures each item's width and tries to fit as many items as possible. If some items can't fit, they will be hidden according to their priorities. Hidden items can then be collapsed to a drop-down menu, or other container."
}
]
}
}
]
2 changes: 1 addition & 1 deletion public/docs/content/coreConcepts.json
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@
]
},
{
"text": " / svc.uuiApi — makes API calls gently, handling common HTTP errors, can re-login user if session is lost w/o loosing his work."
"text": " / svc.uuiApi — makes API calls gently, handling common HTTP errors, can re-login user if session is lost w/o losing his work."
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion public/docs/content/countIndicator-descriptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "paragraph",
"children": [
{
"text": "The count indicator notifies users about the number of unread messages, notifications, or updates they have. They help users be aware of new activities or events within an application. Count indicators are also used to represent the number of items. Use the Count Indicator when you want to provide users with specific, quantifiable information about updates or changes. Displaying the number can help users quickly understand how many important updates they have missed:"
"text": "The count indicator notifies users about the number of unread messages, notifications, or updates they have. They help users be aware of new activities or events within an application. Count indicators are also used to represent the number of items. Use the Count Indicator when you want to provide users with specific, quantifiable information about updates or changes. Displaying the number can help users quickly understand how many important updates they have missed."
}
]
}
Expand Down
Loading

0 comments on commit 5e466a8

Please sign in to comment.