Andrew Kingston
|
4f212397b0
|
Lint
|
2022-04-06 13:41:07 +01:00 |
Andrew Kingston
|
7c91d9dceb
|
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-devtools
|
2022-04-06 11:50:43 +01:00 |
Dean
|
c3f66ebaa8
|
Removed step that alters the picker date on change for time only fields
|
2022-04-04 14:55:43 +01:00 |
Dean
|
bb0e1ef769
|
Removed unused variable
|
2022-04-04 12:13:13 +01:00 |
Dean
|
039ec69805
|
Fixes for date/time picker issue.
|
2022-04-04 11:51:52 +01:00 |
Dean
|
52d43c0781
|
UI/UX code review changes
|
2022-03-25 09:43:28 +00:00 |
Dean
|
bc4d0b7e51
|
Minor UI updates for the create app modal. A spinner has been added to the modal confirmation UX. The app name is pre-populated using the app name. The app URL can no longer be null
|
2022-03-23 12:43:20 +00:00 |
Andrew Kingston
|
5d30c291bb
|
Merge branch 'develop' of github.com:Budibase/budibase into copy-paste-improvements
|
2022-03-15 11:33:27 +00:00 |
Martin McKeaveney
|
131dd0aa97
|
Merge pull request #4587 from CommanderRoot/rm-deprecated-substr
Replace deprecated String.prototype.substr()
|
2022-03-10 01:57:57 +01:00 |
Rory Powell
|
c22fb79d94
|
Merge branch 'develop' into labday/status-banner
|
2022-03-08 16:31:07 +00:00 |
Andrew Kingston
|
7df139dc60
|
Merge branch 'develop' of github.com:Budibase/budibase into develop
|
2022-03-02 15:11:11 +00:00 |
Andrew Kingston
|
3bfea0a472
|
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 |
mike12345567
|
2436bc2e32
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/budibase-api
|
2022-03-01 18:43:52 +00:00 |
Peter Clement
|
8ef013f173
|
Merge remote-tracking branch 'origin/develop' into feature/table-row-selection
|
2022-03-01 10:37:26 +00:00 |
Andrew Kingston
|
c4ebc85f3c
|
Fix soft bricking app when closing nested modals using escape key
|
2022-02-28 15:04:32 +00:00 |
Andrew Kingston
|
10be256302
|
Make copy to clipboard an exported utility
|
2022-02-24 21:48:23 +00:00 |
mike12345567
|
f2c2c903e5
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/budibase-api
|
2022-02-24 18:19:20 +00:00 |
Rory Powell
|
9fcf702a32
|
Add status banner that reacts to cypress healthcheck failures
|
2022-02-24 14:41:24 +00:00 |
Andrew Kingston
|
40c6976035
|
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-devtools
|
2022-02-24 14:03:29 +00:00 |
Andrew Kingston
|
04624ece07
|
Fix selecting all rows and fix table click events clashing with row selection
|
2022-02-24 09:14:16 +00:00 |
Andrew Kingston
|
c4dcd29dc3
|
Fix spacing in SelectEditRenderer
|
2022-02-24 09:12:45 +00:00 |
Andrew Kingston
|
d7d7559402
|
Don't show checkbox label if no label specified
|
2022-02-24 09:12:14 +00:00 |
Andrew Kingston
|
653a024d48
|
Merge branch 'table-cell-config' of github.com:Budibase/budibase into feature/table-row-selection
|
2022-02-23 12:10:03 +00:00 |
Andrew Kingston
|
54ce2d7370
|
Merge branch 'develop' of github.com:Budibase/budibase into table-cell-config
|
2022-02-23 11:32:51 +00:00 |
Peter Clement
|
4a119afb15
|
simplify add all method
|
2022-02-22 15:56:11 +00:00 |
Peter Clement
|
53c207691c
|
add ability to select rows from different tables and provide bindings
|
2022-02-22 15:18:08 +00:00 |
Peter Clement
|
8d5cf7cbb5
|
Merge remote-tracking branch 'origin/develop' into feature/table-row-selection
|
2022-02-22 15:17:38 +00:00 |
Andrew Kingston
|
77664a6e4c
|
Fix button A11y issue again after being lost in merge
|
2022-02-22 12:35:11 +00:00 |
Andrew Kingston
|
b41c1ad6b3
|
Update documentation of table cell schema options
|
2022-02-21 16:06:38 +00:00 |
Andrew Kingston
|
ef66c5f2d0
|
Update width of table code renderer cells
|
2022-02-21 16:03:40 +00:00 |
Andrew Kingston
|
c701151bae
|
Improve table column width handling when custom widths are applied
|
2022-02-21 14:47:01 +00:00 |
Andrew Kingston
|
4806b162ea
|
Add custom svelte transition to drawer and add local parameter to prevent bad transitions
|
2022-02-21 13:41:57 +00:00 |
Andrew Kingston
|
826d49c58c
|
Allow bindings for table cell values and break out cell settings into its own drawer component
|
2022-02-21 13:19:29 +00:00 |
Tobias Speicher
|
9d25f26791
|
Replace deprecated String.prototype.substr()
String.prototype.substr() is deprecated (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) so we replace it with slice() which works similarily but isn't deprecated.
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
|
2022-02-20 15:28:39 +01:00 |
Andrew Kingston
|
e63dcd86e9
|
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
|
876e4743ea
|
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
|
216ae828a4
|
Support aligning a color picker popover to the right
|
2022-02-18 20:14:31 +00:00 |
Andrew Kingston
|
c19f24b2e0
|
Move table overflow layer to fix sticky header not working
|
2022-02-18 14:40:08 +00:00 |
Andrew Kingston
|
4e6e932402
|
Fix table loading states and remove virtual table rendering
|
2022-02-18 14:12:29 +00:00 |
Andrew Kingston
|
61f689244e
|
Ensure table height is exactly perfect for row count regardless of scrollbars
|
2022-02-18 13:33:34 +00:00 |
Andrew Kingston
|
e1dc778b4e
|
Fix table height calculation not being exact
|
2022-02-18 13:27:36 +00:00 |
Andrew Kingston
|
8481762c3c
|
Add compact setting to table
|
2022-02-18 13:08:18 +00:00 |
Andrew Kingston
|
f1649911b0
|
Only autosort columns when custom columns are not specified
|
2022-02-18 12:35:39 +00:00 |
Andrew Kingston
|
260b56b46d
|
Completely rewrite BBUI table with divs and with support for custom column widths
|
2022-02-18 11:58:18 +00:00 |
mike12345567
|
eb0916d4fe
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/budibase-api
|
2022-02-16 15:30:48 +00:00 |
Peter Clement
|
a9194be9d2
|
add row selection numbers
|
2022-02-16 15:00:18 +00:00 |
Peter Clement
|
8fc10b3341
|
Merge remote-tracking branch 'origin/develop' into feature/table-row-selection
|
2022-02-16 14:35:42 +00:00 |
mike12345567
|
664b43edfa
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-02-15 16:54:21 +00:00 |
Andrew Kingston
|
69bc9bf9fc
|
Update button tooltip to remove wrapper div and place tooltip inside button element
|
2022-02-15 12:01:50 +00:00 |
Andrew Kingston
|
6fc4bbe5df
|
Add on:focus handler to button to fix A11y issue
|
2022-02-15 09:31:55 +00:00 |