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
Andrew Kingston
abedb5d9eb
Merge branch 'develop' of github.com:Budibase/budibase into side-panel
2022-11-25 11:24:57 +00:00
Gerard Burns
a2889ec1a3
Skeleton Loading States ( #8719 )
...
* Loading Skeletons
* PR Feedback
2022-11-25 10:02:43 +00:00
Andrew Kingston
42d2a71395
Remount table when columns change to avoid rare crashes
2022-11-23 12:32:20 +00:00
Peter Clement
f5c9e22d42
fix paging and add deletion
2022-10-20 11:46:04 +01:00
Dean
8946bb5f6a
Stop click propagation on attachment links in tables
2022-09-21 16:01:18 +01:00
Andrew Kingston
35528ee17e
Use real file names when download files from tables
2022-08-15 11:37:40 +01:00
Andrew Kingston
d79b95b710
Update users page to be narrow and remove name column
2022-08-02 18:47:00 +01:00
Andrew Kingston
3ebb2e193f
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-07-29 13:48:27 +01:00
Andrew Kingston
8e4eb4dbc9
Remove broken tooltips from attachment renderer
2022-07-27 10:50:15 +01:00
Andrew Kingston
a6dbd4d807
Fix attachment renderer not working due to tooltips
2022-07-27 10:47:24 +01:00
Peter Clement
96576714e9
fix table overflow
2022-07-14 11:43:09 +01:00
NEOLPAR
2e12d338c8
fixed issue where table cells hide overflowed content
2022-07-14 10:26:32 +01:00
Peter Clement
f2139df344
Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab
2022-07-06 16:30:24 +01:00
mike12345567
48975be041
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-07-05 17:37:04 +01:00
Peter Clement
00ef0e3ef9
Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab
2022-07-05 16:04:01 +01:00
mike12345567
0074b0cb1f
Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs
2022-07-04 15:47:52 +01:00
Peter Clement
45fc55278e
add InputPicker component and finish onboarding flow
2022-06-29 19:04:18 +01:00
Mel O'Hagan
1d40c06843
Refactor
2022-06-28 15:43:34 +01:00
Mel O'Hagan
067d508270
Only call slice if Array or string
2022-06-28 13:44:33 +01:00
Andrew Kingston
2242aa5eb3
Use string renderer for datetime fields with custom templates
2022-06-27 14:44:52 +01:00
Peter Clement
d51efb2f70
convert to new ListItem component
2022-06-26 20:46:31 +01:00
Peter Clement
f28186e75c
user table updates
2022-06-24 14:41:52 +01:00
Peter Clement
421b8a708c
users table renderer
2022-06-24 11:16:26 +01:00
mike12345567
063540fe0a
Getting notifications working correctly, linking to errors in a better way, generally improving UI, getting some final touches here and there.
2022-06-22 20:23:18 +01:00
Peter Clement
44d7246b69
user onboarding new flow
2022-06-22 15:34:49 +01:00
Mel O'Hagan
bc6cca2cf2
using preventSelectRow property
2022-06-07 15:19:48 +01:00
Mel O'Hagan
6dbd7d3785
Revert field changes
2022-06-07 15:14:53 +01:00
Mel O'Hagan
59cfb66428
Added preventSelectRow prop to custom column
2022-06-07 14:40:56 +01:00
Mel O'Hagan
c6c2e5d972
Don't allow row selection for button/link column
2022-06-07 11:24:44 +01:00
Mel O'Hagan
c4724a597f
Use default value from manifest
2022-06-07 10:55:32 +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
Andrew Kingston
1614f88087
Merge pull request #5315 from Budibase/data-ui-empty-states
...
Data UI empty states
2022-04-22 10:48:28 +01:00
Andrew Kingston
526805d7e7
Increase table title size and padding around table headers
2022-04-08 10:28:07 +01:00
Andrew Kingston
620008fc42
Prevent flashing CTA buttons when initially loading table data
2022-04-07 15:48:35 +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
c2d61d8ebc
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-devtools
2022-04-06 11:50:43 +01:00
Andrew Kingston
ee07aaa01d
Don't set explicit height of tables when total row count is equal or less than the desired rows, to avoid tiny overflow due to horizontal scrollbars
2022-03-02 09:06:31 +00:00
Andrew Kingston
969e6531d5
Make copy to clipboard an exported utility
2022-02-24 21:48:23 +00:00
Andrew Kingston
508cc02fb4
Fix selecting all rows and fix table click events clashing with row selection
2022-02-24 09:14:16 +00:00
Andrew Kingston
0c8e21c9f2
Fix spacing in SelectEditRenderer
2022-02-24 09:12:45 +00:00
Andrew Kingston
8f93227dad
Merge branch 'table-cell-config' of github.com:Budibase/budibase into feature/table-row-selection
2022-02-23 12:10:03 +00:00
Peter Clement
8531b9fd40
simplify add all method
2022-02-22 15:56:11 +00:00
Peter Clement
dffdcd882f
add ability to select rows from different tables and provide bindings
2022-02-22 15:18:08 +00:00
Andrew Kingston
8b08ef428d
Update documentation of table cell schema options
2022-02-21 16:06:38 +00:00
Andrew Kingston
ebae07ac7e
Update width of table code renderer cells
2022-02-21 16:03:40 +00:00
Andrew Kingston
d016db95dd
Improve table column width handling when custom widths are applied
2022-02-21 14:47:01 +00:00
Andrew Kingston
7236ae80e5
Allow bindings for table cell values and break out cell settings into its own drawer component
2022-02-21 13:19:29 +00:00
Andrew Kingston
2bc3e96ec7
Update table hover to use a pseudo element to support hover color with customised cell backgrounds
2022-02-18 20:28:59 +00:00
Andrew Kingston
db9c1b2b05
Add support for alignment, text color and background color in tables and improve padding compatibility with table sizes
2022-02-18 20:14:56 +00:00