Adria Navarro
aa044b94cf
Don't allow sort columns as display or sorting
2024-09-26 21:09:47 +02:00
Dean
b952892c42
Generalised the fix as not all calculations will have a groupby per PR feedback
2023-10-25 12:08:56 +01:00
Dean
871891c2a2
Parse view v1 schema to fix builder crashed caused by 'groupedby' views
2023-10-20 15:35:16 +01:00
Andrew Kingston
fb69c3a0da
Add new shared core util for determining whether columns can be sort columns or not
2023-10-18 15:38:37 +01:00
Andrew Kingston
6df0ff57a4
Fix edit icons being shown in preview results table
2023-07-18 16:18:02 +01:00
Gerard Burns
808e0d1ef2
Linting improvements ( #11119 )
2023-07-05 18:00:50 +01:00
Dean
24d57e8fd2
Merge remote-tracking branch 'origin/develop' into feature/db-query-save-prompt
2023-05-31 11:56:55 +01:00
mike12345567
14806809e8
Merge branch 'master' of github.com:Budibase/budibase into develop
2023-05-16 14:54:44 +01:00
Dean
3e19afd390
Merge fix
2023-05-15 12:10:19 +01:00
Dean
5b2f37e175
Merge remote-tracking branch 'origin/develop' into feature/db-query-save-prompt
2023-05-15 12:09:25 +01:00
Dean
ea458639b3
Navigation updates
2023-05-15 09:14:18 +01:00
Dean
98963c1505
Fix for inclusion parsing for arrays and options. View table fix to hide edit button
2023-05-04 11:21:24 +01:00
Dean
19ed0ec3f5
Feedback updates and a fix for z-index issue in user side panel
2023-05-03 11:22:38 +01:00
Andrew Kingston
69f6834886
Improve sheet integration with data section and add horizontal cell inversion
2023-04-13 12:01:16 +01:00
Dean
4479c2477c
Merge remote-tracking branch 'origin/develop' into feature/configurable-data-export
2023-01-10 09:39:11 +00:00
Andrew Kingston
3b1819952d
Builder data section routing refactor ( #8996 )
...
* Improve theming with spectrum badges and dedupe spectrum label usage
* Update data section nav to match designs and use panel component
* Fix main content layout in data section
* Update data section routing for tables
* Improve data section routing for tables to account for edge cases
* Update internal and sample datasource routing
* Update external datasource routing
* Update routing for queries and make a top level concept like everything else
* Update routing for views
* Fix undefined reference when deleting datasource
* Reduce network calls and fix issues with stale datasourcenavigator state
* Update routing for REST queries and unify routes for normal queries and REST queries
* Lint
* Fix links for queries from datasource details page
* Remove redundant API calls and improve table deletion logic
* Improve data entity deletion logic and redirection and fix query details keying
* Improve determination of selected item in datasource tree
* Lint
* Fix BBUI import
* Fix datasource navigator selected state not working for internal DB or sample data
2022-12-17 14:13:06 +00:00
Dean
cdcefa16bb
Filtering and sort on data row export
2022-12-13 10:13:17 +00:00
Dean
7b65b693e0
Added delete functionality to the edit table row modal
2022-11-23 15:03:00 +00:00
Mel O'Hagan
8210233f36
Edit clone of column
2022-10-12 10:22:54 +01:00
Andrew Kingston
526805d7e7
Increase table title size and padding around table headers
2022-04-08 10:28:07 +01:00
Andrew Kingston
2a5b81a40a
Add placeholder table content and add highlighted and disabled states to table buttons
2022-04-07 15:30:55 +01:00
Andrew Kingston
5e98b01d4e
Fix table loading states and remove virtual table rendering
2022-02-18 14:12:29 +00:00
Andrew Kingston
eeb18ac087
Fix issue with table and ignore node_modules in frontend-core
2022-01-24 14:39:32 +00:00
Andrew Kingston
816ced96df
Update all API usages in builder components directory
2022-01-24 10:44:37 +00:00
mike12345567
5936fe0f5f
Adding all response capabilities.
2021-12-06 17:39:51 +00:00
mike12345567
b310918ec4
Fixing #3182 so that sorting is disabled for certain column types that we cannot use, as well as fixing some issues with MS-SQL plus tables.
2021-11-08 17:25:05 +00:00
mike12345567
329156d6cc
SQL table building.
2021-10-28 19:39:42 +01:00
Andrew Kingston
908d4b75d8
Ensure transitions are only local to avoid weird svelte issues
2021-09-29 15:26:01 +01:00
Andrew Kingston
f9c8cd8506
Automatically refresh data as needed when rows or columns are updated
2021-09-29 12:07:35 +01:00
Andrew Kingston
873ef99527
Add transitions to data UI tables to improve smoothness and prevent stuttering and flashing on loading
2021-09-29 10:33:55 +01:00
Andrew Kingston
745aff0c44
Reuse filter drawer component to allow full table filtering on any type in data UI
2021-09-29 09:05:04 +01:00
Andrew Kingston
7527c19a8c
Add basic search implementation to data UI tables
2021-09-28 15:29:15 +01:00
Andrew Kingston
7ac4144903
Add new core implementation of fetching paginated table data and enable pagination in backend UI for tables
2021-09-23 16:08:47 +01:00
mike12345567
aad0802b83
Formatting.
2021-06-21 13:05:19 +01:00
mike12345567
3919f8a5a3
Fixing issues discovered by cypress tests.
2021-06-21 13:04:41 +01:00
Martin McKeaveney
08b74d2cec
lint
2021-06-17 14:06:31 +01:00
Martin McKeaveney
c97d51bc1e
some bugfixes
2021-06-17 12:48:37 +01:00
mike12345567
6733b61b78
Merge branch 'master' of github.com:Budibase/budibase into feature/opinionated-sql
2021-06-16 14:13:57 +01:00
Andrew Kingston
38e064fa0f
Fix all eslint issues
2021-06-15 19:36:56 +01:00
mike12345567
6685ebaa7b
Fixing bulk deletion.
2021-06-11 19:54:47 +01:00
Keviin Åberg Kultalahti
fd7050697d
checks for user table props in table
2021-05-26 15:44:16 +02:00
Andrew Kingston
6c960dd9e2
Replace font-weight 500 with 600 as source sans pro does not have a 500 weight, and update autoscreens and templates to use source sans pro
2021-05-25 10:11:41 +01:00
Andrew Kingston
441fbd37fb
Prevent creating, deleting or editing global fields for user in the backend UI of the builder
2021-05-19 18:46:15 +01:00
Andrew Kingston
27dfa40ec4
Add user first name and last name to backend table UI
2021-05-19 10:40:05 +01:00
Andrew Kingston
be04060ff1
Server builder under /builder rather than /app for top level to avoid confusion
2021-05-07 08:17:21 +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
797e8a8b67
Add explicit prettier options
2021-05-04 11:32:22 +01:00
Keviin Åberg Kultalahti
7dc53dc2e6
convert all Heading instances to use new API
2021-04-30 13:38:06 +02:00
Andrew Kingston
b19f29b168
Update some leftover header sizes
2021-04-23 11:55:36 +01:00
Andrew Kingston
06b438d585
Add datepicker, centralise icon management and update builder styles
2021-04-20 20:06:27 +01:00