Dean
|
853e891664
|
Fixes for Single select and Single user pickers. Now displaying binding status correctly
|
2024-08-06 11:58:12 +01:00 |
Andrew Kingston
|
10f3822a36
|
Remove compact flag on dropzones when editing rows in modals
|
2024-05-24 10:16:36 +01:00 |
Dean
|
37dd75823f
|
PR feedback, signature to signature single
|
2024-05-17 17:04:15 +01:00 |
Dean
|
5a5896bd50
|
Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component
|
2024-05-16 10:58:15 +01:00 |
Andrew Kingston
|
3d5795e934
|
Fix JSON error when editing rows in modal that contain unset attachments
|
2024-05-15 15:53:47 +01:00 |
Dean
|
0589a6a730
|
Refactored signature from previous array implementation to the new single approach. Added support for automations
|
2024-05-13 16:19:02 +01:00 |
Dean
|
7de06e7b75
|
Add support to data table modal UI for attachment single and signature types
|
2024-04-18 15:08:21 +01:00 |
Andrew Kingston
|
bcf431a476
|
Fix a few svelte bugs with the LinkedRowSelector component to fix adding/editing relationships via a model from the data UI
|
2023-11-08 14:43:28 +00:00 |
Andrew Kingston
|
2db3012ae0
|
Fix JSON editor overflow row edit modal
|
2023-06-02 15:13:57 +01:00 |
mike12345567
|
022b3acbcc
|
Linting.
|
2023-04-05 17:54:05 +01:00 |
mike12345567
|
373952a59b
|
Fixing #10155 - some options errors were being swallowed and in general it was never considered to be an error state due to the 'handled' flag being consistently sent, changed the logic a bit here.
|
2023-04-05 17:43:35 +01:00 |
Andrew Kingston
|
6e12c3fa3c
|
Remove most traces of data-cy attributes
|
2023-02-01 08:20:46 +00:00 |
Martin McKeaveney
|
41e004b18b
|
bunch of small UX updates around row creation, borders, new buttons
|
2022-11-06 22:35:33 +00:00 |
Andrew Kingston
|
72397530ec
|
Apply timezones patch from existing ignore-timezones branch
|
2022-06-07 08:31:00 +01:00 |
mike12345567
|
d090f2a8aa
|
Fix for #5553 - when importing for SQL databases attempt to manage date and time only column times, handle these when displaying in tables and when filtering.
|
2022-05-03 14:11:06 +01:00 |
mike12345567
|
98bffe1971
|
Fix for #5633 - making sure when timestamp is null (creating row) date picker can be used.
|
2022-04-28 13:18:10 +01:00 |
Kacper
|
cfbb9bfcaa
|
Added option on frontend side to render MultiSelect as input instead of selector with no options
|
2022-04-08 17:21:30 +02:00 |
Dean
|
b8f843ebb2
|
Fixes for date/time picker issue.
|
2022-04-04 11:51:52 +01:00 |
Andrew Kingston
|
d12cd2abdf
|
Add rich text option to long form data type
|
2022-02-07 12:04:43 +00:00 |
Andrew Kingston
|
66e104f02b
|
Use new rich text field in build backend UI
|
2022-02-02 15:18:46 +00:00 |
mike12345567
|
193014fc83
|
Adding validation around invalid JSON inputs and allowing input via a code mirror editor in data UI.
|
2021-11-29 18:16:44 +00:00 |
mike12345567
|
a94376ce43
|
Fixing a lot of issues around dropping columns, updating columns, relationships and bi-directionality, display columns now default to something for SQL tables as well.
|
2021-10-29 13:34:10 +01:00 |
Peter Clement
|
544dd4ef1d
|
Merge remote-tracking branch 'origin/develop' into multi-option-datatype
|
2021-08-26 14:38:05 +01:00 |
Peter Clement
|
4fa36727e4
|
Update validation for array type
|
2021-08-26 14:04:18 +01:00 |
Peter Clement
|
f7ebf7f8a4
|
Fix lucene not allowed characters
|
2021-08-26 11:39:42 +01:00 |
Peter Clement
|
e97b5ef91a
|
add multiselect component as option for form design
|
2021-08-20 15:56:11 +01:00 |
Andrew Kingston
|
cb46e763d3
|
Making picker sorting optional and default to off. Sort by default for client apps
|
2021-08-20 10:03:21 +01:00 |
Peter Clement
|
17438372d0
|
Add ability for user to select 'List' data type for a column
|
2021-08-19 16:54:44 +01:00 |
Andrew Kingston
|
ae297f2fdd
|
Fix toggles in tables in backend UI always showing false
|
2021-05-27 07:36:46 +01:00 |
Andrew Kingston
|
1712f559aa
|
Update routing to serve any builder routes under /app so that envoy can proxy correctly
|
2021-05-06 16:39:34 +01:00 |
Andrew Kingston
|
c010eeb314
|
Fix prettier and fix crash when using certain views as data sources
|
2021-05-04 11:04:42 +01:00 |
Andrew Kingston
|
1fb6cd0b4b
|
Add dropzone component and update builder and standard components
|
2021-04-22 10:10:42 +01:00 |
Andrew Kingston
|
2ab62dc935
|
Replace RichText editor with spectrum text area
|
2021-04-16 16:00:10 +01:00 |
Andrew Kingston
|
387651213b
|
Update some builder components to use new forms
|
2021-04-15 19:42:58 +01:00 |
mike12345567
|
c801203dc5
|
Adding the ability to set whether a user is active or not rather than deleting them, stops them from being able to log in to the system.
|
2021-02-22 11:39:58 +00:00 |
Andrew Kingston
|
c635956e30
|
Fix multiselect not being wrapped in CreateEditRow modal
|
2021-02-09 14:37:42 +00:00 |
Andrew Kingston
|
b70512ada2
|
Add custom modal for creating and editing users
|
2020-12-07 19:05:39 +00:00 |
Martin McKeaveney
|
15279f2c41
|
lint
|
2020-12-04 14:46:21 +00:00 |
kevmodrome
|
afac1857bc
|
now uses RichText component in create/edit row modal on the backend
|
2020-12-03 15:37:04 +01:00 |
Martin McKeaveney
|
d78e2c8d94
|
allow creation of username
|
2020-11-27 15:24:43 +00:00 |
Martin McKeaveney
|
4a8c37440e
|
prevent username changing
|
2020-11-27 14:59:27 +00:00 |
mike12345567
|
5d49d529e3
|
Changing record -> row in this update, completing the update of renaming in the builder, this release needs further testing.
|
2020-10-09 19:10:28 +01:00 |