1924 Commits (24721684772dce2db463c19d37b90c71cb22fd7f)

Author SHA1 Message Date
Martin McKeaveney fb0f7b0c73 v0.3.7 6 years ago
Martin McKeaveney f19a20a02d remove cf invalidation, adding validation around successful deploys only 6 years ago
mike12345567 f57acfdf16 Fixing #848 - standard components was not using the same API calls consistently which was breaking some things like charts. For now just make it consistent by updating it to make calls the same way as client lib does but the SDK will eventually replace all this and solve these problems. 6 years ago
mike12345567 37c68467c2 Fixing an issue where screens couldn't be deleted and fixing an issue where rows would still contain data from a column that no longer exists if a column was deleted from a table. 6 years ago
Martin McKeaveney 2adf0560ac v0.3.6 6 years ago
Martin McKeaveney 501ee906e7 bump rollup plugin svelte version 6 years ago
Martin McKeaveney fc285c64a4 v0.3.5 6 years ago
Martin McKeaveney 14003d03df fix auto screens issue 6 years ago
Martin McKeaveney 51c0461f35 v0.3.4 6 years ago
Martin McKeaveney 4f5b867700 prevent screen being selected when you save a component 6 years ago
Andrew Kingston b450d541e6 Fix case sensitive screen alphabetical sorting 6 years ago
Andrew Kingston 2ccd8fe401 Fix autoscreens sometimes created in public rather than private page 6 years ago
Andrew Kingston 8fecebf435 Fix new screens and autoscreens not displaying properly 6 years ago
Andrew Kingston d248060d30 Fix alphabetical sorting of screens 6 years ago
Martin McKeaveney 4c77b9ceef v0.3.3 6 years ago
Martin McKeaveney 596940371e remove superfluous files 6 years ago
Martin McKeaveney aab4f60d76 small tidy ups 6 years ago
mike12345567 9544d2d205 Changing signup function to createNewApp for clarity. 6 years ago
mike12345567 36d90959ff Linting. 6 years ago
mike12345567 667052e0b4 Updating templates to be able to run locally with an environment variable LOCAL_TEMPLATES and making them work using the DB. Users are also no longer included in the db dump. 6 years ago
Martin McKeaveney 612e5e234e v0.3.2 6 years ago
mike12345567 542b003f7e Refactoring to replace the use of frontend store.screens with derived allScreens and currentScreens. 6 years ago
mike12345567 2008bfff70 Getting started into removing screens from store. 6 years ago
mike12345567 a9ac8d0632 Fixing some bugs that have been found. 6 years ago
Andrew Kingston 31c083d5ba Add colour palette options for charts 6 years ago
mike12345567 76cc7d897c More cleanup, removing template app pages that were unused and fixing a bug with auth not being configured correctly when app created. 6 years ago
Andrew Kingston 4754f7e0b9 Fix style of DND navigation 6 years ago
Andrew Kingston 7bb3607d25 Reduce padding and indentation in nav items to provide more room for text 6 years ago
mike12345567 707c16c44d Further updates to clear out all usage of the old frontend store functions. 6 years ago
Martin McKeaveney fe637e2309 update left hand links on builder home 6 years ago
Martin McKeaveney 291e472765 cut over to new frontend store 6 years ago
Martin McKeaveney 333844a1f0 feature parity with current pages, screens and store setup. Starting main bb store refactor 6 years ago
Andrew Kingston ff16e90f6e Fix warning when no data source and increase robustness of charts 6 years ago
Andrew Kingston 3457b308b2 Add candlestick chart 6 years ago
Andrew Kingston 8742c936d2 Remove additional unused chart settings 6 years ago
Andrew Kingston 3fec9243b2 Remove unused chart settings 6 years ago
Michael Drury 6bc184f0d6 Updating screens API to be prefixed with /api/screens 6 years ago
Andrew Kingston 0c48a20581 Add support for dates and increase robustness 6 years ago
Andrew Kingston 6cddc36729 Fix beta warning overlap 6 years ago
Michael Drury c9a1bf1940 Main work to get screens into the DB, fixing up issue with async page updates not being handled in order. 6 years ago
Andrew Kingston 91ef7fd0a7 Add area chart and unit formatting 6 years ago
Michael Drury a35b6a57f9 Further work towards the re-implementation of auth, changing how the appId is determined, now it mainly will use a header, and a cookie which will be written to store the current status of appId. 6 years ago
Andrew Kingston 3d84b831e9 Add pie and donut charts 6 years ago
Andrew Kingston 3e06d393e1 Default bar chart data labels to false 6 years ago
Andrew Kingston ff15205277 Fix another evil falsiness bug with setting checkboxes 6 years ago
Andrew Kingston bcc86af4b4 Fix multi option select handling of default value being hardcoded to a string 6 years ago
Andrew Kingston 0aa672f3b3 Remove log statement 6 years ago
Andrew Kingston ae876c6c09 Add stacked option to bar chart 6 years ago
Andrew Kingston 0ea30587de Add line chart and enable multiple data series for all charts 6 years ago
Andrew Kingston 4873c66994 Tidy up option select 6 years ago