diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-08-23 14:52:58 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-08-23 14:52:58 +0200 |
commit | 3810a2bff06a38c9d4098560cd94a17a24031e23 (patch) | |
tree | d3f079161dcd3b7a37f3d2a737c6c72f8a49e187 /docs | |
parent | Added URL bar completer (diff) | |
download | smolbote-3810a2bff06a38c9d4098560cd94a17a24031e23.tar.xz |
Split address bar off into static library
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] |