User contributions for Nink

Jump to navigation Jump to search

This user is currently blocked. The latest block log entry is provided below for reference:

Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

26 July 2023

25 July 2023

  • 07:1607:16, 25 July 2023 diff hist +1,947 N User talk:NinkCreated page with "<h1>useEffect: Render Cycle and Cleanup Function</h1> <p>In the sitePageConfigOutput, there're two useEffects to be used which pulls two different response data from the backend.</p> <code> useEffect(() => { // let cancel = false; async function sendRequestA(objectFormConfigId) { let responseDataA = await sendBackendRequestA( "post", "https://0yzv0v3f86.execute-api.us-west-2.amazonaws.com/Test/Email/List", { objectFormCon..."

7 July 2023

13 June 2023

  • 07:2007:20, 13 June 2023 diff hist +799 N Frontend Page - Configure MenuConfigCreated page with "= Overview = Frontend page for creating and editing MenuConfigs = Repository = = visibleObj Object = <syntaxhighlight lang="json"> let visibleObj = { visibleRowIndex: 0, // row index we have open on page visibleRenameRowIndex: 0, // row index currently renaming rows:[ { menuElements: [ { show: false, // whether the menuElement settings are expanded menuText menuElements: [ // if menuElement is elementType menu, will have child menuElements..."