All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Izara Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 07:16, 25 July 2023 Nink talk contribs created page User talk:Nink (Created 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...")
- 07:20, 13 June 2023 Nink talk contribs created page Frontend Page - Configure MenuConfig (Created 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...")