From 1460debc746d237f6054b49e23017198214ea641 Mon Sep 17 00:00:00 2001 From: Prakhar Gupta <92228082+prakhargupta1@users.noreply.github.com> Date: Mon, 4 Mar 2024 20:06:51 +0530 Subject: [PATCH] Bharat's suggestions --- docs/pages/blog/toolpad-use-cases.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/pages/blog/toolpad-use-cases.md b/docs/pages/blog/toolpad-use-cases.md index 6065afd0b59d82..3c6d2a307fe899 100644 --- a/docs/pages/blog/toolpad-use-cases.md +++ b/docs/pages/blog/toolpad-use-cases.md @@ -43,7 +43,7 @@ The [`updateMuiPaidSupport.ts`](https://github.com/mui/mui-public/blob/master/to It uses the [custom function](https://mui.com/toolpad/concepts/custom-functions/) feature and combines GitHub Actions, Google Sheets, and Octokit to read and verify user information. The fetched data is then bound to the UI components. It uses Toolpad's [page parameters](https://mui.com/toolpad/concepts/page-properties/#page-parameters), [secrets handling](https://mui.com/toolpad/concepts/custom-functions/#secrets-handling), [shell removal](https://mui.com/toolpad/concepts/page-properties/#display-mode), and custom styling features. -This app took one developer just a few hours to build which otherwise would have taken several days. +This app took one developer just a few hours to build which otherwise would have taken much longer. ## 2. Customer support KPI tracker @@ -94,8 +94,6 @@ The video below shows how a user can select the dates, run the script, and recei Your browser does not support the video tag. -With the release of [authentication](https://mui.com/toolpad/concepts/authentication/), we will now enable Google login for the above apps. - ## Conclusion As you've seen, at MUI we have streamlined our internal tooling through Toolpad, helping us stay lean and move fast.