6140 Commits (3ed1ac4ccdb6c2ddae16e60de20d253194673cbe)

Author SHA1 Message Date
Andrew Kingston 3ed1ac4ccd Fix text casing on some button settings 5 years ago
Andrew Kingston 8999756738 Make icon component slightly more presentable 5 years ago
Andrew Kingston 3217aeadb7 Update text component placeholders 5 years ago
Andrew Kingston 6bfcb3fc2b Add better theme compatibility to color picker and client app components 5 years ago
Andrew Kingston 0fb12e7619 Use the real current user even inside builder preview 5 years ago
Andrew Kingston 2aa829b782 Allow color picker to have spectrum theme overridden 5 years ago
Andrew Kingston 76c42c4094 Enable hot reloading of server typescript and fix error when updating app and nmot providing a name 5 years ago
Andrew Kingston 2b7f3942d0 Add initial work on refactoring color picker to account for client app theme 5 years ago
Andrew Kingston f2be9501d3 Add global app theme picker and use it in client preview 5 years ago
Andrew Kingston 6f0bbce083 Add gap to default screen in new apps 5 years ago
Andrew Kingston 39197b318b Improve styles in data source page to be more in line with the portal 5 years ago
Andrew Kingston cdd9bed7ad Prevent creating datasource without a type selected 5 years ago
Andrew Kingston 2333754862 Update autoscreens and default layouts to use new component props 5 years ago
Andrew Kingston 829c2bb8ee Fix border not being applied due to missing border-style rule 5 years ago
Andrew Kingston be37720dc5 Fix placement of 'reset fields' button for field groups 5 years ago
Andrew Kingston d65d4975c9 Fix tests 5 years ago
mike12345567 b6223d880e Copying none js/ts files into the dist directory after building. 5 years ago
mike12345567 547ca3c593 force delete dist directory when building. 5 years ago
Andrew Kingston 50f8931fbe Lint 5 years ago
mike12345567 1568702a6d Linting + formatting. 5 years ago
mike12345567 5462ca5930 Removing use of the arguments[0] as they don't mesh well with TS. 5 years ago
Andrew Kingston 954c83c418 Remove deprecated 'inline' style setting 5 years ago
mike12345567 b25033cab6 Fixing cypress test linkup to built files. 5 years ago
mike12345567 f0e7b9b25e Speeding up server tests and removing the ability for it to port collide. 5 years ago
Andrew Kingston 7b876b2b42 Add ability for buttons to link to external URLs 5 years ago
Andrew Kingston b6a62de0d3 Fix embed showing undefined, add size styles and add placeholder 5 years ago
Andrew Kingston d0d38387ad Fix placeholder styles, add typography settings to link 5 years ago
Andrew Kingston f3024c5644 Increase background image placeholder style 5 years ago
Andrew Kingston 748938b1f0 Add placeholder to background image, fix default styles and add size styles 5 years ago
mike12345567 fd45ac86ab Fixing issue with Redis which was causing CPU peaking if couldn't connect. 5 years ago
Andrew Kingston 86da3b7f28 Add gap prop by default to screens 5 years ago
Andrew Kingston 1599c8433d Add size styles and placeholder to image component 5 years ago
Andrew Kingston 79b3732ef4 Add relative z indices to layouts to allow absolutely positioned children in a layout without overlapping the nav 5 years ago
Andrew Kingston 6d9a1b8382 Remove lodash functions and recursive context mutation in string templates to increase performance 5 years ago
Andrew Kingston be2ec9b427 Aggressively optimise client library to prevent handlebars enrichment where possible 5 years ago
mike12345567 96fd8ed947 Updating tests to use latest version of jest, which broke a lot of things, but was necessary to get proper ts-jest support. 5 years ago
Budibase Release Bot 4eedbe7890 v0.9.65 5 years ago
Ikko Ashimine e6800de5c4 Fix typo in Form.svelte 5 years ago
Andrew Kingston 83a337e20e Add pretty labels to button props, ensure button width is always determined by content 5 years ago
mike12345567 aea08af49c Formatting. 5 years ago
mike12345567 ffc54c3720 First attempt and re-writing a portion of the server in typescript. 5 years ago
Budibase Release Bot 6f280e389a v0.9.64 5 years ago
Andrew Kingston d4f344aa14 Hide horizontal overflow at layout level 5 years ago
Andrew Kingston 77cd7ea338 Add wrap setting to containers and force repeaters to always wrap 5 years ago
Andrew Kingston 5fb09deb48 Be more explicit about hiding overflow at the top levels of an app 5 years ago
Andrew Kingston 26136f5114 Hide overflow when showing empty component placeholders 5 years ago
mike12345567 cd42f38e2a fixing hbs styling. 5 years ago
Andrew Kingston 0ac8a0ffeb Add some container settings to repeaters to allow control of layout of children, and enable settings bar 5 years ago
mike12345567 9a28b19ee0 Adding back app.hbs as it is still required. 5 years ago
mike12345567 a7ce3ada3f Fixing issues discovered with hbs escaping. 5 years ago