Skip to content

Commit

Permalink
fix: Unify the regular and enhancedBootstrap UX
Browse files Browse the repository at this point in the history
 * Consolidate controls.sortable configuration into a single definition
 * Prevent control jumping by control + helper buttons invisible instead of removing them
 * Make stage a flex container and ensure the last drop zone is a flex-grow so that it spans remaining space in the stage
 * Use boostrap hover class in regular formBuilder to give additional user feedback on drop zones for sorting
 * Various equality checks from == to ===
  • Loading branch information
lucasnetau committed Oct 13, 2023
1 parent 10067e6 commit c0e6d71
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 144 deletions.
1 change: 0 additions & 1 deletion src/js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ export const config = {}
export const gridClassNames = {
rowWrapperClass: 'rowWrapper',
colWrapperClass: 'colWrapper',
tmpColWrapperClass: 'tempColWrapper',
tmpRowPlaceholderClass: 'tempRowWrapper',
invisibleRowPlaceholderClass: 'invisibleRowPlaceholder',
}
Expand Down

0 comments on commit c0e6d71

Please sign in to comment.