* feat: add convert template block to page block action
* feat: convert template block to normal block
* fix: remove remaining template properties
* fix: list template not loading data
* fix: user menu render error
* fix: save as template and convert to block should hide in workflow config page
* fix: incorrect translation
* fix: update FilterContext to allow null parent value
* fix: refactor context usage from FilterContext to DataBlocksContext in FilterProvider and SchemaSettings
* feat: add highlight and unhighlight functionality for data blocks in SchemaSettings
* Revert "fix: refactor context usage from FilterContext to DataBlocksContext in FilterProvider and SchemaSettings"
This reverts commit a75c7002010785f1cfd2e78c4f5998d0194366bc.
* Revert "fix: update FilterContext to allow null parent value"
This reverts commit 6eb0b1989e20be8310f8dbce4e875e862123f2b3.
* feat: add AllDataBlocksProvider and integrate it into SchemaSettings and Page components
* feat: add BlocksSelector component and integrate data block refresh functionality in Action and SchemaSettings
* feat: optimize handleClick to use useMemo for better performance and refresh data blocks after onClick
* feat: add dialog visibility control in BlocksSelector for improved user experience
* fix: avoid error
* feat: add highlight and scroll tracking functionality for data blocks
* feat: add transition
* feat: add tootip
* fix: prevent closed dialog blocks from appearing in the BlocksSelector options
* fix: handle errors during block refresh to prevent crashes
* chore: fix build
* feat: add AllDataBlocksProvider to BlockTemplatePage and export from index
* feat: set width for AfterSuccess dialog to 700
* feat: wrap MobileRouter with AllDataBlocksProvider for improved data handling
* feat: export BlocksSelector component and integrate into AfterSuccess settings
* fix: ensure container visibility is managed correctly in highlightBlock and unhighlightBlock functions
* fix: remove unnecessary display property manipulation in highlightBlock and simplify unhighlightBlock logic
* chore: hide data refresh after sucess option from block template configure page
* fix: revert code format
---------
Co-authored-by: gchust <gchust@qq.com>
* fix: update FilterContext to allow null parent value
* fix: refactor context usage from FilterContext to DataBlocksContext in FilterProvider and SchemaSettings
* feat: add highlight and unhighlight functionality for data blocks in SchemaSettings
* Revert "fix: refactor context usage from FilterContext to DataBlocksContext in FilterProvider and SchemaSettings"
This reverts commit a75c7002010785f1cfd2e78c4f5998d0194366bc.
* Revert "fix: update FilterContext to allow null parent value"
This reverts commit 6eb0b1989e20be8310f8dbce4e875e862123f2b3.
* feat: add AllDataBlocksProvider and integrate it into SchemaSettings and Page components
* feat: add BlocksSelector component and integrate data block refresh functionality in Action and SchemaSettings
* feat: optimize handleClick to use useMemo for better performance and refresh data blocks after onClick
* feat: add dialog visibility control in BlocksSelector for improved user experience
* fix: avoid error
* feat: add highlight and scroll tracking functionality for data blocks
* feat: add transition
* feat: add tootip
* fix: prevent closed dialog blocks from appearing in the BlocksSelector options
* fix: handle errors during block refresh to prevent crashes
* chore: fix build
* feat: add AllDataBlocksProvider to BlockTemplatePage and export from index
* feat: set width for AfterSuccess dialog to 700
* feat: wrap MobileRouter with AllDataBlocksProvider for improved data handling
* feat: export BlocksSelector component and integrate into AfterSuccess settings
* fix: ensure container visibility is managed correctly in highlightBlock and unhighlightBlock functions
* fix: remove unnecessary display property manipulation in highlightBlock and simplify unhighlightBlock logic
* chore: hide data refresh after sucess option from block template configure page
* fix: revert code format
---------
Co-authored-by: gchust <gchust@qq.com>
* fix: save as template not working if fields containing nest properties
* fix: hide old blocks save as template
* fix: unit tests failing
* fix: unit tests for hiding old save template option
* fix: unit test failing for save as template
* feat: support save as template for block template
* fix: incorrect nested template
* chore: ask user to convert deprecated reference template before converting