Andrew Kingston
|
dceebb0fc9
|
Completely rewrite BBUI table with divs and with support for custom column widths
|
2022-02-18 11:58:18 +00:00 |
mike12345567
|
f0b02cf9a9
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/budibase-api
|
2022-02-16 15:30:48 +00:00 |
Peter Clement
|
340c9480c2
|
add row selection numbers
|
2022-02-16 15:00:18 +00:00 |
Peter Clement
|
1dd909c8c2
|
Merge remote-tracking branch 'origin/develop' into feature/table-row-selection
|
2022-02-16 14:35:42 +00:00 |
Rory Powell
|
ae36401def
|
Revert on click changes to SideNavigation/Item
|
2022-02-16 11:59:22 +00:00 |
Rory Powell
|
dbfc46c67d
|
Add on-click to SideNavigation item
|
2022-02-16 10:03:59 +00:00 |
mike12345567
|
db45086105
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-02-15 16:54:21 +00:00 |
Andrew Kingston
|
5d25f80916
|
Update button tooltip to remove wrapper div and place tooltip inside button element
|
2022-02-15 12:01:50 +00:00 |
Andrew Kingston
|
78458d549d
|
Add on:focus handler to button to fix A11y issue
|
2022-02-15 09:31:55 +00:00 |
Andrew Kingston
|
2972927a18
|
Merge branch 'develop' of github.com:Budibase/budibase into experimental-hbs-caching
|
2022-02-14 17:58:42 +00:00 |
mike12345567
|
ee34ddaaf5
|
Fixing an issue with button tooltip addition, some buttons lost their full width sizing.
|
2022-02-14 16:49:56 +00:00 |
mike12345567
|
c1bd5b8329
|
Fixing issue #4337, allows internal tables to search by the _id or _rev properties in automation query block.
|
2022-02-14 14:57:06 +00:00 |
mike12345567
|
126499f383
|
Fix for #4440, fixing validation of API endpoints.
|
2022-02-12 10:35:10 +00:00 |
Peter Clement
|
d45c107db7
|
add row selection functionality to tables
|
2022-02-11 11:55:35 +00:00 |
Andrew Kingston
|
a0c703288c
|
Fix button layout in drawers
|
2022-02-10 11:46:57 +00:00 |
Michael Drury
|
45a965b041
|
Adding basic endpoints for API keys.
|
2022-02-09 23:16:24 +00:00 |
Andrew Kingston
|
0e59be9375
|
Merge branch 'frontend-core' of github.com:Budibase/budibase into experimental-hbs-caching
|
2022-02-09 15:18:44 +00:00 |
Michael Drury
|
1cc32e42c0
|
Merge branch 'develop' into frontend-core
|
2022-02-09 14:42:05 +00:00 |
mike12345567
|
6199f06ea9
|
Updating the tooltip button to have an info icon like the labels on the right instead.
|
2022-02-08 17:17:00 +00:00 |
mike12345567
|
d13985af3f
|
Fix for #3758 - updating the datetime cell renderer and form component to be capable of display time only formats, as well as adding an option to only select the time component for a date time form field.
|
2022-02-08 16:15:08 +00:00 |
mike12345567
|
36bd285093
|
Merge branch 'develop' of github.com:Budibase/budibase into fix/feb-fixes
|
2022-02-08 12:28:27 +00:00 |
Andrew Kingston
|
d90ccc26c7
|
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
|
2022-02-08 08:12:37 +00:00 |
mike12345567
|
007a1240d5
|
Fix for both #4167, allow saving but warn if never sent and #4165 save the query name when clicking name save icon.
|
2022-02-07 18:47:10 +00:00 |
Andrew Kingston
|
6a3333cb19
|
Merge pull request #4372 from Budibase/dont-dismiss-error-notifications
Remove automatic dismissal of error notifications
|
2022-02-07 16:47:15 +00:00 |
Andrew Kingston
|
fe495345f8
|
Update auto dismissal of notifications
|
2022-02-07 15:24:46 +00:00 |
Andrew Kingston
|
dd07f3516f
|
Remove automatic dismissal of error notifications and instead allow only manual dismissal, and also enable pointer events so errors can be copied
|
2022-02-07 15:15:28 +00:00 |
Andrew Kingston
|
353b67d0eb
|
Merge branch 'frontend-core' of github.com:Budibase/budibase into experimental-hbs-caching
|
2022-02-07 14:46:05 +00:00 |
Andrew Kingston
|
2969f2d24c
|
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
|
2022-02-07 14:45:14 +00:00 |
Andrew Kingston
|
6245d605e8
|
Update rich text editor fullscreen and side-by-side modes to work on desktop and mobile properly with any type of layout navigation
|
2022-02-07 12:49:33 +00:00 |
Andrew Kingston
|
587a260c2b
|
Improve text area and long form height settings
|
2022-02-07 12:04:21 +00:00 |
Andrew Kingston
|
a76508c76e
|
Merge branch 'frontend-core' of github.com:Budibase/budibase into experimental-hbs-caching
|
2022-02-07 09:50:17 +00:00 |
Andrew Kingston
|
48ce006ac3
|
Hide some icons on mobile to avoid fullscreen mobile icon wrapping in rich text editor
|
2022-02-04 14:25:20 +00:00 |
Andrew Kingston
|
90514af833
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/real-rich-text
|
2022-02-04 13:53:01 +00:00 |
Andrew Kingston
|
a3eef9f534
|
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
|
2022-02-04 09:23:32 +00:00 |
Andrew Kingston
|
03b3049572
|
Fix copy to clipboard not working without a secure context and add better notifications
|
2022-02-04 08:50:36 +00:00 |
mike12345567
|
984950b945
|
Adds alignment to long form and string fields as per #3374.
|
2022-02-03 19:13:56 +00:00 |
Andrew Kingston
|
a0c3ee1c8b
|
Add support for disabling rich text fields
|
2022-02-03 14:28:15 +00:00 |
Andrew Kingston
|
0005b05829
|
Add error border when rich text field fails validation
|
2022-02-03 14:08:30 +00:00 |
Andrew Kingston
|
160849d0f5
|
Support a customisable offset for fullscreen mode for rich text editors
|
2022-02-03 11:53:51 +00:00 |
Andrew Kingston
|
aacd8b01c6
|
Update rich text field height to be set dynamically
|
2022-02-03 10:46:41 +00:00 |
Andrew Kingston
|
392aaa30d0
|
Add custom styles for HRs, tables and link colors in rich text editor and preview
|
2022-02-03 09:46:30 +00:00 |
Andrew Kingston
|
f347bafe62
|
Add custom styles for code blocks and block quotes in rich text editor and preview
|
2022-02-03 09:32:01 +00:00 |
Andrew Kingston
|
e8f8d6ead9
|
Properly trim markdown viewer component
|
2022-02-03 09:06:52 +00:00 |
Andrew Kingston
|
0b7dbebe5c
|
Update markdown viewer and editor BBUI components
|
2022-02-02 21:22:49 +00:00 |
Andrew Kingston
|
0892a1db59
|
Add new rich text component to BBUI
|
2022-02-02 15:17:59 +00:00 |
Andrew Kingston
|
14eca1b461
|
Merge branch 'frontend-core' of github.com:Budibase/budibase into experimental-hbs-caching
|
2022-02-01 16:49:59 +00:00 |
Andrew Kingston
|
de12e0dc79
|
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
|
2022-02-01 16:46:00 +00:00 |
Andrew Kingston
|
fcd79ed70a
|
Merge branch 'client-bundle-size-reduction' into experimental-hbs-caching
|
2022-01-31 18:58:19 +00:00 |
mike12345567
|
f9c7877e02
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/formula-filtering
|
2022-01-31 15:21:15 +00:00 |
Andrew Kingston
|
22bb99357a
|
Remove lodash and sort dependencies out
|
2022-01-31 09:32:06 +00:00 |
Andrew Kingston
|
30fa72665a
|
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
|
2022-01-24 15:46:54 +00:00 |
Andrew Kingston
|
b0defa8176
|
Merge pull request #4030 from Budibase/s3-upload
S3 file upload component
|
2022-01-24 15:41:46 +00:00 |
Andrew Kingston
|
e3258a0caf
|
Add helpers into BBUI rather than frontend core and fix A11y issue
|
2022-01-20 10:14:39 +00:00 |
mike12345567
|
249b10a605
|
Adding in static/dynamic select, as well as the ability to set a tooltip on a select.
|
2022-01-19 18:33:58 +00:00 |
Andrew Kingston
|
9d4f18f1ce
|
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
|
2022-01-19 13:54:39 +00:00 |
Maurits Lourens
|
a4fea9ab3c
|
add extensions prop to specify accepted file extensions
|
2022-01-18 17:17:31 +01:00 |
Andrew Kingston
|
0201841b90
|
Add initial work on frontend-core refactor
|
2022-01-18 09:39:19 +00:00 |
Andrew Kingston
|
b3dba52d62
|
Update S3 upload with develop and fix preview URLs
|
2022-01-13 17:18:24 +00:00 |
Rory Powell
|
36f42d0426
|
Bump z-index to always be on top
|
2022-01-10 11:50:08 +00:00 |
Rory Powell
|
b1ef2e3988
|
Fix auth dropdown z-index
|
2022-01-05 10:29:40 -05:00 |
mike12345567
|
18ff7a9cfb
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/query-variables
|
2022-01-04 12:58:42 +00:00 |
Andrew Kingston
|
4cd8886e1a
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/json-backend
|
2022-01-04 09:48:44 +00:00 |
Rory Powell
|
5890f5d4dc
|
Add bold and code cell renderers
|
2021-12-21 14:08:09 -05:00 |
Andrew Kingston
|
69a8376d17
|
Update home screen UI to work better on mobile and make spacing more consistent
|
2021-12-15 15:54:33 +00:00 |
Andrew Kingston
|
d06cc93757
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/json-backend
|
2021-12-15 13:36:10 +00:00 |
Peter Clement
|
841feac5fa
|
Merge pull request #3737 from Budibase/feature/home-screen-redesign
Home Screen Redesign
|
2021-12-15 09:47:03 +00:00 |
Rory Powell
|
17ba5d7c88
|
Merge branch 'develop' into feature/query-auth
|
2021-12-14 09:52:16 +00:00 |
mike12345567
|
a7743c8481
|
Fixing bug in tabs where double clicks cause tab switching, new headers enabled by default, disabled headers rather than enabled, get requests can have bodies.
|
2021-12-13 11:24:13 +00:00 |
Rory Powell
|
9fa4fe6c76
|
Merge branch 'feature/rest-redesign' into feature/query-auth
|
2021-12-11 21:43:03 +00:00 |
Rory Powell
|
77d17e143d
|
Auth config forms
|
2021-12-11 09:59:09 +00:00 |
Andrew Kingston
|
2decf236a4
|
Update deepSet helper to create parent keys of a deep path if one does not exist
|
2021-12-10 15:27:04 +00:00 |
Andrew Kingston
|
dc7d22e5cb
|
Add support for binding forms to deep json fields
|
2021-12-10 14:18:01 +00:00 |
mike12345567
|
f5b1e255d5
|
Making it so that schema always shows up for future work towards global variables and making it so that tabs selected can be bound to.
|
2021-12-09 18:41:07 +00:00 |
mike12345567
|
4cd28fa7c4
|
Adding http verbs instead of icons for REST requests.
|
2021-12-09 13:08:16 +00:00 |
Peter Clement
|
feacfb922f
|
re-add status lights for app row
|
2021-12-09 10:10:16 +00:00 |
Peter Clement
|
14213006e0
|
add option to change icon / colour
|
2021-12-08 18:51:24 +00:00 |
mike12345567
|
82fd691ec7
|
Adding bindings to rest API, adding in spaceship placeholder, updating the look of some other components, cleaning up some whitespace.
|
2021-12-08 17:58:30 +00:00 |
Andrew Kingston
|
7beaa80759
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/json-backend
|
2021-12-08 13:08:28 +00:00 |
Rory Powell
|
8df37dae85
|
Merge branch 'develop' into feature/rest-redesign
|
2021-12-08 12:36:12 +00:00 |
Rory Powell
|
379b8cecc0
|
Merge branch 'master' into develop
|
2021-12-08 12:07:06 +00:00 |
Andrew Kingston
|
b8b66b0c07
|
Remove unnecessary optional chaining
|
2021-12-08 09:47:43 +00:00 |
Andrew Kingston
|
a90cfc3e73
|
Coerce picker option labels to string to fix bug when using autocomplete with numeric labels
|
2021-12-08 09:45:50 +00:00 |
Andrew Kingston
|
b1c2308b8b
|
Remove infuriating behaviour of drawer closing on escape keypress
|
2021-12-07 13:58:34 +00:00 |
Andrew Kingston
|
135fc61159
|
Coerce picker option labels to strings to fix bug when using autocomplete on numeric label types
|
2021-12-06 18:22:19 +00:00 |
mike12345567
|
5936fe0f5f
|
Adding all response capabilities.
|
2021-12-06 17:39:51 +00:00 |
Andrew Kingston
|
7b20aa31d1
|
Flatten JSON schema in apps to allow filtering and display of nested values
|
2021-12-06 12:37:50 +00:00 |
mike12345567
|
e064237981
|
Adding in last components of UI that were missing.
|
2021-12-03 18:39:05 +00:00 |
mike12345567
|
740abf8445
|
Adding radio group of body types.
|
2021-12-02 17:53:14 +00:00 |
Rory Powell
|
9d5866e747
|
Fix datasource selection after import and add maxmimum files support to dropzone
|
2021-12-02 16:51:13 +00:00 |
mike12345567
|
a0c3b0b8ce
|
Updating key value store to allow adding an activity toggle.
|
2021-12-02 11:53:51 +00:00 |
mike12345567
|
4e9d60b446
|
First major part of the REST query resdesign.
|
2021-12-01 17:55:57 +00:00 |
mike12345567
|
6a7d899935
|
Adding some extra padding to action buttons to line them up better, changing over everything in datasources to tables (where possible).
|
2021-11-30 19:05:36 +00:00 |
Andrew Kingston
|
1b3317a114
|
Add devtools to app preview and add ability to preview apps as different roles
|
2021-11-26 13:25:02 +00:00 |
Rory Powell
|
71ba024974
|
WIP: Rest API import
|
2021-11-25 17:14:07 +00:00 |
Andrew Kingston
|
24a700f391
|
Add readonly prop to combobox
|
2021-11-23 16:40:31 +00:00 |
mike12345567
|
ea0000df51
|
Updating UI to have a table/column deletion check which makes sure the user understands what they are doing, also disabling external table deletion.
|
2021-11-22 15:26:24 +00:00 |
mike12345567
|
9be833d5e1
|
Updating inline alert component to handle newlines as different elements, putting out error with new lines.
|
2021-11-22 10:37:58 +00:00 |
Rory Powell
|
4235aba7a2
|
Merge pull request #3354 from Budibase/rory/fixes-platform-url
Fixes for google sso, cloud email url and cloud logo updates
|
2021-11-16 13:46:06 +00:00 |
mike12345567
|
d9d5391a40
|
Some UI work, as well as moving SQL to using a proper bulk insert method and fixing an issue found with csv parsing and removing of invalid columns.
|
2021-11-12 19:24:56 +00:00 |
mike12345567
|
af5e196b4c
|
Adding all required controls for data import to internal tables, just need to implement external table data import.
|
2021-11-12 18:26:57 +00:00 |
Rory Powell
|
6af8ab2dc0
|
Fixes for google sso, cloud email url and cloud logo updates
|
2021-11-12 13:31:55 +00:00 |
Andrew Kingston
|
86731ee5d4
|
Broadcast specific events for picking or typing to update the value in a combobox
|
2021-11-10 11:23:35 +00:00 |
Andrew Kingston
|
294dd232bc
|
Revert changes to medium sized checkbox
|
2021-11-03 16:17:45 +00:00 |
Andrew Kingston
|
08de9c0b45
|
Fix spectrum bug with larger checkboxes
|
2021-11-03 11:02:59 +00:00 |
mike12345567
|
b1143e1957
|
Addressing review comments.
|
2021-10-27 14:55:09 +01:00 |
mike12345567
|
ac1d6ee23e
|
Fixing #2820 - SQL system no longer includes tables without a primary key constraint and it displays an error to handle this.
|
2021-10-26 20:03:54 +01:00 |
Andrew Kingston
|
979801be4e
|
Remove log statement in datepicker
|
2021-10-21 13:52:30 +01:00 |
Andrew Kingston
|
906f171ef2
|
Scope picker transition to avoid weird behaviour when unmounting
|
2021-10-21 13:36:33 +01:00 |
Andrew Kingston
|
555742ead1
|
Merge pull request #3083 from Budibase/fix/date-sorting
Fix date format of dates created with Flatpickr (the date picker in apps)
|
2021-10-20 13:20:26 +01:00 |
Andrew Kingston
|
7924a69016
|
Fix usage of binding values to datepickers
|
2021-10-19 14:04:12 +01:00 |
Andrew Kingston
|
50154ece31
|
Add date parsing to core date picker and ensure values are always broadcast as ISO strings
|
2021-10-18 17:11:12 +01:00 |
Peter Clement
|
faa64b9516
|
add internal renderer back
|
2021-10-18 15:08:57 +01:00 |
Peter Clement
|
eb957bc94f
|
Potential fix for issues with updating and saving rows and columns
|
2021-10-17 21:23:30 +01:00 |
mike12345567
|
bded4a5b56
|
Merge branch 'develop' of github.com:Budibase/budibase into js-binding-drawer
|
2021-10-13 16:48:36 +01:00 |
Peter Clement
|
6366abae7e
|
remove uneeded log
|
2021-10-13 14:14:08 +01:00 |
Peter Clement
|
ec50621733
|
refactor new autocolumn functionality
|
2021-10-13 11:39:36 +01:00 |
Peter Clement
|
194eddbda4
|
some tidy up
|
2021-10-13 09:29:01 +01:00 |
Peter Clement
|
e2ae8b8437
|
add ability to copy _rev and _id from data tab
|
2021-10-12 17:32:15 +01:00 |
Andrew Kingston
|
e521596c9c
|
Fix bug rendering tabs inside a component which uses a svelte transition
|
2021-10-11 11:34:19 +01:00 |
Andrew Kingston
|
b45777bd66
|
Update svelte-flatpickr and disable flatpickr attempting to use native datepickers on mobile, to fix mobile support
|
2021-10-04 14:50:02 +01:00 |
Andrew Kingston
|
1b3cd1a2a4
|
Add inputmode attribute for number inputs
|
2021-10-01 11:15:15 +01:00 |
Andrew Kingston
|
38b32d78a8
|
Merge pull request #2790 from Budibase/data-ui-pagination
Data UI pagination and searching
|
2021-09-30 11:13:47 +01:00 |
Andrew Kingston
|
c5f0a2b34b
|
Fix table crash when data is null
|
2021-09-29 15:25:44 +01:00 |
Peter Clement
|
dad6412271
|
trigger internal table modal on modal cancel
|
2021-09-27 09:59:56 +01:00 |
Andrew Kingston
|
05cfd87613
|
Broadcast a sort event from BBUI table, and add prop to disable table sorting of data
|
2021-09-23 16:08:09 +01:00 |
Maurits Lourens
|
19f5a9c51e
|
set appendTo to undefined, because FlatPicker checks for !== undefined
|
2021-09-17 15:06:53 +02:00 |
Andrew Kingston
|
00b12463f6
|
Merge pull request #2606 from Budibase/responsive-portal
Responsive portal
|
2021-09-16 17:28:21 +01:00 |
Andrew Kingston
|
9ad2114859
|
Fix loading circle bug
|
2021-09-16 16:53:34 +01:00 |
mike12345567
|
d76e3beac9
|
Removing console logs created during automation rework.
|
2021-09-16 16:24:32 +01:00 |
Andrew Kingston
|
368ada4a77
|
Merge branch 'develop' of github.com:Budibase/budibase into responsive-portal
|
2021-09-16 16:06:41 +01:00 |
Peter Clement
|
ab2fd51dc2
|
fix debounce / store test data bug
|
2021-09-16 14:48:55 +01:00 |
Peter Clement
|
a871a3a44f
|
fix label not being rendered correctly
|
2021-09-16 12:15:32 +01:00 |
Peter Clement
|
3b66a14a6f
|
Update icons
|
2021-09-15 00:49:44 +01:00 |
Peter Clement
|
dfbf7e2ee4
|
Show test outputs and responses in modal
|
2021-09-15 00:49:35 +01:00 |
Peter Clement
|
7fd79d3d4e
|
Update flow chart styling and event handling
|
2021-09-15 00:45:07 +01:00 |
Andrew Kingston
|
5e695bf7ed
|
Fix issue with BBUI Page component height when wide
|
2021-09-13 16:42:29 +01:00 |
Andrew Kingston
|
29e34d16be
|
Don't change padding when using the wide BBUI Page component prop
|
2021-09-13 16:02:52 +01:00 |
Andrew Kingston
|
0c0e656b34
|
Make core portal layout responsive with mobile drawer menu
|
2021-09-13 15:38:06 +01:00 |
Andrew Kingston
|
ed5cb41d63
|
Remove log
|
2021-09-10 08:30:20 +01:00 |
Andrew Kingston
|
4da58241b3
|
Fix issue with nullish progress value in progress circle component
|
2021-09-10 08:25:14 +01:00 |
Andrew Kingston
|
d607f7b25b
|
Merge branch 'develop' of github.com:Budibase/budibase into custom-theming
|
2021-09-06 17:29:51 +01:00 |
Andrew Kingston
|
3ee1d3e8e4
|
Add custom theming to icons
|
2021-09-03 11:53:25 +01:00 |
Andrew Kingston
|
e7d1ed3114
|
Add custom theming for primary color and primary hover color to form components
|
2021-09-03 11:50:09 +01:00 |
Andrew Kingston
|
7f16e76e8b
|
Deeply clone rows before passing them back in the table edit row callback to avoid mutating table data
|
2021-09-02 14:42:12 +01:00 |
Peter Clement
|
544dd4ef1d
|
Merge remote-tracking branch 'origin/develop' into multi-option-datatype
|
2021-08-26 14:38:05 +01:00 |
Peter Clement
|
f1046b563c
|
fix build
|
2021-08-26 08:50:36 +01:00 |
Andrew Kingston
|
dca9d5665a
|
Prevent MenuItem firing onlick handlers when disabled
|
2021-08-24 15:29:50 +01:00 |
Andrew Kingston
|
f127d86d11
|
Merge branch 'develop' of github.com:Budibase/budibase into multistep-forms
|
2021-08-23 11:48:03 +01:00 |
Andrew Kingston
|
cb46e763d3
|
Making picker sorting optional and default to off. Sort by default for client apps
|
2021-08-20 10:03:21 +01:00 |
Peter Clement
|
17438372d0
|
Add ability for user to select 'List' data type for a column
|
2021-08-19 16:54:44 +01:00 |
Andrew Kingston
|
c945fc650d
|
Add stepper component to bbui for numeric values
|
2021-08-18 11:32:39 +01:00 |
Martin McKeaveney
|
f07dcf7f55
|
Merge pull request #2401 from mslourens/update_datasource_name
Update the name of the datasource
|
2021-08-18 10:44:04 +01:00 |
Maurits Lourens
|
3b099d945a
|
fix lint issues
|
2021-08-18 00:04:54 +02:00 |
Maurits Lourens
|
de944480da
|
update the name of the datasource
|
2021-08-17 23:57:11 +02:00 |
Maurits Lourens
|
eb383f68bc
|
implement review comments
|
2021-08-17 19:57:11 +02:00 |
Maurits Lourens
|
6aaf73788d
|
implement review comments
|
2021-08-17 15:13:57 +02:00 |
Maurits Lourens
|
62f7676cdf
|
add autocomplete component and make it optional for optionsField and relationshipField
|
2021-08-16 23:31:51 +02:00 |
Andrew Kingston
|
36a744f577
|
Merge pull request #2339 from Budibase/custom-form-validation
Custom form validation
|
2021-08-16 18:29:44 +01:00 |
Andrew Kingston
|
73def04951
|
Merge pull request #2344 from Budibase/ak-fixes
Fixes and features for various issues
|
2021-08-16 09:04:13 +01:00 |
Andrew Kingston
|
706ba47e61
|
Merge branch 'develop' of github.com:Budibase/budibase into joe-tweaks
|
2021-08-13 13:53:30 +01:00 |
Keviin Åberg Kultalahti
|
f6218d8e0b
|
Merge branch 'master' into develop
|
2021-08-13 14:41:49 +02:00 |
Andrew Kingston
|
b87a295773
|
Adding missing dep
|
2021-08-13 13:32:32 +01:00 |
Andrew Kingston
|
d79ea9364b
|
Add static white and black color options to color picker
|
2021-08-13 12:39:57 +01:00 |
Andrew Kingston
|
4275ceef33
|
Make dropzone file name a link to the file
|
2021-08-12 11:49:48 +01:00 |
Andrew Kingston
|
cb55139cea
|
Sort picker options alphabetically
|
2021-08-12 10:09:38 +01:00 |
Andrew Kingston
|
ac5cf884cf
|
Merge branch 'develop' of github.com:Budibase/budibase into custom-form-validation
|
2021-08-11 15:51:45 +01:00 |
Andrew Kingston
|
0c5a34dacb
|
Ensure checkbox always has a size class
|
2021-08-11 15:21:35 +01:00 |
Andrew Kingston
|
d1bc289f4b
|
Merge branch 'develop' of github.com:Budibase/budibase into custom-form-validation
|
2021-08-11 15:09:04 +01:00 |
Martin McKeaveney
|
e2a86f160b
|
fix date sorting
|
2021-08-10 17:41:11 +01:00 |
Martin McKeaveney
|
9053a84718
|
fix date sorting
|
2021-08-10 17:41:01 +01:00 |
PClmnt
|
79b2c16e84
|
Merge pull request #2318 from Budibase/quiet-emphasized-tabs
Add Quiet and Emphasized variants to the Tabs and Tab components
|
2021-08-09 16:13:03 +01:00 |
Peter Clement
|
2500b465e1
|
border fix
|
2021-08-09 15:56:05 +01:00 |
Peter Clement
|
dc9d69910b
|
fix underline conditional
|
2021-08-09 15:55:03 +01:00 |
Peter Clement
|
7a58e3c817
|
Add Quiet and Emphasized variants to the Tabs and Tab components
|
2021-08-09 15:47:30 +01:00 |
Andrew Kingston
|
67be24b524
|
Add validation drawer and simplify HOC's for different field types
|
2021-08-06 14:54:00 +01:00 |
Martin McKeaveney
|
fd837117da
|
Merge pull request #2239 from mslourens/checkbox_sizes
add sizes to boolean field and checkbox component
|
2021-08-05 16:43:20 +01:00 |
Maurits Lourens
|
9fb73b4eba
|
add sizes to boolean field and checkbox component
|
2021-08-03 20:54:32 +02:00 |
Andrew Kingston
|
2eba603ad8
|
Darken modal underlay and add actions above screen modal to allow entering full screen or closing
|
2021-08-03 12:02:20 +01:00 |
Andrew Kingston
|
1a0d0de406
|
Fix modal not shrinking to fit screen size
|
2021-07-30 14:13:16 +01:00 |
Andrew Kingston
|
e711fffc45
|
Break out notification component to standalone component
|
2021-07-30 13:58:34 +01:00 |
Andrew Kingston
|
a831b7f91e
|
Add modal option to hide divider, and make title rendering optional
|
2021-07-30 13:57:33 +01:00 |
Martin McKeaveney
|
1f65952ddf
|
Merge pull request #2131 from mslourens/automation_live_toggle
convert automation icons into toggle
|
2021-07-28 10:24:52 +01:00 |
Maurits Lourens
|
5221cd8362
|
fix lint issue
|
2021-07-28 00:06:03 +02:00 |
Maurits Lourens
|
101ca5f01e
|
fix cypress test
|
2021-07-27 23:48:06 +02:00 |
Andrew Kingston
|
a00473fa61
|
Remove hardcoded colours from BBUI modal component
|
2021-07-23 15:43:44 +01:00 |
Andrew Kingston
|
f91115fc0f
|
Set default getOptionIcon prop in core Picker to avoid crash
|
2021-07-21 14:35:55 +01:00 |
Andrew Kingston
|
1effdc0e8f
|
Set default getOptionIcon prop to avoid crash when using core select, like in client apps
|
2021-07-21 14:35:37 +01:00 |
Andrew Kingston
|
b00452cc8d
|
Merge branch 'develop' of github.com:Budibase/budibase into drawer-improvements
|
2021-07-20 14:39:55 +01:00 |
Rory Powell
|
239e39e5ed
|
Merge branch 'develop' into feature/oidc-support
|
2021-07-15 14:05:30 +01:00 |
Andrew Kingston
|
38014a76be
|
Update drawer styles, drawer bindable inputs and settings bindable inputs
|
2021-07-14 14:21:11 +01:00 |
Peter Clement
|
b31be35307
|
Add UUID to each oidc config to distinguish each provider
|
2021-07-13 17:32:08 +01:00 |
Martin McKeaveney
|
bebfe4c6e1
|
merge with master
|
2021-07-11 18:07:46 +01:00 |
Kyle Harrison
|
2d451bb3a9
|
apply fixes for common spelling mistakes
|
2021-07-09 17:54:49 +01:00 |
Peter Clement
|
7138070e4c
|
Fix bug where OIDC icon was not being displayed due to misconfiguration
|
2021-07-09 14:18:03 +01:00 |
Rory Powell
|
73c8dcf71b
|
Merge branch 'develop' into feature/oidc-support
|
2021-07-08 20:15:16 +01:00 |
Peter Clement
|
cff2a9ad7d
|
Fix for icon upload issue
|
2021-07-07 16:18:18 +01:00 |
Peter Clement
|
37b1200051
|
Allow user uploaded icons in oidc config
|
2021-07-07 13:41:09 +01:00 |
Andrew Kingston
|
9542910a41
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2021-07-07 11:48:38 +01:00 |
Andrew Kingston
|
8befb1d545
|
Fix bug with tabs causing them to broadcast a change event on mount
|
2021-07-06 15:53:52 +01:00 |
Andrew Kingston
|
8ddf07b68a
|
Add placholder color to color picker component to represent undefined color choice
|
2021-07-05 14:31:10 +01:00 |
Andrew Kingston
|
4ac7accdcb
|
Fix font family issue with date pickers
|
2021-07-05 10:24:44 +01:00 |
Andrew Kingston
|
6bfcb3fc2b
|
Add better theme compatibility to color picker and client app components
|
2021-06-30 08:30:57 +01:00 |
Andrew Kingston
|
2aa829b782
|
Allow color picker to have spectrum theme overridden
|
2021-06-29 08:20:34 +01:00 |
Andrew Kingston
|
2b7f3942d0
|
Add initial work on refactoring color picker to account for client app theme
|
2021-06-28 14:51:47 +01:00 |
Andrew Kingston
|
4a23603c1a
|
Add gap to container settings and remove some colours from color picker
|
2021-06-24 11:29:20 +01:00 |
Andrew Kingston
|
098131099d
|
Add new typography settings, add new settings bar dropdowns, add settings bar to text components
|
2021-06-23 14:21:37 +01:00 |
Andrew Kingston
|
997efa62b3
|
Add wrapper to color picker and fix helper import
|
2021-06-23 11:47:07 +01:00 |
Andrew Kingston
|
4b9a863c68
|
Add color picker component and tidy up style options
|
2021-06-23 09:54:31 +01:00 |
Andrew Kingston
|
dd4c7a186e
|
Add new style definitions for containers
|
2021-06-23 07:55:33 +01:00 |
Andrew Kingston
|
2367a97f39
|
Add screen settings section, refactor more of component settings panel
|
2021-06-22 09:36:50 +01:00 |
Andrew Kingston
|
da1197337e
|
Merge branch 'develop' of github.com:Budibase/budibase into design-panel-v2
|
2021-06-22 09:14:27 +01:00 |
Andrew Kingston
|
aee876a681
|
Add initial work on merging settings and design panels, improve code structure, improve styles
|
2021-06-22 09:14:17 +01:00 |
mike12345567
|
df1e15dd55
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/opinionated-sql
|
2021-06-21 13:05:39 +01:00 |
Martin McKeaveney
|
03c5640856
|
merge
|
2021-06-21 11:19:22 +01:00 |
Andrew Kingston
|
2003c69698
|
Update modal to support different events for hiding and cancelling, and support entry transitions for fixed modals
|
2021-06-21 09:57:17 +01:00 |
Andrew Kingston
|
d3dad2ddab
|
Fix combobox sometimes showing a value of 'undefined'
|
2021-06-17 12:19:05 +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
|
d5e40fc090
|
Merge branch 'master' of github.com:Budibase/budibase into feature/layout-poc
|
2021-06-16 09:35:11 +01:00 |
mike12345567
|
3d9dced317
|
Merge branch 'master' of github.com:Budibase/budibase into feature/opinionated-sql
|
2021-06-15 20:00:52 +01:00 |
mike12345567
|
1f818cf42f
|
Quick fixes for types.
|
2021-06-15 19:57:41 +01:00 |
Andrew Kingston
|
38e064fa0f
|
Fix all eslint issues
|
2021-06-15 19:36:56 +01:00 |
Andrew Kingston
|
f802cf7217
|
Fix table z-index
|
2021-06-14 18:20:25 +01:00 |
Andrew Kingston
|
888f6cf398
|
Move settings bar into client library and allow configuration from manifest.json
|
2021-06-08 08:00:54 +01:00 |
Andrew Kingston
|
58c2ce4959
|
Fix radio group opacity on firefox on ubuntu
|
2021-06-07 09:41:27 +01:00 |
Andrew Kingston
|
1b90760c2e
|
Add back in active prop to ActionButton which must have got lost in a merge
|
2021-05-25 15:32:56 +01: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
|
3c5696199a
|
Remove Inter font fully and replace with Source Sans Pro, fix favicon import path
|
2021-05-25 09:41:23 +01:00 |
Martin McKeaveney
|
4091013376
|
tidy up
|
2021-05-23 15:52:21 +01:00 |
Martin McKeaveney
|
35e361717c
|
make attachments downloadable and images clickable
|
2021-05-23 15:40:00 +01:00 |
Andrew Kingston
|
7ed13d2b4c
|
Allow enter keypress to submit login form
|
2021-05-21 13:27:27 +01:00 |
Andrew Kingston
|
68ed6b6359
|
Update avatar to take initials prop and render text as uppercase
|
2021-05-21 13:16:54 +01:00 |
Andrew Kingston
|
d30a9ef494
|
Add StatusLight and Badge components to BBUI
|
2021-05-21 10:31:45 +01:00 |
Andrew Kingston
|
b98781ef1d
|
Remove unused prop
|
2021-05-19 18:45:14 +01:00 |
mike12345567
|
d62280ae83
|
Merge branch 'next' of github.com:Budibase/budibase into user-app-list
|
2021-05-19 15:58:17 +01:00 |
mike12345567
|
0bbd45b413
|
Adding the ability to get all apps, with the status attached.
|
2021-05-19 15:09:57 +01:00 |
Andrew Kingston
|
8049088fa0
|
Update Layout to be position relative
|
2021-05-19 10:36:39 +01:00 |
Andrew Kingston
|
f1a7f2a440
|
Merge branch 'next' of github.com:Budibase/budibase into user-app-list
|
2021-05-19 10:09:20 +01:00 |
Andrew Kingston
|
76cef0b06d
|
Remove margin in BBUI body component
|
2021-05-19 09:02:51 +01:00 |
mike12345567
|
d40fb215f9
|
Adding the ability to create options based on CSV, this will use the import data to create options.
|
2021-05-18 22:14:27 +01:00 |
Andrew Kingston
|
6a92e7304b
|
Allow dropzone to preview images before being uploaded
|
2021-05-18 18:47:39 +01:00 |
mike12345567
|
1896b1fe52
|
Updating text align style to be optional.
|
2021-05-18 16:03:06 +01:00 |
mike12345567
|
6013cfd8ed
|
Formatting.
|
2021-05-18 15:09:04 +01:00 |
Andrew Kingston
|
473c9ebfa6
|
Merge branch 'feature/forgot-password' of github.com:Budibase/budibase into user-app-list
|
2021-05-18 14:33:25 +01:00 |
mike12345567
|
608c798cb9
|
Merge branch 'next' of github.com:Budibase/budibase into feature/forgot-password
|
2021-05-18 14:29:43 +01:00 |
Andrew Kingston
|
0f73190b5f
|
Add font weight property to BBUI layout body
|
2021-05-18 13:52:42 +01:00 |
Andrew Kingston
|
c575850dc0
|
Ensure layout page component always fills the page
|
2021-05-18 13:52:26 +01:00 |
mike12345567
|
9898287257
|
Adding in all the other routes needed for forgotten password flow.
|
2021-05-18 12:34:21 +01:00 |
Andrew Kingston
|
0251ee366f
|
Merge branch 'next' of github.com:Budibase/budibase into user-app-list
|
2021-05-18 12:33:06 +01:00 |
Andrew Kingston
|
222afc6884
|
Add ability for BBUI text fields to update on change and default to true
|
2021-05-18 08:37:07 +01:00 |
Andrew Kingston
|
b195ef1549
|
Fix issue with switches and checkboxes on firefox on linux
|
2021-05-18 08:20:46 +01:00 |
Andrew Kingston
|
ce67c21efe
|
Add option for text alignment to Body
|
2021-05-17 17:49:40 +01:00 |
Andrew Kingston
|
724593f341
|
Add option to layout to justify items
|
2021-05-17 17:42:12 +01:00 |
Keviin Åberg Kultalahti
|
6ccf2114b0
|
remove unused prop in ModalContent
|
2021-05-17 13:23:59 +02:00 |
Keviin Åberg Kultalahti
|
7a0c6366f7
|
remove unneeded prop
|
2021-05-17 10:22:15 +02:00 |
Keviin Åberg Kultalahti
|
341b632736
|
Merge branch 'next' into admin/user-management-ui
|
2021-05-17 10:11:25 +02:00 |
Keviin Åberg Kultalahti
|
4df56ce457
|
Merge branch 'feature/draft-apps' into admin/user-management-ui
|
2021-05-14 17:32:08 +02:00 |
Keviin Åberg Kultalahti
|
07252b26b4
|
add check for name in Avatar component
|
2021-05-14 17:04:20 +02:00 |
Keviin Åberg Kultalahti
|
3a9a76763e
|
fix TreeView item warning about anchor
|
2021-05-14 17:03:37 +02:00 |
Andrew Kingston
|
f82bd4465b
|
Add brief docs to Table component explaining the schema prop
|
2021-05-14 13:11:23 +01:00 |
Andrew Kingston
|
b734d861ea
|
Use divs rather than a tags for pagination to avoid navigation issue in client apps
|
2021-05-13 16:31:59 +01:00 |
Andrew Kingston
|
1a729aca91
|
Remove sorting by auto ID when output processing rows
|
2021-05-13 15:35:54 +01:00 |
Martin McKeaveney
|
4a4c96f76d
|
merge, UI for managing your own app locks
|
2021-05-13 14:04:03 +01:00 |
Andrew Kingston
|
e57a14a8dd
|
Fix bug preventing progress circle component from animating
|
2021-05-13 12:23:48 +01:00 |
Andrew Kingston
|
10681d1a44
|
Add spectrum pagination component to BBUI
|
2021-05-13 12:23:25 +01:00 |
Andrew Kingston
|
34a2382b88
|
Fix two-tone spectrum background colours
|
2021-05-12 14:52:43 +01:00 |
Andrew Kingston
|
3a747de207
|
Merge branch 'next' of github.com:Budibase/budibase into lab-day-search
|
2021-05-12 14:35:00 +01:00 |
Andrew Kingston
|
c2cc99ef2c
|
Fix chart placeholder, fix spectrum colours and begin work on pagination component
|
2021-05-12 14:34:25 +01:00 |
Keviin Åberg Kultalahti
|
17eca8c30b
|
Merge branch 'next' into admin/user-management-ui
|
2021-05-12 14:08:58 +02:00 |
Andrew Kingston
|
4db2ee1843
|
Allow data provider filtering using dates and date ranges, and allow filtering using a value or binding for any type
|
2021-05-11 18:33:25 +01:00 |
Martin McKeaveney
|
b1d60cc6b6
|
email template E2E, adding preview
|
2021-05-11 14:44:43 +01:00 |
Keviin Åberg Kultalahti
|
7e8bee48d8
|
Merge branch 'next' into admin/user-management-ui
|
2021-05-11 12:01:31 +02:00 |
Andrew Kingston
|
e661fe8cf2
|
Merge branch 'next' of github.com:Budibase/budibase into lab-day-search
|
2021-05-11 10:47:52 +01:00 |
Andrew Kingston
|
63c22494fd
|
Merge pull request #1472 from Budibase/app-list
App list screen
|
2021-05-11 08:43:47 +01:00 |
Andrew Kingston
|
c220853891
|
Allow tables to render header even when no data exists
|
2021-05-10 18:01:47 +01:00 |
mike12345567
|
0debc239a1
|
Fixing issue with cell renderer not falling back to string rendering when type unknown.
|
2021-05-10 17:32:10 +01:00 |
Andrew Kingston
|
099e7648e3
|
Adjust modal background to proper background color and add border in lightest them to inline modals
|
2021-05-10 16:52:09 +01:00 |
Andrew Kingston
|
0cd7dfa296
|
Add inline prop for modals to allow them to be used as actual components on pages
|
2021-05-10 16:14:39 +01:00 |
Andrew Kingston
|
47dbb4ddb3
|
Convert Page component to use flex to allow more flexibility
|
2021-05-10 16:14:12 +01:00 |
Martin McKeaveney
|
4ccb326ece
|
lint
|
2021-05-10 14:50:37 +01:00 |
Martin McKeaveney
|
8174f44d40
|
pull template type from body instead of params
|
2021-05-10 14:41:52 +01:00 |
Martin McKeaveney
|
11ce48e1ff
|
editor styling
|
2021-05-10 12:06:31 +01:00 |
Andrew Kingston
|
df607e78eb
|
Add non-gallery option to dropzeon and update create app modal
|
2021-05-10 11:53:32 +01:00 |
Keviin Åberg Kultalahti
|
ea8e6d675d
|
adds warning prop to ModalContent to enable warning buttons
|
2021-05-07 14:56:27 +02:00 |
Keviin Åberg Kultalahti
|
99fda23771
|
adds a click dispatch to the Table component
|
2021-05-07 14:52:46 +02:00 |
Andrew Kingston
|
b5dade2d50
|
Handle long app names correctly in app grid view
|
2021-05-07 13:29:05 +01:00 |
Andrew Kingston
|
8aaeac764b
|
Use local transitions in modal to avoid issues with component unmounting when navigating away
|
2021-05-07 13:13:24 +01:00 |
Andrew Kingston
|
f57cfe70ce
|
Center menu item icons
|
2021-05-07 08:36:05 +01:00 |
Andrew Kingston
|
cd39210573
|
Reduce size of MenuItem icons
|
2021-05-06 15:33:28 +01:00 |
Andrew Kingston
|
3d838a4c48
|
Update label component to use spectrum
|
2021-05-06 15:33:16 +01:00 |
Andrew Kingston
|
4d69e8c5c2
|
Add log out and old settings to action menu from top bar avatar
|
2021-05-06 15:00:35 +01:00 |
Andrew Kingston
|
1ae179687e
|
Fix classname in Body component
|
2021-05-06 14:10:54 +01:00 |
Andrew Kingston
|
c277559a5a
|
Add noPadding prop to Body
|
2021-05-06 13:58:23 +01:00 |
Andrew Kingston
|
7b7ae3396a
|
Add XS gap class to Layout
|
2021-05-06 13:58:07 +01:00 |
Andrew Kingston
|
6702eed782
|
Add quiet prop to BBUI select
|
2021-05-06 13:57:36 +01:00 |
Andrew Kingston
|
df43d2efb2
|
Update avatar to solid background
|
2021-05-06 10:49:04 +01:00 |
Andrew Kingston
|
783ab8989d
|
Add Page layout component to BBUI
|
2021-05-06 10:17:27 +01:00 |
Keviin Åberg Kultalahti
|
13468a5a3f
|
format fixes
|
2021-05-05 18:41:42 +02:00 |
Keviin Åberg Kultalahti
|
4253f87e82
|
fix SideNav Item not working correctly
|
2021-05-05 16:47:27 +02:00 |
Keviin Åberg Kultalahti
|
22259b5077
|
passing in a name now shows initials in Avatar component
|
2021-05-05 11:23:42 +02:00 |
Keviin Åberg Kultalahti
|
a8fdd8541e
|
adjust font-size with size on Avatar component
|
2021-05-05 11:23:42 +02:00 |