From 1dcc9234538eee34ef636e7f9e57d4859958905a Mon Sep 17 00:00:00 2001 From: Parvesh Monu Date: Wed, 13 Dec 2023 21:47:27 +0530 Subject: [PATCH 1/2] Add comment related to refactoring --- src/status_im2/contexts/chat/messages/view.cljs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/status_im2/contexts/chat/messages/view.cljs b/src/status_im2/contexts/chat/messages/view.cljs index 5a001f4cb14..7e08559fc89 100644 --- a/src/status_im2/contexts/chat/messages/view.cljs +++ b/src/status_im2/contexts/chat/messages/view.cljs @@ -13,6 +13,11 @@ [status-im2.contexts.chat.messages.navigation.view :as messages.navigation] [utils.re-frame :as rf])) +;; NOTE(parvesh) - I am working on refactoring/optimization of the chat screen for performance +;; improvement. +;; Please avoid refactoring these files. Also if you are not already working on bug fixes related to the +;; chat navigation bar, +;; please skip them. And ping me, so I can address them while refactoring (defn f-chat [{:keys [show-floating-scroll-down-button? animate-topbar-name? big-name-visible? animate-topbar-opacity? on-end-reached? messages-list-on-layout-finished?] From ba1c95e7f08478d51855b291eb160fb2faeb9595 Mon Sep 17 00:00:00 2001 From: Parvesh Monu Date: Wed, 13 Dec 2023 21:49:21 +0530 Subject: [PATCH 2/2] lint --- src/status_im2/contexts/chat/messages/view.cljs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/status_im2/contexts/chat/messages/view.cljs b/src/status_im2/contexts/chat/messages/view.cljs index 7e08559fc89..42ece2b5a35 100644 --- a/src/status_im2/contexts/chat/messages/view.cljs +++ b/src/status_im2/contexts/chat/messages/view.cljs @@ -14,10 +14,9 @@ [utils.re-frame :as rf])) ;; NOTE(parvesh) - I am working on refactoring/optimization of the chat screen for performance -;; improvement. -;; Please avoid refactoring these files. Also if you are not already working on bug fixes related to the -;; chat navigation bar, -;; please skip them. And ping me, so I can address them while refactoring +;; improvement. Please avoid refactoring these files. Also if you are not already working on bug +;; fixes related to the chat navigation bar, please skip them. +;; And ping me, so I can address them while refactoring (defn f-chat [{:keys [show-floating-scroll-down-button? animate-topbar-name? big-name-visible? animate-topbar-opacity? on-end-reached? messages-list-on-layout-finished?]