From 1e7c29ca842c6e18d8706f4581dbb7bf32d37266 Mon Sep 17 00:00:00 2001 From: Krille-chan <24619905+krille-chan@users.noreply.github.com> Date: Sun, 29 Oct 2023 13:44:34 +0100 Subject: [PATCH] Updated FluffyChat Design Guidelines (markdown) --- FluffyChat-Design-Guidelines.md | 1 - 1 file changed, 1 deletion(-) diff --git a/FluffyChat-Design-Guidelines.md b/FluffyChat-Design-Guidelines.md index 46742ff..7b6b0ca 100644 --- a/FluffyChat-Design-Guidelines.md +++ b/FluffyChat-Design-Guidelines.md @@ -6,7 +6,6 @@ To decide which feature makes sense in FluffyChat and which would be config bloa 1. FluffyChats code base should be as minimal as possible so we have a maintainable state. 2. We should not implement features which is the job of the OS. For example this includes: -- Emoji-picker - Font selector - Theme switcher (Currently implemented but might be removed in the future) 3. We should avoid implementing features which are hard to test.