From 609c310ef1b17878c8e3a4e5ab4d5007f910bf22 Mon Sep 17 00:00:00 2001
From: ialokim <ialokim@mailbox.org>
Date: Thu, 23 Sep 2021 16:17:30 +0200
Subject: [PATCH] add Compose plugin information to README

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index 0d4d2c4164..163263f27c 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,14 @@ git clone --recursive-submodules https://code.briarproject.org/briar/briar-deskt
 The easiest and most convenient way to build Briar Desktop is by using
 [Intellij IDEA](https://www.jetbrains.com/idea/).
 
+### UI Previews
+
+Briar Desktop makes use of [Compose for Desktop](https://www.jetbrains.com/lp/compose/)
+to build its UI. The Intellij IDEA plugin
+[Compose Multiplatform IDE Support](https://plugins.jetbrains.com/plugin/16541-compose-multiplatform-ide-support)
+provides static previews of
+composable functions without parameters which are annotated with `@Preview`.
+
 ## Translations
 
 See [TRANSLATION.md](./TRANSLATION.md) for more information.
-- 
GitLab