diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/DESIGN.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/DESIGN.md b/docs/DESIGN.md index 8e88200..4d13ed6 100644 --- a/docs/DESIGN.md +++ b/docs/DESIGN.md @@ -63,6 +63,11 @@ library name and repository location. - tinytoml ## Components +Components should, when possible, be split off into self-contained static +libraries. This is to reduce recompile times. + +### Navigation +Includes the Address bar (URLLineEdit). ### Bookmarks [TODO] |