1924 Commits (2e6ed0bad97e5e123e2dc4f01fee826ac8a30ffb)

Author SHA1 Message Date
Martin McKeaveney 2e6ed0bad9 v0.3.7 6 years ago
Martin McKeaveney 129d36ccfe remove cf invalidation, adding validation around successful deploys only 6 years ago
mike12345567 928c306769 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 f8f46b90e5 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 4c5c386a14 v0.3.6 6 years ago
Martin McKeaveney 21ce995dfc bump rollup plugin svelte version 6 years ago
Martin McKeaveney 1a273d9b05 v0.3.5 6 years ago
Martin McKeaveney 8b5db4493e fix auto screens issue 6 years ago
Martin McKeaveney 725e32fe8e v0.3.4 6 years ago
Martin McKeaveney a9e60a8a57 prevent screen being selected when you save a component 6 years ago
Andrew Kingston 9af8b04c99 Fix case sensitive screen alphabetical sorting 6 years ago
Andrew Kingston b2738f3177 Fix autoscreens sometimes created in public rather than private page 6 years ago
Andrew Kingston 29af11faeb Fix new screens and autoscreens not displaying properly 6 years ago
Andrew Kingston 8795263192 Fix alphabetical sorting of screens 6 years ago
Martin McKeaveney 6e5cdb4828 v0.3.3 6 years ago
Martin McKeaveney f183b72023 remove superfluous files 6 years ago
Martin McKeaveney a8b5c3c255 small tidy ups 6 years ago
mike12345567 96c18d574c Changing signup function to createNewApp for clarity. 6 years ago
mike12345567 e15288fffb Linting. 6 years ago
mike12345567 e353c2a1c4 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 646a7ab072 v0.3.2 6 years ago
mike12345567 d57368eb8b Refactoring to replace the use of frontend store.screens with derived allScreens and currentScreens. 6 years ago
mike12345567 768298f733 Getting started into removing screens from store. 6 years ago
mike12345567 4d0771ac9e Fixing some bugs that have been found. 6 years ago
Andrew Kingston 951f5e1db5 Add colour palette options for charts 6 years ago
mike12345567 0c8bd319f3 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 b8ce20ac4c Fix style of DND navigation 6 years ago
Andrew Kingston 1fdcb81f4b Reduce padding and indentation in nav items to provide more room for text 6 years ago
mike12345567 105d407ce8 Further updates to clear out all usage of the old frontend store functions. 6 years ago
Martin McKeaveney f86e8f7a52 update left hand links on builder home 6 years ago
Martin McKeaveney 1106026687 cut over to new frontend store 6 years ago
Martin McKeaveney eeb6df894e feature parity with current pages, screens and store setup. Starting main bb store refactor 6 years ago
Andrew Kingston 5a1624c29d Fix warning when no data source and increase robustness of charts 6 years ago
Andrew Kingston 9a4fc35bba Add candlestick chart 6 years ago
Andrew Kingston 3b97a538a6 Remove additional unused chart settings 6 years ago
Andrew Kingston b358685172 Remove unused chart settings 6 years ago
Michael Drury 8b35abe25f Updating screens API to be prefixed with /api/screens 6 years ago
Andrew Kingston e7eab46435 Add support for dates and increase robustness 6 years ago
Andrew Kingston ac40abac56 Fix beta warning overlap 6 years ago
Michael Drury 8c6a97198f 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 e50d5a7ebb Add area chart and unit formatting 6 years ago
Michael Drury ac73b5c4aa 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 665546f095 Add pie and donut charts 6 years ago
Andrew Kingston 2e35ec6c96 Default bar chart data labels to false 6 years ago
Andrew Kingston 8e705b096d Fix another evil falsiness bug with setting checkboxes 6 years ago
Andrew Kingston 0634d2fa5f Fix multi option select handling of default value being hardcoded to a string 6 years ago
Andrew Kingston 0cc4a53de4 Remove log statement 6 years ago
Andrew Kingston 790ab4a2b9 Add stacked option to bar chart 6 years ago
Andrew Kingston 4f5d12468d Add line chart and enable multiple data series for all charts 6 years ago
Andrew Kingston b0ee6d4ed3 Tidy up option select 6 years ago