132 Commits (9d498395136e8d18016780eebcf036dfd45a7a9e)

Author SHA1 Message Date
Andrew Kingston 7aa337f7d2 Disable links when in builder preview 5 years ago
Andrew Kingston 2f949bad85 Lint 5 years ago
Andrew Kingston f8f906b9de Add ability to link rows in tables, and link rows in the table with search block 5 years ago
Martin McKeaveney 37ddd416c0 tidy up 5 years ago
Andrew Kingston 9d473e9a34 Lint 5 years ago
Andrew Kingston dc9b1a2a8c Add button to table with search block and support defining multiple settings sections in component manifest entries 5 years ago
Andrew Kingston 808d2d0f73 Add generic block structure with support for writing blocks like normal svelte components rather than a JSON builder 5 years ago
Andrew Kingston 90403948dd Fix issue editing components in the preview when nested inside another draggable component 5 years ago
Andrew Kingston 7c16a1423b Allow in-preview editing of paragraphs and headings 5 years ago
Andrew Kingston 5c6c21aeef Move all lucene logic into central builder helpers file 5 years ago
Andrew Kingston 78e4f00e11 Add button action for manually refreshing a data provider 5 years ago
Andrew Kingston 7663bdb534 Revert preservation of base component styles by styleable helper to fix stale styles being applied after removal 5 years ago
Andrew Kingston 9634b021a5 Refactor client app data tags to be classnames and simplify logic 5 years ago
Andrew Kingston 8defbd1ed2 Remove old and no longer needed component-id data tag applied by styleable helper 5 years ago
Maurits Lourens 104a84d19b merge develop into branch 5 years ago
Andrew Kingston a05dc7e295 Add above/below dnd and support for dropping above/below components which also allow dropping inside 5 years ago
Andrew Kingston b0f6bd9e76 Prevent dragging the screen or layout components, and prevent dragging any layout components when previewing a screen 5 years ago
Andrew Kingston 4be4dd014d Add initial DND implementation with working functionality for dropping inside components 5 years ago
Andrew Kingston 9e5805f092 Merge standard-components into the client library 5 years ago
Andrew Kingston 23a6267f6a Add ability to persist state values in local storage 5 years ago
Andrew Kingston a7be624d64 Add client app state and button actions to control it 5 years ago
Andrew Kingston 1b91db2ece Prevent opening a screen modal if already inside a screen modal 5 years ago
Andrew Kingston 6be1e0c828 Fix issue with memoizing onclick handlers nested inside conditional UI conditions 5 years ago
Andrew Kingston 7f07390277 Add single button action for changing form step 5 years ago
Andrew Kingston 10066bf3e0 Fix dependency loop in client stores 5 years ago
Andrew Kingston 3fa5b3b571 Update validate form action to be able to only validate the current form step 5 years ago
Andrew Kingston 01b28f358a Add button actions for navigating form steps 5 years ago
Andrew Kingston 062d7e4450 Rename visual actions from 'peek' to just 'open' screen in modal 5 years ago
Andrew Kingston 473ccd27fa Add action to close peek modal and proxy notifications from the iframe 5 years ago
Andrew Kingston 7fef963067 Add initial work on peeking screens, only show one notification at a time, use spectrum notifications 5 years ago
Maurits Lourens d485e95e7b fix lint issues 5 years ago
Maurits Lourens 35d5a2d082 clear form action - draft 5 years ago
Andrew Kingston 41953e049d Add full type support to conditional UI 5 years ago
Michael Drury a824746df9 Linting. 5 years ago
Michael Drury 48f797185c Adding back logout functionality. 5 years ago
Andrew Kingston 4fd293063e Enrich button actions nested inside conditions 5 years ago
Andrew Kingston 24f6adbcca Add initial work on dynamically updating any setting via conditional UI 5 years ago
Andrew Kingston c67e47d7ab Use tableId parameter when saving rows from button action 5 years ago
Andrew Kingston e721d4e01d Add initial work on evaluation of conditional UI conditions in client library 5 years ago
Andrew Kingston a84d1d2ec8 Update remaining static color variables to spectrum instead 5 years ago
Andrew Kingston 9c954609fd Add border style as an explicit option to prevent issues with dynamically adding it via the styleable helper 5 years ago
Andrew Kingston f467f9809c Fix border not being applied due to missing border-style rule 5 years ago
Andrew Kingston ed2ff97df1 Add ability for buttons to link to external URLs 5 years ago
Andrew Kingston 171b4c9f9f Aggressively optimise client library to prevent handlebars enrichment where possible 5 years ago
Andrew Kingston af2097e3eb Hide overflow when showing empty component placeholders 5 years ago
Andrew Kingston b7991ea894 Use action name as confirmation modal title 5 years ago
Andrew Kingston 4352611fc7 Fix typo 5 years ago
Andrew Kingston 312674bfa7 Add support for confirmable action handling by client library 5 years ago
Andrew Kingston 9f8eeb7c99 Remove transition setting from components 5 years ago
Andrew Kingston 440e80e890 Prevent hovering over layout components when editing screens 5 years ago