1
0
Fork 0
mirror of synced 2024-07-08 15:56:23 +12:00
Commit graph

5652 commits

Author SHA1 Message Date
Andrew Kingston 698bf90007 Extract value and label props from select options which are objects by default 2021-04-16 11:04:50 +01:00
Andrew Kingston ad6fb672f1 Fix table height when no rows exist and fixed row count specified 2021-04-16 11:03:44 +01:00
Keviin Åberg Kultalahti 3ccc0a39ff Automations panel now uses the tabs component 2021-04-16 11:49:08 +02:00
Keviin Åberg Kultalahti ef74a2fe98 Component panel now uses Tabs component 2021-04-16 11:28:53 +02:00
Keviin Åberg Kultalahti 2255fdad64 adds tab to left sidebar on design section 2021-04-16 11:18:39 +02:00
Andrew Kingston c82c298a93 Update create table modal to use new forms 2021-04-16 09:40:44 +01:00
Andrew Kingston f2d3ff7f1b Update list autoscreen to use quiet table 2021-04-16 09:40:27 +01:00
Andrew Kingston ca6da5144e Fix standard component table layout 2021-04-16 09:40:04 +01:00
Andrew Kingston f241f201b9 Fix table borders and background colours to properly reflect spectrum theme 2021-04-16 09:39:49 +01:00
Andrew Kingston 47183460b7 Don't render field label components unless a label exists 2021-04-16 09:39:29 +01:00
Andrew Kingston 57f4ebd897 Fix placeholder text 2021-04-16 09:39:09 +01:00
Keviin Åberg Kultalahti 6696f1007a builder data side panel now uses new tabs component 2021-04-16 10:07:33 +02:00
Andrew Kingston 2e2d1b6738 Add missing modal content dependency 2021-04-16 09:02:16 +01:00
Andrew Kingston 2f619be19c Prune old dependencies 2021-04-16 09:01:52 +01:00
Andrew Kingston 966d842d7c Allow selects to support no placeholder option 2021-04-16 09:01:21 +01:00
Andrew Kingston 7d91794a53 Update lock 2021-04-16 08:10:18 +01:00
Andrew Kingston b823f2bed1 Merge branch 'spectrum-bbui' of github.com:Budibase/budibase into spectrum-bbui-forms 2021-04-16 08:08:52 +01:00
Martin McKeaveney d27609de40 default user 2021-04-15 23:14:10 +01:00
Martin McKeaveney 201b26059c account for empty user id in automations 2021-04-15 21:34:03 +01:00
Andrew Kingston cfa4b118c2 Update some standard components form components to use generic BBUI core components 2021-04-15 19:43:18 +01:00
Andrew Kingston 387651213b Update some builder components to use new forms 2021-04-15 19:42:58 +01:00
Andrew Kingston 3bdb484159 Clean up create app modal error messages 2021-04-15 19:31:04 +01:00
Andrew Kingston 910ac855cf Rewrite create app modal to work with new spectrum fields 2021-04-15 19:28:50 +01:00
Andrew Kingston 591d1c0fc5 Change BBUI to single bundle export and clean up some form components 2021-04-15 19:28:08 +01:00
Martin McKeaveney 508730db6b lint 2021-04-15 18:34:49 +01:00
Martin McKeaveney 4c20427c33 login step configured correctly 2021-04-15 18:29:11 +01:00
Martin McKeaveney 015bb72daf lint 2021-04-15 17:46:47 +01:00
Martin McKeaveney fdfb9dafb2 fix cypress tests, only login if cookie not present 2021-04-15 17:36:58 +01:00
Keviin Åberg Kultalahti afb5e25b1d adds wip progresscircle component 2021-04-15 18:06:22 +02:00
mike12345567 1ab5064ecb Merge branch 'feature/global-user-management' of github.com:Budibase/budibase into feature/global-user-management 2021-04-15 16:57:35 +01:00
mike12345567 af53ed2109 Fixing some issues with auth module. 2021-04-15 16:57:01 +01:00
Martin McKeaveney b94a964775 uncomment code 2021-04-15 16:50:06 +01:00
Martin McKeaveney 9cebd859f8 merge 2021-04-15 16:49:35 +01:00
mike12345567 9e1315c535 Updating auth lib so that it takes in a pouch instance rather than creating its own. 2021-04-15 16:45:21 +01:00
mike12345567 aacfb6adba Updating worker/server to run in cypress properly. 2021-04-15 16:25:48 +01:00
mike12345567 9af9761753 Some changes to initial login form, improvements based on testing and attempts to fix cypress test failures. 2021-04-15 15:57:55 +01:00
Keviin Åberg Kultalahti d173acf566 remove unused stuff 2021-04-15 15:42:30 +02:00
Keviin Åberg Kultalahti a95240404a adds progressBar 2021-04-15 15:39:14 +02:00
Keviin Åberg Kultalahti e12808e3a2 adds on:select handler to tabs component 2021-04-15 15:39:00 +02:00
Andrew Kingston d779fbbea4 Add pretty labels to multiselect and fix stale props issue 2021-04-15 14:05:59 +01:00
Keviin Åberg Kultalahti 9f0f04c8d3 remove log 2021-04-15 14:48:20 +02:00
Keviin Åberg Kultalahti cec19df28b working sliding animation between tabs 2021-04-15 14:42:39 +02:00
mike12345567 68c113225e Linting. 2021-04-15 13:23:42 +01:00
Andrew Kingston dd7bf3fd68 Fix multiselect 2021-04-15 12:14:51 +01:00
Martin McKeaveney 52920beb78 login command - need to run worker in cypress env 2021-04-15 12:14:50 +01:00
Andrew Kingston c6cc5f95c6 Remove dependency on BBUI stylesheet in builder 2021-04-15 12:09:36 +01:00
Andrew Kingston 9a7cf3079a Fix modal transform causing inner overlays to incorrectly calculate window dimensions 2021-04-15 12:09:06 +01:00
Andrew Kingston 13e5c5ad61 Update StringField and OptionsField to use BBUI components 2021-04-15 11:51:18 +01:00
Andrew Kingston 10fe99346f Improve modal layout, improve modal button spacing, use rollup for building to expose multple BBUI entrypoints 2021-04-15 11:50:56 +01:00
mike12345567 3dfe255eb4 Removing test case that isn't valid anymore. 2021-04-14 17:27:58 +01:00