From af9ad2982aef8b0f6602c0f51c2089ca0b369973 Mon Sep 17 00:00:00 2001 From: Shruti Chaturvedi <66940685+ShrutiC-git@users.noreply.github.com> Date: Thu, 2 Feb 2023 11:54:54 +0530 Subject: [PATCH 1/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb73ee0ee7..3be08f3a97 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![parse-repository-header-dashboard](https://user-images.githubusercontent.com/5673677/138276825-9b430df8-b1f6-41d7-af32-4852a8fbc143.png) ---- +-------------------------- [![Build Status](https://github.com/parse-community/parse-dashboard/workflows/ci/badge.svg?branch=alpha)](https://github.com/parse-community/parse-dashboard/actions?query=workflow%3Aci+branch%3Aalpha) [![Build Status](https://github.com/parse-community/parse-dashboard/workflows/ci/badge.svg?branch=beta)](https://github.com/parse-community/parse-dashboard/actions?query=workflow%3Aci+branch%3Abeta) From 0d0e5baad09b2d6e61491d4873fbfed021df21b8 Mon Sep 17 00:00:00 2001 From: Shruti Chaturvedi <66940685+ShrutiC-git@users.noreply.github.com> Date: Thu, 2 Feb 2023 12:21:45 +0530 Subject: [PATCH 2/6] Update AccountOverview.react.js --- src/dashboard/Account/AccountOverview.react.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dashboard/Account/AccountOverview.react.js b/src/dashboard/Account/AccountOverview.react.js index 2fce5c9ca8..ab1bf0d4a0 100644 --- a/src/dashboard/Account/AccountOverview.react.js +++ b/src/dashboard/Account/AccountOverview.react.js @@ -68,7 +68,7 @@ export default class AccountOverview extends React.Component { renderForm({fields}) { let accountInfoFields =
Date: Thu, 2 Feb 2023 12:43:27 +0530 Subject: [PATCH 3/6] Update Dashboard.js --- src/dashboard/Dashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dashboard/Dashboard.js b/src/dashboard/Dashboard.js index 3a639cdb79..eae2fca9fe 100644 --- a/src/dashboard/Dashboard.js +++ b/src/dashboard/Dashboard.js @@ -192,7 +192,7 @@ export default class Dashboard extends React.Component { } const AppsIndexPage = () => ( - + ); From 9740a689c3e33b3a0efbf85e5378c828b1876f3a Mon Sep 17 00:00:00 2001 From: Shruti Chaturvedi <66940685+ShrutiC-git@users.noreply.github.com> Date: Thu, 2 Feb 2023 13:04:30 +0530 Subject: [PATCH 4/6] Update DashboardView.react.js --- src/dashboard/DashboardView.react.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dashboard/DashboardView.react.js b/src/dashboard/DashboardView.react.js index 15972fd8e6..6c0018cafd 100644 --- a/src/dashboard/DashboardView.react.js +++ b/src/dashboard/DashboardView.react.js @@ -199,7 +199,7 @@ export default class DashboardView extends React.Component { if (coreSubsections.length > 0) { appSidebarSections.push({ - name: 'Core', + name: 'Core - TEST', icon: 'core', link: '/browser', subsections: coreSubsections, From cccaebfd49cdb86a6e268bf324b10cc5fe5337ea Mon Sep 17 00:00:00 2001 From: Shruti Chaturvedi <66940685+ShrutiC-git@users.noreply.github.com> Date: Thu, 2 Feb 2023 14:32:03 +0530 Subject: [PATCH 5/6] Update Dashboard.js --- src/dashboard/Dashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dashboard/Dashboard.js b/src/dashboard/Dashboard.js index eae2fca9fe..1ba8795507 100644 --- a/src/dashboard/Dashboard.js +++ b/src/dashboard/Dashboard.js @@ -192,7 +192,7 @@ export default class Dashboard extends React.Component { } const AppsIndexPage = () => ( - + ); From 70a7af07efaad10250e36c91ff2f4063db2c6250 Mon Sep 17 00:00:00 2001 From: Shruti Chaturvedi <66940685+ShrutiC-git@users.noreply.github.com> Date: Thu, 2 Feb 2023 16:57:49 +0530 Subject: [PATCH 6/6] Update DashboardView.react.js --- src/dashboard/DashboardView.react.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dashboard/DashboardView.react.js b/src/dashboard/DashboardView.react.js index 6c0018cafd..b7f0669122 100644 --- a/src/dashboard/DashboardView.react.js +++ b/src/dashboard/DashboardView.react.js @@ -199,7 +199,7 @@ export default class DashboardView extends React.Component { if (coreSubsections.length > 0) { appSidebarSections.push({ - name: 'Core - TEST', + name: 'Core - TEST - PR', icon: 'core', link: '/browser', subsections: coreSubsections,