1
0
Fork 0
mirror of synced 2024-08-22 21:41:49 +12:00
Commit graph

3310 commits

Author SHA1 Message Date
mike12345567
a31cce0ff9 Linting. 2021-07-14 13:18:27 +01:00
mike12345567
c20fde41ee Some quick fixes after a user had some confusion over how the email templating works, just adding some detail that should help explain. 2021-07-14 11:23:24 +01:00
Kyle Harrison
2d451bb3a9 apply fixes for common spelling mistakes 2021-07-09 17:54:49 +01:00
Andrew Kingston
ef88c740b2 Fix iframe preview loading bug in old client library versions 2021-07-07 13:09:33 +01:00
Andrew Kingston
07ea6469fd Add error handling to builder preview and loading indicator 2021-07-07 11:10:23 +01:00
Martin McKeaveney
9f3c2a8033 typo 2021-07-06 18:56:41 +01:00
Martin McKeaveney
a8277c9385 better naming, filter out public from inheritable roles 2021-07-06 18:55:34 +01:00
Martin McKeaveney
78bd36304e prevent editing public role in apps 2021-07-06 18:54:08 +01:00
Martin McKeaveney
13517d5298 make logged in users basic by default, prevent allowing users to be assigned as default in the UI 2021-07-06 18:43:04 +01:00
Martin McKeaveney
68df47e22f default to public in UI 2021-07-06 17:19:03 +01:00
Andrew Kingston
788f517b04 Remove redirect when user only has access to one app 2021-07-06 17:00:44 +01:00
Andrew Kingston
929d1c73d4 Avoid filter editor sending a prop change when filter is not an array, which was causing extra 409s and causing issues with tables 2021-07-06 15:55:02 +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
1d2b306574 Add border style as an explicit option to prevent issues with dynamically adding it via the styleable helper 2021-07-01 00:40:16 +01:00
Andrew Kingston
91b701a746 Merge pull request #1834 from Budibase/design-panel-v2
Design panel V2 + big performance improvements + misc features
2021-06-28 11:11:00 +01:00
Andrew Kingston
39197b318b Improve styles in data source page to be more in line with the portal 2021-06-28 10:56:17 +01:00
Andrew Kingston
cdd9bed7ad Prevent creating datasource without a type selected 2021-06-28 10:55:58 +01:00
Andrew Kingston
2333754862 Update autoscreens and default layouts to use new component props 2021-06-28 10:47:23 +01:00
Andrew Kingston
be37720dc5 Fix placement of 'reset fields' button for field groups 2021-06-28 10:09:31 +01:00
Andrew Kingston
50f8931fbe Lint 2021-06-25 17:27:06 +01:00
Andrew Kingston
954c83c418 Remove deprecated 'inline' style setting 2021-06-25 17:00:30 +01:00
Andrew Kingston
86da3b7f28 Add gap prop by default to screens 2021-06-25 15:31:35 +01:00
Andrew Kingston
fb18635bf9 Merge branch 'develop' of github.com:Budibase/budibase into design-panel-v2 2021-06-24 11:44:49 +01:00
mike12345567
2db995c906 Fixing test case and removing console.log. 2021-06-23 20:18:21 +01:00
mike12345567
2a0cfc949d Fixing issue with automation webhook URL being undefined. 2021-06-23 20:11:05 +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
d7cc6836a9 Fix instance name on layouts 2021-06-23 12:26:46 +01:00
Andrew Kingston
4b9a863c68 Add color picker component and tidy up style options 2021-06-23 09:54:31 +01:00
Martin McKeaveney
137aff049d adding scroll to data source select 2021-06-23 08:04:24 +01:00
Andrew Kingston
dd4c7a186e Add new style definitions for containers 2021-06-23 07:55:33 +01:00
mike12345567
559e91ec29 Allowing self endpoints to 403 and not reload page. 2021-06-22 16:54:25 +01:00
mike12345567
dee180dc7c Fixing inactivity issue in builder as well #1773. 2021-06-22 13:05:15 +01:00
mike12345567
c531a02725 Allowing formula fields to be display columns. 2021-06-22 11:49:35 +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
61d810edfe Implementing feature #1700 and making it possible to remove logo. 2021-06-21 18:01:25 +01:00
mike12345567
96f477ddfd Linting and adding internal_api_key to cypress. 2021-06-21 14:06:06 +01:00
Martin McKeaveney
5f3336531f finally fixing cypress tests 2021-06-21 13:55:34 +01:00
mike12345567
db01275483 Fixing issue stopping view test from creating tables. 2021-06-21 13:41:58 +01:00
mike12345567
df1e15dd55 Merge branch 'develop' of github.com:Budibase/budibase into feature/opinionated-sql 2021-06-21 13:05:39 +01:00
mike12345567
aad0802b83 Formatting. 2021-06-21 13:05:19 +01:00
mike12345567
3919f8a5a3 Fixing issues discovered by cypress tests. 2021-06-21 13:04:41 +01:00
Martin McKeaveney
03c5640856 merge 2021-06-21 11:19:22 +01:00
Martin McKeaveney
0399e15ef0 refetch rows when row created 2021-06-21 11:10:46 +01:00
Andrew Kingston
0f691e5484 Update autoscreens to require confirmation when deleting rows 2021-06-21 10:52:55 +01:00
Andrew Kingston
0ef31accb8 Add confirmation params for some actions 2021-06-21 09:58:24 +01:00
Martin McKeaveney
0f8b3c52be lint 2021-06-18 22:18:23 +01:00
Martin McKeaveney
ef0eadb402 Merge branch 'feature/opinionated-sql' of github.com:Budibase/budibase into feature/opinionated-sql 2021-06-18 17:57:09 +01:00
Martin McKeaveney
f57e10c01a fix condition in layout 2021-06-18 17:57:01 +01:00