Andrew Kingston
0d65d34456
Merge branch 'develop' of github.com:Budibase/budibase into views-v2-frontend
2023-08-01 09:10:31 +01:00
Peter Clement
2ee7cb008b
Reworked Column Configuration in the data section ( #11379 )
...
* base work for using popover to create and edit columns
* more work to enable editing column in popover
* update styling of column type configs
* add new option picker component
* some updates to how the popover is opened and the new picker
* more updates to support the popover handling correctly
* update the popover to support a custom z index
* some styling around the colour picker
* update naming
* fix lint errors
* fix lint
* update filename
* incremental column numbers based on existing schema
* move func declaration
* add option color object to schema not constraints
* ux / pr comment updates
* undefined var
* fix issue with deleting option
* change background color
* update popove z-index
2023-07-31 14:28:11 +00:00
Dean
889e771dc1
Merge remote-tracking branch 'origin/develop' into feature/frequency-histogram
2023-07-31 10:41:36 +01:00
Andrew Kingston
0c72d08763
Merge branch 'develop' of github.com:Budibase/budibase into views-v2-frontend
2023-07-31 08:43:11 +01:00
Andrew Kingston
8204935dfa
Add ability to update views, create views with existing filters and sorting applied
2023-07-30 12:49:07 +01:00
Adria Navarro
6d5eef4e42
Update
2023-07-28 17:11:48 +02:00
Adria Navarro
5f1565886f
Unify jest
2023-07-28 17:11:48 +02:00
Andrew Kingston
1aea6fce09
Fix grid import and export for tables
2023-07-28 16:02:31 +01:00
Adria Navarro
e260a64388
Add heading
2023-07-28 15:35:51 +02:00
Andrew Kingston
24182b3f1b
Fix refreshing table definition
2023-07-27 14:22:13 +01:00
Andrew Kingston
deb4092cd3
Refactor grid stores and how config is handled
2023-07-27 14:17:26 +01:00
Dean
08ba1c8ccd
Added a simple histogram to the supported chart types
2023-07-27 13:04:09 +01:00
Andrew Kingston
c4e4b5c979
Merge branch 'develop' of github.com:Budibase/budibase into views-v2-frontend
2023-07-26 16:28:21 +01:00
Andrew Kingston
2d3da0dfcf
Fix null issues in view fetch, fix edit view popover, improve handling of nullish view params
2023-07-26 14:26:34 +01:00
Andrew Kingston
352b7ebe1c
Add dedicated route for routes v1, improve view creation modal, fix selection state
2023-07-26 14:07:07 +01:00
Andrew Kingston
150961fcf2
WIP: split views into separate stores, fix datasource list, use unique data table for views V2
2023-07-26 13:23:31 +01:00
Adria Navarro
de0f3f7463
Merge branch 'develop' into backmerge-master-20230726
2023-07-26 12:50:52 +01:00
Dean
211bab4cf6
Merge remote-tracking branch 'origin/develop' into feature/delete-multiple-button-action
2023-07-25 16:18:05 +01:00
Andrew Kingston
7b0b714bb5
Merge pull request #11338 from Budibase/fix/data-query-builder-binding
...
Stop data query binding drawer value from being cleared.
2023-07-25 16:13:49 +01:00
Andrew Kingston
e022d9a22b
Merge pull request #11337 from Budibase/fix/binding-panel
...
Fix builder crash when editing formula bindings
2023-07-25 16:13:16 +01:00
Andrew Kingston
a1fe1150ab
Merge pull request #11334 from Budibase/cheeks-fixes
...
Prevent parentheses in query names
2023-07-25 16:13:03 +01:00
Andrew Kingston
8f859ccee4
Merge pull request #11346 from Budibase/fix/remove-unsupported-relationship-ux
...
Hide the 'Define Relationships' button when an integration does not support relationships
2023-07-25 16:12:33 +01:00
Dean
a5b81558b9
Merge remote-tracking branch 'origin/develop' into feature/delete-multiple-button-action
2023-07-25 15:42:01 +01:00
Adria Navarro
e0b91d5941
Use defaults
2023-07-25 15:54:10 +02:00
Adria Navarro
b5dfc3ef68
Lint
2023-07-25 15:54:10 +02:00
Adria Navarro
426f63271b
Fix redirect on delete
2023-07-25 15:54:10 +02:00
Adria Navarro
3a58aa624f
Use new schema endpoint
2023-07-25 15:54:10 +02:00
Adria Navarro
df40420470
On view created
2023-07-25 15:54:10 +02:00
Adria Navarro
0b17d6026a
Fix delete
2023-07-25 15:54:10 +02:00
Adria Navarro
48e966d5d6
Fix fetch
2023-07-25 15:54:10 +02:00
Adria Navarro
2c1aae9705
Use full id
2023-07-25 15:54:10 +02:00
Adria Navarro
a602dcc5ec
Refactor after merge
2023-07-25 15:54:10 +02:00
Adria Navarro
1e9ce06504
Allow deleting views 2
2023-07-25 15:54:10 +02:00
Adria Navarro
16764e6634
Fetch
2023-07-25 15:54:10 +02:00
Adria Navarro
37aed2d171
Navigate by id
2023-07-25 15:54:10 +02:00
Adria Navarro
82ea9a7cc1
Setup datasource type
2023-07-25 15:54:10 +02:00
Adria Navarro
9ccc54773d
ViewV2 page
2023-07-25 15:54:10 +02:00
Adria Navarro
95faeea286
datasourceType setup
2023-07-25 15:54:10 +02:00
Dean
f813a26ff0
packages/builder/src/components/backend/DataTable/DataTable.svelte
2023-07-25 14:32:21 +01:00
Dean
e8dd3f9d90
Remove the define relationship button in the datatable when relationships are unsupported
2023-07-25 11:46:22 +01:00
Rory Powell
7236fb8141
Merge pull request #11305 from Budibase/feature/offline-license-master
...
Cherry-pick: Offline Licensing
2023-07-25 11:38:58 +01:00
Rory Powell
bfb7586b49
Lint
2023-07-25 11:19:08 +01:00
Dean
d97c44725f
Stopped query binding value from being cleared. Shifted the bound value updated to an onChange handler
2023-07-24 17:45:41 +01:00
Andrew Kingston
48d15f5e08
Add optional chaining as binding context may not exist
2023-07-24 16:19:08 +01:00
Andrew Kingston
69ab3dfe74
Merge pull request #11260 from Budibase/relationship-picker-filtering
...
Relationship picker filtering
2023-07-24 14:50:30 +01:00
Andrew Kingston
cf178808bf
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-fixes
2023-07-24 12:03:28 +01:00
Andrew Kingston
869cb0777b
Validate query names to avoid parentheses
2023-07-24 12:02:24 +01:00
Rory Powell
dd47e7e1d9
Lint
2023-07-24 11:14:19 +01:00
Rory Powell
5c4d29e349
Merge branch 'develop' into feature/offline-license
2023-07-24 10:06:04 +01:00
Rory Powell
725bade8c5
Styling fix for license key input
2023-07-24 10:03:37 +01:00