From c658769b1b81f142a1ecf73627a223d361c1aad6 Mon Sep 17 00:00:00 2001 From: Hetu Nandu Date: Thu, 20 Aug 2020 20:47:20 +0530 Subject: [PATCH] Style polish (#371) * Rotate Fork app icon * Change Explorer divider color * Fix favicon not accessible * Rename `appsmith.url` to `appsmith.URL` * AppView page tab overflow ellipsis * Rename `Back to editor` button to `Edit App` * Update App card colors --- app/client/public/index.html | 1 + app/client/src/constants/AppConstants.ts | 12 ++++++++++++ app/client/src/constants/messages.ts | 2 +- app/client/src/constants/providerConstants.ts | 12 ------------ app/client/src/index.tsx | 5 ----- .../src/pages/AppViewer/viewer/AppViewerHeader.tsx | 9 ++++++++- app/client/src/pages/Editor/Explorer/index.tsx | 6 +++++- app/client/src/reducers/entityReducers/appReducer.ts | 6 +++--- app/client/src/utils/AppsmithUtils.tsx | 4 ++-- 9 files changed, 32 insertions(+), 25 deletions(-) diff --git a/app/client/public/index.html b/app/client/public/index.html index 451b7420eb..5702864a80 100755 --- a/app/client/public/index.html +++ b/app/client/public/index.html @@ -3,6 +3,7 @@ + Appsmith