587 Commits (f47112e7de88b653fe8f4b89ee7f4b1dbd97fef8)

Author SHA1 Message Date
Andrew Kingston eeb0617d2b Enable left/right side targetting for DND 5 years ago
Andrew Kingston 393e95d795 Revert preservation of base component styles by styleable helper to fix stale styles being applied after removal 5 years ago
Andrew Kingston dc3df10c58 Reduce DND snap to edge threshold to prevent unwanted target spamming on the edges of the parent component 5 years ago
Andrew Kingston 495c20f851 Simplify client app component re-render keying 5 years ago
Andrew Kingston 9febe391bb Refactor DND labels to before and after rather then above and below 5 years ago
Andrew Kingston 488ec4d988 Refactor client app data tags to be classnames and simplify logic 5 years ago
Andrew Kingston 07e0cbb210 Remove old and no longer needed component-id data tag applied by styleable helper 5 years ago
Andrew Kingston 10f754a9ad Remove preview specific data tags from components when running real apps 5 years ago
Andrew Kingston 9ca0aeae8e Fix spectrum button not being able to be dragged 5 years ago
Andrew Kingston e19d17c4f5 Prevent DND targetting either above or below the screen/layout, and fix bug determinging whether a drop target is valid 5 years ago
Andrew Kingston 8cf3971b47 Only allow dropping inside empty components that accept children to massively reduce the amount of unwanted drop targets due to parent container components 5 years ago
Andrew Kingston f0dde4a4a4 Fix a few possible crashes by dragging in certain ways, and display on screen when an invalid drop target is hovered over 5 years ago
Andrew Kingston 54bf420ef8 Apply grab cursor when hovering over a draggable component 5 years ago
Andrew Kingston 7eeb215e51 Refactor to use generic flag for dragging and hide settings bar when dragging 5 years ago
Maurits Lourens 518f8fd55e merge develop into branch 5 years ago
Andrew Kingston cb04b3fa7d Ensure hover indicator is correctly hidden when using DND and improve DND labels 5 years ago
Andrew Kingston 601a4935a9 Ensure transitions work properly when showing and hiding DND candidate positions 5 years ago
Andrew Kingston 46867b8a19 Add labels to DND to describe where the component will be dropped 5 years ago
Andrew Kingston bdc86e4c22 Add above/below dnd and support for dropping above/below components which also allow dropping inside 5 years ago
Andrew Kingston 5c37238c8a Fix progress circle never animating because of wrong default prop 5 years ago
Andrew Kingston 97800563c4 Prevent dragging the screen or layout components, and prevent dragging any layout components when previewing a screen 5 years ago
Andrew Kingston 0ce0f5c823 Add initial DND implementation with working functionality for dropping inside components 5 years ago
Andrew Kingston 796c65bf5c Fix 1px offset with left nav bar 5 years ago
Andrew Kingston cc0c0104fe Fix custom theme integration with date time field 5 years ago
Andrew Kingston 2820b6adef Fix left navigation in layouts when on a tablet sized resolution 5 years ago
Andrew Kingston 5dcdb2dcb8 Update validation so that 'minimum' and 'minimum length' contraints both accept null values 5 years ago
Andrew Kingston b7ef51e6f5 Add horizontal bar chart setting 5 years ago
Andrew Kingston a1615055c3 Rename client app wrapper divs for clarity 5 years ago
Andrew Kingston 5d305bb8e7 Use correct component to determine device size 5 years ago
Andrew Kingston a6106ac0e1 Fix issue with endless scrolling when previewing a mobile device 5 years ago
Andrew Kingston 8572224688 Revert preview border to 1px and fix exact size of preview on different devices 5 years ago
Andrew Kingston 4d06d682d8 Add support for correct mobile and tablet previews 5 years ago
Andrew Kingston e1d102c0c3 Update position of indicators in preview to clip better 5 years ago
Andrew Kingston 7b919cb2e7 Add button to reset theme to default and fix determination of theme 5 years ago
Andrew Kingston 363998a2af Fix button theming and add nav text theming 5 years ago
Andrew Kingston d1e3dda05f Add custom theme options for button roundedness and header color 5 years ago
mike12345567 a864c511c4 Fixing an issue where many rows were handled from different tables in client. 5 years ago
mike12345567 3f960e4f13 Fixing an issue that occurs when the table name and the primary display column are the same name. 5 years ago
Andrew Kingston 8ab0fc2d7f Ensure defaults are set for custom theming and fix a few inconsistencies 5 years ago
Andrew Kingston 3ee1d3e8e4 Add custom theming to icons 5 years ago
Andrew Kingston e7d1ed3114 Add custom theming for primary color and primary hover color to form components 5 years ago
Andrew Kingston 04a26f3344 Hide state action in old apps and add working basic implementation of theming 5 years ago
Andrew Kingston 047cd4ea88 Merge standard-components into the client library 5 years ago
Andrew Kingston 3eea601910 Add ability to persist state values in local storage 5 years ago
Andrew Kingston 9369e8b375 Add client app state and button actions to control it 5 years ago
Andrew Kingston 389788709a Prevent opening a screen modal if already inside a screen modal 5 years ago
Andrew Kingston 0a12089a54 Fix issue with memoizing onclick handlers nested inside conditional UI conditions 5 years ago
Andrew Kingston 796dc24b06 Show component hidden by conditional UI if they would otherwise hide the selected component 5 years ago
Andrew Kingston 11dc516b26 Add single button action for changing form step 5 years ago
Andrew Kingston 08171c1e68 Fix dependency loop in client stores 5 years ago