1
0
Fork 0
mirror of synced 2024-08-04 21:02:01 +12:00
Commit graph

5649 commits

Author SHA1 Message Date
Andrew Kingston
c33f51600a Add custom scrollbars and fix page heights 2021-04-23 11:39:39 +01:00
Keviin Åberg Kultalahti
8e32b64458 more remix replacements 2021-04-23 12:34:56 +02:00
Andrew Kingston
8e09c32643 Fix automation name font size 2021-04-23 11:31:40 +01:00
Andrew Kingston
d36a80b0de Update top nav to use tabs and fix a few tab layout issues 2021-04-23 11:30:17 +01:00
Keviin Åberg Kultalahti
e53dcbcae1 more remix replacements 2021-04-23 12:20:38 +02:00
Keviin Åberg Kultalahti
70e08e27e7 replace remix 2021-04-23 11:55:27 +02:00
Keviin Åberg Kultalahti
c592e09c71 Remove unused file 2021-04-23 11:48:27 +02:00
Andrew Kingston
f859ad5210 Update lots of font sizes, padding and other UI improvements 2021-04-23 10:48:19 +01:00
Keviin Åberg Kultalahti
8dc7c98b6e update NavItem 2021-04-23 11:18:34 +02:00
Keviin Åberg Kultalahti
8a36d81d32 switch out remix icons 2021-04-23 10:33:41 +02:00
Keviin Åberg Kultalahti
77b2b7e43a switch out remix icons in automation blocks 2021-04-23 10:13:56 +02:00
Keviin Åberg Kultalahti
3d369d50a2 switch remix icons to spectrum in panels 2021-04-23 10:07:50 +02:00
Keviin Åberg Kultalahti
3c4ca05e87 fix formatting in some files 2021-04-23 09:41:49 +02:00
Keviin Åberg Kultalahti
dd0c3a0059 fix editor not formatting correctly 2021-04-23 09:34:30 +02:00
Keviin Åberg Kultalahti
55299d40bc bump prettier and prettier-svelte plugins 2021-04-23 07:08:23 +00:00
Keviin Åberg Kultalahti
00fd28c53c update FilterEditor and SaveFields drawers 2021-04-23 08:30:23 +02:00
mike12345567
163035cac7 Formatting. 2021-04-22 17:58:14 +01:00
mike12345567
85441c6141 Fleshing out the main work behind the email generation. 2021-04-22 17:57:38 +01:00
mike12345567
f445cd4d86 Formatting. 2021-04-22 16:06:29 +01:00
Martin McKeaveney
f18a5ee667 Merge pull request #1401 from Budibase/configuration-management
Configuration management and Google Authentication
2021-04-22 15:49:04 +01:00
Michael Drury
9080431a06 Merge branch 'feature/smtp-templates' into configuration-management 2021-04-22 15:39:54 +01:00
Keviin Åberg Kultalahti
56d8c2a0a6 Align action panel with other designs 2021-04-22 16:38:26 +02:00
Keviin Åberg Kultalahti
e03d49ce53 wip: fixes a couple of drawers 2021-04-22 16:34:18 +02:00
Martin McKeaveney
c273152126 fix imports 2021-04-22 15:27:09 +01:00
mike12345567
086d8f0b14 Adding some base templates which will be returned based on purpose, need to create a list of options that will be exposed/made available via configuration. 2021-04-22 15:26:32 +01:00
Martin McKeaveney
9fdff36b54 only keep userId in payload 2021-04-22 14:53:19 +01:00
Keviin Åberg Kultalahti
77bbb440cb converts Drawer component to Spectrum 2021-04-22 15:14:55 +02:00
Martin McKeaveney
a071d7b365 tidy up 2021-04-22 14:07:00 +01:00
Andrew Kingston
41740621a5 Merge branch 'spectrum-bbui' of github.com:Budibase/budibase into spectrum-bbui 2021-04-22 13:59:38 +01:00
Andrew Kingston
9a0a7eded8 Remove test button group 2021-04-22 13:59:26 +01:00
Andrew Kingston
863406574c Improve builder settings modal styles 2021-04-22 13:59:00 +01:00
Keviin Åberg Kultalahti
cdfa80e31a adds more spectrum variables to integration list 2021-04-22 14:47:03 +02:00
Martin McKeaveney
2555d711b2 scoped configuration management 2021-04-22 13:46:54 +01:00
Keviin Åberg Kultalahti
7fc487b6fc converts Create Datasource modal 2021-04-22 14:38:35 +02:00
Andrew Kingston
f0a07cfe9f Update deploy page to use spectrum 2021-04-22 13:37:24 +01:00
Andrew Kingston
10b010f9d6 Fix crash due ot leftover export from BBUI 2021-04-22 13:23:02 +01:00
Martin McKeaveney
f7085a57c7 lint 2021-04-22 11:48:37 +01:00
Martin McKeaveney
6462848191 config specificity 2021-04-22 11:45:22 +01:00
Keviin Åberg Kultalahti
ad1b6aaf54 remove testing stuff 2021-04-22 12:25:32 +02:00
Keviin Åberg Kultalahti
840d41d7eb fix DropdownMenu not being removed from export file 2021-04-22 12:15:42 +02:00
Keviin Åberg Kultalahti
4106d5705b Merge branch 'spectrum-bbui' into spectrum/kevins-bits-and-bobs 2021-04-22 12:09:51 +02:00
Andrew Kingston
5770035650 Update automation section to use spectrum 2021-04-22 10:58:04 +01:00
Andrew Kingston
1a067fd492 Merge branch 'spectrum-bbui' of github.com:Budibase/budibase into spectrum-bbui 2021-04-22 10:10:52 +01:00
Andrew Kingston
1fb6cd0b4b Add dropzone component and update builder and standard components 2021-04-22 10:10:42 +01:00
Martin McKeaveney
8fab374c1f google login reading from couch 2021-04-21 21:08:04 +01:00
Martin McKeaveney
d8db863faa merge 2021-04-21 18:43:20 +01:00
Martin McKeaveney
28f8f8b6ef custom google middleware 2021-04-21 18:40:32 +01:00
mike12345567
e85b7682e0 Initial CRUD interface for templates. 2021-04-21 18:15:57 +01:00
mike12345567
15223080d5 Formatting and linting. 2021-04-21 16:46:51 +01:00
mike12345567
76ceb6a951 Some re-work of the auth package, making it a bit easier to use/less likely to make a mistake. 2021-04-21 16:42:44 +01:00