aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-08-23 14:52:58 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2017-08-23 14:52:58 +0200
commit3810a2bff06a38c9d4098560cd94a17a24031e23 (patch)
treed3f079161dcd3b7a37f3d2a737c6c72f8a49e187 /docs
parentAdded URL bar completer (diff)
downloadsmolbote-3810a2bff06a38c9d4098560cd94a17a24031e23.tar.xz
Split address bar off into static library
Diffstat (limited to 'docs')
-rw-r--r--docs/DESIGN.md5
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]