From bccee9b8a07e4d20ca6dc8f106466177137df369 Mon Sep 17 00:00:00 2001 From: Ruben Barkow Date: Sat, 23 Apr 2016 11:00:48 +0200 Subject: [PATCH] Correct Readme instructions how to customize the UI As at the moment the Readme does not explain the structure of the code any more, the Readme has to be actualized. (This is just a draft, to keep track of this Issue) --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b382657134..ae1cd17c9a8 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,14 @@ You can use matrix-react-sdk directly, but to do this you would have to provide How to customise the SDK ======================== -The SDK uses the 'atomic' design pattern as seen at http://patternlab.io to +The SDK formerly used the 'atomic' design pattern as seen at http://patternlab.io to encourage a very modular and reusable architecture, making it easy to customise and use UI widgets independently of the rest of the SDK and your app. + +So unfortunately at the moment this document does not describe how to customize your UI! + +###This is the old description for the atomic design pattern: + In practice this means: * The UI of the app is strictly split up into a hierarchy of components.