1
0
Fork 0
mirror of synced 2024-09-21 20:01:32 +12:00
Commit graph

489 commits

Author SHA1 Message Date
Andrew Kingston
58145d6bca Allow pasting inside screens on screens tab and fix icon overflow in nav items 2022-05-13 12:05:55 +01:00
Andrew Kingston
76471bfcc4 Add icons to component list and update style of nav items 2022-05-13 10:12:16 +01:00
Martin McKeaveney
d41de1ca6a webhook URL paste, hiding no access role 2022-05-12 19:46:13 +01:00
Dean
21a3b66347 Minor fix for application lock button labelling 2022-05-12 10:28:32 +01:00
mike12345567
3f6e8bf5ea Start of automation logs for #4977 - implementing some of the UI. 2022-05-11 19:40:13 +01:00
Dean
43cd89a121 Cypress tests for the overview tab 2022-05-10 16:58:55 +01:00
Dean
5f1e7bdee0 Fixes for tab underline behaviour. Fix for overview initialisation via URL. Fix for clearing the store when navigating away from the overview tab 2022-05-09 14:41:53 +01:00
Dean
8131b8fcaa Overview Tab refactoring and general updates to the homepage 2022-05-06 15:52:49 +01:00
Dean
5104631d20 Initial Commit for app overview 2022-05-05 12:52:17 +01:00
Andrew Kingston
b42161bfd5 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-04-27 07:59:37 +01:00
Dean
8b8baf9bdd Merge remote-tracking branch 'origin/develop' into feature/new-app-publish-workflow 2022-04-26 12:12:50 +01:00
Andrew Kingston
d4f20f9e82 Fix status lights and context menus working together in nav items 2022-04-25 20:17:09 +01:00
Andrew Kingston
877791970a Add screen settings panel 2022-04-25 19:59:30 +01:00
Andrew Kingston
1e59576a30 Update routify structure to prevent remounting full page when changing URL params and update nav item wrapping 2022-04-25 19:33:43 +01:00
Peter Clement
470b98ee54 update modalbindableinput to use on blur 2022-04-25 15:17:35 +01:00
Peter Clement
72985ee71c remove debouncing of automation input change and replace with on blurr 2022-04-25 14:51:36 +01:00
Andrew Kingston
d269354d6f Merge branch 'feature/new-app-publish-workflow' of github.com:Budibase/budibase into new-design-ui-dirty 2022-04-25 13:42:23 +01:00
Andrew Kingston
03be935e6c Refactor routes and start updating core design UI into new components 2022-04-22 16:03:47 +01:00
Dean
6bd59e7f8f Minor test enhancements and publish workflow test spec added 2022-04-21 11:59:59 +01:00
Andrew Kingston
c6d1757f7d Merge branch 'develop' of github.com:Budibase/budibase into cheeks-fixes 2022-04-07 12:04:13 +01:00
Mel O'Hagan
d000acc3b1 Pad input text when FlashOn icon is showing 2022-04-05 16:56:48 +01:00
Andrew Kingston
9ad826ffde Remove flash on loading template pictures 2022-04-01 18:16:13 +01:00
Dean
af19b41c2d Merge remote-tracking branch 'origin/develop' into feature/templates-home-screen 2022-03-29 09:05:18 +01:00
Dean
f512441f11 Cypress test fixes and refactoring around the create app workflows 2022-03-28 23:21:38 +01:00
Andrew Kingston
e463d4abe0 Fix spaces not being allowed in formula columns 2022-03-28 19:10:48 +01:00
Dean
40f25a1463 Removed image load flag from the template card overlay 2022-03-25 09:59:23 +00:00
Dean
bd8b47318d UI/UX code review changes 2022-03-25 09:43:28 +00:00
Dean
68d83646b3 Merge remote-tracking branch 'origin/develop' into feature/templates-home-screen 2022-03-23 12:43:47 +00:00
Dean
f6cbe01b07 Code formatting 2022-03-22 11:40:45 +00:00
Dean
6c269bf091 Initial commit of home screen modifications and template browsing 2022-03-22 11:38:17 +00:00
Andrew Kingston
b5695cdc8e Reduce max width of nav items to have a better generic fit 2022-03-21 15:54:10 +00:00
Andrew Kingston
7157b29da0 Support scrolling screens or folders into view when clicking 2022-03-21 14:46:59 +00:00
Andrew Kingston
a2283fefa5 Remove logs 2022-03-21 14:23:56 +00:00
Andrew Kingston
697c43187a Add vertical scrolling to selected component and support scrolling to selected screen 2022-03-21 13:38:53 +00:00
Andrew Kingston
a8a6c0a428 Properly center all path, screen and component dropdown menu icons 2022-03-21 09:57:55 +00:00
Andrew Kingston
88e619aff7 Merge branch 'develop' of github.com:Budibase/budibase into scrollable-component-tree 2022-03-21 09:52:40 +00:00
Andrew Kingston
c79ec57a5d Add initial work on horizontally scrollable component tree with automatic scrolling 2022-03-18 19:52:11 +00:00
Maurits Lourens
a4405891d4 set word-wrap to break word, so the text spreads on multiple lines 2022-03-16 21:05:45 +01:00
Maurits Lourens
ab0de4b233 set text-overflow on binding panel items 2022-03-16 21:01:47 +01:00
mike12345567
4a31045233 Changing the API key modal to have a copy input which allows copying the API key easily. 2022-02-28 14:29:19 +00:00
Rory Powell
814b5ae5ab Merge branch 'master' into develop 2022-02-18 11:57:54 +00:00
Martin McKeaveney
e8d5d54f5d bug fix for handlebars expression, show budibase version in updates panel 2022-02-17 10:12:35 +01:00
mike12345567
6445cefee7 Fixing issue with value being set in binding panel as per review comments of aptkingston. 2022-02-15 13:49:20 +00:00
mike12345567
9cf3d97b4d Fixing issue with HBS insert, not including curlies as required. Also fixing an issue with value not always being correctly updated. 2022-02-15 11:19:59 +00:00
Michael Drury
1cc32e42c0 Merge branch 'develop' into frontend-core 2022-02-09 14:42:05 +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
f100ae42fd Add more work on API refactor in builder 2022-01-21 09:10:59 +00:00
Andrew Kingston
6319760b8c More work on builder API refactor 2022-01-20 19:27:15 +00:00
Andrew Kingston
af8d55ef32 Use fixed width for REST query verbs 2021-12-16 11:56:14 +00:00
mike12345567
12b11ed3d9 Merge branch 'develop' of github.com:Budibase/budibase into feature/rest-bodies 2021-12-14 18:03:49 +00:00
mike12345567
da7153dd64 Removing outgoing webhook functionality from automations and adding XML response/sending, as well as form data/encoded data. 2021-12-14 17:59:02 +00:00
mike12345567
3c67a2205e Fixing code mirror mode reactivity. 2021-12-14 10:45:38 +00:00
Rory Powell
9fa4fe6c76 Merge branch 'feature/rest-redesign' into feature/query-auth 2021-12-11 21:43:03 +00:00
mike12345567
4cd28fa7c4 Adding http verbs instead of icons for REST requests. 2021-12-09 13:08:16 +00:00
mike12345567
ad1007ffdc Adding in the ability to retrieve and view the headers from a rest response. 2021-12-09 12:30:05 +00:00
Rory Powell
720b828bee Render table of auth configs and linting 2021-12-08 15:27:58 +00:00
mike12345567
e064237981 Adding in last components of UI that were missing. 2021-12-03 18:39:05 +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
5e7feb08da Remove unused import 2021-11-24 08:53:14 +00:00
Andrew Kingston
81ad2b7cb2 Fix relationship paths not using correct readable and runtime bindings in server binding panel 2021-11-24 08:44:12 +00:00
Andrew Kingston
46bb498122 Ensure CodeMirror hints are rendered on top of modals 2021-11-23 16:57:51 +00:00
Andrew Kingston
19d74d3fb6 Set inputs to readonly when displaying the javascript function helper label to prevent accidentally setting explicit text 2021-11-23 16:41:09 +00:00
Andrew Kingston
4145f6eccc Refactor client and server binding panels into single generic panel. Enable JS for formula fields 2021-11-23 14:05:20 +00:00
mike12345567
dc8d0aa533 Merge branch 'master' of github.com:Budibase/budibase into develop 2021-11-11 13:48:07 +00:00
Andrew Kingston
d6051e7067 Add cypress data tag to binding icon in drawer bindable combo box 2021-11-10 11:58:27 +00:00
Andrew Kingston
93976e4f55 Use bindable combo boxes for text settings and clean up 2021-11-10 11:23:51 +00:00
Martin McKeaveney
8683a74b2d adding check for delete app 2021-11-09 18:30:51 +01:00
Andrew Kingston
6f67a8f20e Fix issue with validity checking binding expressions 2021-10-14 12:53:56 +01:00
mike12345567
4b6ff16091 Some final tweaks. 2021-10-13 16:42:07 +01:00
mike12345567
b46a945fc4 Adding the basics of the query transformers to the frontend and to the backend, as well as switching to vm2 for script running. 2021-10-12 18:45:13 +01:00
Andrew Kingston
d1916cfe49 Enable JS bindings in all design fields where HBS is also enabled 2021-10-12 16:52:56 +01:00
Andrew Kingston
b1e421651d Use custom Input for component settings so that JS bindings can be displayed nicley 2021-10-12 16:07:59 +01:00
Andrew Kingston
7f3c589ae8 Improve handling of toggling between HBS and JS bindings 2021-10-12 15:20:31 +01:00
Andrew Kingston
43d546b2db Fix inserting bindings manually when using JS 2021-10-11 16:18:20 +01:00
Andrew Kingston
67a74ee327 Fix bug determining if a binding is JS or not 2021-10-11 15:51:47 +01:00
Andrew Kingston
4ab15190ad Add support for JS editing in binding panel 2021-10-08 12:07:11 +01:00
Andrew Kingston
9d12bc7388 Add QOL addons to CodeMirror editor 2021-10-08 12:06:52 +01:00
Andrew Kingston
415bc4e0db Add new generic CodeMirror editor component 2021-10-08 11:42:10 +01:00
Andrew Kingston
368ada4a77 Merge branch 'develop' of github.com:Budibase/budibase into responsive-portal 2021-09-16 16:06:41 +01:00
PClmnt
c968d534ac Merge pull request #2610 from Budibase/feature/automation-redesign
Automation Redesign
2021-09-16 15:17:51 +01:00
Peter Clement
ab2fd51dc2 fix debounce / store test data bug 2021-09-16 14:48:55 +01:00
Martin McKeaveney
ecb34e49e3 Merge pull request #2169 from mslourens/collapse_expand_database_connections
Collapse and expand database connections
2021-09-16 14:26:25 +01:00
Peter Clement
a871a3a44f fix label not being rendered correctly 2021-09-16 12:15:32 +01:00
Andrew Kingston
0b5669efdc Update config checklist to be mobile friendly 2021-09-14 12:32:04 +01:00
Maurits Lourens
9338043133 fix test 2021-09-06 20:23:33 +02:00
Maurits Lourens
dafd06737c add link to checklist items for direct navigation (and lint issues) 2021-09-06 15:16:21 +02:00
Maurits Lourens
d9fc6212f2 Merge branch 'develop' into collapse_expand_database_connections 2021-08-20 22:10:29 +02: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
Andrew Kingston
47ca925003 Add global data bindings for mobile and tablet device sizes 2021-08-13 11:24:47 +01:00
Andrew Kingston
7f09f55315 Fix URL select not working properly, and massively reduce usage of getBindableProperties to improve settings loading speed 2021-08-01 13:39:33 +01:00
Maurits Lourens
2809203f60 Collapse and expand database connections 2021-07-29 11:22:45 +02:00
Andrew Kingston
b00452cc8d Merge branch 'develop' of github.com:Budibase/budibase into drawer-improvements 2021-07-20 14:39:55 +01:00
Andrew Kingston
5e1c0b9417 Update styles of modal bindable input 2021-07-14 15:46:47 +01:00
Andrew Kingston
d8ad23ddb8 Update styles of server binding panel used for formula fields and automation bindings 2021-07-14 15:46:31 +01:00
Andrew Kingston
83d6a7c56d Disable save button in drawerbindableinput when syntax is invalid 2021-07-14 15:45:05 +01:00
Andrew Kingston
38014a76be Update drawer styles, drawer bindable inputs and settings bindable inputs 2021-07-14 14:21:11 +01:00
Rory Powell
d97914837e Casing change to config checklist 2021-07-14 14:13:04 +01:00
Rory Powell
0973394208 Update config checklist to handle multiple sso sources 2021-07-13 17:30:17 +01:00
Andrew Kingston
45d235ca92 Add spectrum card component 2021-06-30 16:33:35 +01:00