Skip to content

Commit

Permalink
Improve layout docs
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel committed Jun 15, 2024
1 parent 318e972 commit c8691ff
Show file tree
Hide file tree
Showing 3 changed files with 189 additions and 235 deletions.
1 change: 1 addition & 0 deletions docs/tildagon-apps/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ You can use the following premade [`app_components`](reference/ui-elements.md) t
- [`Notification`](reference/ui-elements.md#notification): pop up notifications
- [`YesNoDialog`](reference/ui-elements.md#yesno-dialog): create yes or no dialogues
- [`TextDialog`](reference/ui-elements.md#text-dialog): create text dialogues
- [`Layout`](reference/ui-elements.md#layouts): create menu layouts like the settings app
- [`Tokens`](reference/ui-elements.md#tokens):
- constants for the display properties and colors
- functions for clearing the background and setting a color
Expand Down
1 change: 1 addition & 0 deletions docs/tildagon-apps/reference/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ You can use the following premade [`app_components`](./ui-elements.md) to create
- [`Notification`](./ui-elements.md#notification): pop up notifications
- [`YesNoDialog`](./ui-elements.md#yesno-dialog): create yes or no dialogues
- [`TextDialog`](./ui-elements.md#text-dialog): create text dialogues
- [`Layout`](./ui-elements.md#layouts): create menu layouts like the settings app
- [`Tokens`](./ui-elements.md#tokens):
- constants for the display properties and colors
- functions for clearing the background and setting a color
Expand Down
Loading

0 comments on commit c8691ff

Please sign in to comment.