From e74f94bc72cdbb2282096b8d36677ba6655ab5be Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 7 Mar 2023 15:52:24 -0600 Subject: Big batch of UI updates (#276) * Replace react-native-root-toast with a custom toast that fits the visual style * Tune dark mode colors * Tune colors a bit more * Move the reply prompt to a fixed position in the footer * Fully hide muted posts but give a control to show anyway (close #270) * Improve thread rendering (better clarity on reply lines) * Add follower/following counts to side menu * Fix issues with display name overflows --- web/webpack.config.js | 1 - 1 file changed, 1 deletion(-) (limited to 'web') diff --git a/web/webpack.config.js b/web/webpack.config.js index 18056190d..d74cdd542 100644 --- a/web/webpack.config.js +++ b/web/webpack.config.js @@ -9,7 +9,6 @@ const uncompiled_deps = [ '@bam.tech/react-native-image-resizer', 'react-native-fs', 'rn-fetch-blob', - 'react-native-root-toast', 'react-native-root-siblings', 'react-native-linear-gradient', ] -- cgit 1.4.1