Commit Graph

122 Commits

Author SHA1 Message Date
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
Andrew Kingston 84a475764e Move table overflow layer to fix sticky header not working 2022-02-18 14:40:08 +00:00
Andrew Kingston 5e98b01d4e Fix table loading states and remove virtual table rendering 2022-02-18 14:12:29 +00:00
Andrew Kingston 268d06a120 Ensure table height is exactly perfect for row count regardless of scrollbars 2022-02-18 13:33:34 +00:00
Andrew Kingston 9e8742b710 Fix table height calculation not being exact 2022-02-18 13:27:36 +00:00
Andrew Kingston 9f92ee2d0b Add compact setting to table 2022-02-18 13:08:18 +00:00
Andrew Kingston f45715d61b Only autosort columns when custom columns are not specified 2022-02-18 12:35:39 +00:00
Andrew Kingston dceebb0fc9 Completely rewrite BBUI table with divs and with support for custom column widths 2022-02-18 11:58:18 +00:00