Andrew Kingston
13134a8fea
Use initialValue rather than defaultValue for style definitions
2021-01-06 10:15:22 +00:00
Martin McKeaveney
e48be7a109
further tidy up
2020-12-08 18:57:19 +00:00
Martin McKeaveney
81fe27f8f3
component store refactor - remove concept of currentPreviewItem and currentComponentInfo
2020-12-07 15:27:46 +00:00
Andrew Kingston
75bfa60231
Fix evil falsiness bug with frontend property settings checkboxes
2020-11-03 09:39:42 +00:00
Andrew Kingston
af61df35f6
Change binding icon colour
2020-10-30 13:49:24 +00:00
Andrew Kingston
290bfd0f91
Standardise binding icon styles
2020-10-30 13:46:16 +00:00
Andrew Kingston
3ced089004
Enabling the dark side
2020-10-29 20:42:34 +00:00
Andrew Kingston
ced34d9672
Format with prettier
2020-10-27 15:28:13 +00:00
Andrew Kingston
df3ede9d88
Standardise sizing of all settings and design properties
2020-10-23 10:34:14 +01:00
Andrew Kingston
3a70a62cf5
Update front end column structure layout and width to increase preview space
2020-10-22 17:47:49 +01:00
Martin McKeaveney
3abf7daa73
frontend bug fixes, remove bindable prop, add not equals filter
2020-10-14 21:43:36 +01:00
mike12345567
1140f65282
Merge branch 'feat/linked-records-data-source' of github.com:Budibase/budibase into endpoint-renaming
2020-10-13 09:58:08 +01:00
Andrew Kingston
61bfc12070
Fix style and alignment of various frontend design and settings components
2020-10-12 15:14:34 +01:00
mike12345567
bb3370e742
Renaming Model -> Table across the entire system, this is an unstable update and has not been tested fully yet.
2020-10-09 18:49:23 +01:00
Andrew Kingston
774cd8e4ae
Remove unused imports
2020-10-02 20:39:39 +01:00
Joe
eaef5d0419
Page titles and primary cta alignment and styling consistent
...
Data and automations page titles now use BBUI Heading component and Spacer component. They are not consistent in styling and spacing.
Welcome screen app cards buttons changed to text buttons. I made this change as there were too many buttons on the page. We want one primary button - create new app.
Early changes mage to binding popover. More to come.
2020-09-26 00:45:56 +01:00
Conor Mack
611e77cf0a
Merge branch 'master' of https://github.com/Budibase/budibase into feature/icon-component
2020-09-15 13:44:44 +01:00
Conor Mack
655b39c39c
Icon and Icon Select Component
2020-09-15 11:53:02 +01:00
Martin McKeaveney
8cd5076f96
✨ lint
2020-09-14 15:41:20 +01:00
Martin McKeaveney
454c913127
fix frontend bugs
2020-09-14 12:07:08 +01:00
Michael Shanks
95da4c8d2c
Merge branch 'master' into event-panel + binding fixes
2020-09-10 21:55:04 +01:00
Conor Mack
9941de0404
Line Chart - Prop Defaults, Custom Date Formats
2020-09-10 15:58:32 +01:00
Michael Shanks
cb9fd4d1cd
events: Update record workings
2020-09-09 21:16:26 +01:00
Conor Mack
f27974c93a
Only replace bindings whenever value is primitive
2020-09-04 14:19:59 +01:00
Conor Mack
89e3ddcab8
Merging with master and fixing conflicts
2020-09-03 15:12:07 +01:00
kevmodrome
1a01edbacc
wip: cypress tests
2020-09-03 09:45:58 +02:00
kevmodrome
4174475ba6
updates correctly on close, cancel and done actions
2020-08-28 15:40:43 +02:00
kevmodrome
006ad9efbe
wip: binding interface design
2020-08-28 14:43:28 +02:00
kevmodrome
91adebe93d
Merge branch 'feature/binding-interface' of github.com:Budibase/budibase into feature/binding-interface
2020-08-28 13:58:39 +02:00
kevmodrome
c37cec28d9
Merge branch 'master' into feature/binding-interface
2020-08-28 13:57:46 +02:00
Michael Shanks
82e99c3fd7
some styling changes from code review
2020-08-27 10:00:36 +01:00
cmack
7952fab97a
Integration of Backend and Data Components
2020-08-26 17:03:30 +01:00
kevmodrome
26a5137c3d
merge master
2020-08-26 09:11:16 +02:00
kevmodrome
5dd80d0912
binding interface now only updates when the dropdown is closed
2020-08-25 11:20:39 +02:00
kevmodrome
ffee7ff2fe
adds panel interface
2020-08-25 10:15:51 +02:00
kevmodrome
3f02712450
adds functionality to show the user the readableBinding while it saves the runtimeBinding
2020-08-14 15:56:34 +02:00
kevmodrome
3b525cf71b
initial commit
2020-08-12 17:30:20 +02:00
cmack
c8a2f578e4
Merge branch 'master' of https://github.com/Budibase/budibase into britechart/donut-demo
2020-08-07 12:57:02 +01:00
Martin McKeaveney
bbcb282e53
Cypress Tests Running in CI ( #524 )
...
* cypress test setup
* running cypress in CI
* fixing tests after first time setup wizard
* bb api key
* API Key in right place
* adding env in cypress.json
* env var in setup
* lint
* API key not working
* fill in API key form if present
* allow more time for creation
* cypress server for debug
* video recording, better debugging
* Adding debug logs
* set node env
* cypress env
* cancel irrelevant test
2020-08-05 15:18:28 +01:00
cmack
5d4193bfd3
Chart legend and UI Updates
2020-08-05 14:19:56 +01:00
cmack
cc3cbb7a5b
Merge branch 'master' of https://github.com/Budibase/budibase into britecharts/separate-components-2
2020-08-04 10:06:10 +01:00
cmack
98318a8805
Britecharts work so far
2020-07-26 11:54:55 +01:00
Joe
aeeca0293a
Table component revised plus minor UI changes
...
Table redesigned to be more flexible and include setting props for better control
2020-07-01 14:37:57 +01:00
Joe
6259cdc7e6
Merge branch 'Css-update-to-reflect-BBUI' of https://github.com/Budibase/budibase into Css-update-to-reflect-BBUI
2020-06-24 15:46:30 +01:00
Joe
5b4132a8e6
formatting and linting
2020-06-24 15:41:33 +01:00
Joe
5b600c4f2b
Merge branch 'master' into Css-update-to-reflect-BBUI
2020-06-24 15:35:40 +01:00
Joe
8f967116fc
Selected pseudo class removed, workflow panels updated
2020-06-23 21:29:18 +01:00
Michael Shanks
ede3f7e9aa
Merge branch 'master' into feature/add-e2e-tests
2020-06-21 20:30:44 +01:00
Conor_Mack
ab5b7ccb39
Integrating Colorpicker with Builder
2020-06-17 16:46:03 +01:00
kevmodrome
b473604bc4
adds tests to add components and change props on them
2020-06-11 12:56:16 +02:00