2965 Commits (c85e4d44c0c4100b2498a8dfd770df33cd5f4f2a)

Author SHA1 Message Date
Martin McKeaveney 9b914e0395 remove squirrelly, compile a single bundle.css for each page, svelte and hbs server rendering 6 years ago
Michael Drury 1f4e27eb13 WIP - this is working towards the permissions system but stopping here for the night, this is currently not functional. 6 years ago
Martin McKeaveney 2e6ed0bad9 v0.3.7 6 years ago
mike12345567 5b26fce1ea Starting work off towards routing of screens in backend, getting view ready and a bit of cleanup to make internal views easier to create. 6 years ago
Martin McKeaveney faf9fd4754 increasing log level in production 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 8cb716df3b start server render index.html 6 years ago
mike12345567 2467043f35 Improving consistency of how appId is retrieved and making sure it is valid when being used. 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
mike12345567 f2e1f1f4e9 The API that the components library would use was not always consistent with the API client library would use and this would sometimes break things. 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
mike12345567 5f0912e6ff Linting. 6 years ago
mike12345567 ce12325b8c Fixing issues with auth not being able to find appId in pathname, using the currentapp cookie if pathname not populated. 6 years ago
Martin McKeaveney 127f0e6eb3 PR review 6 years ago
mike12345567 6d41a30440 Quick change, we had a replication statement for testing, should be removed for production and uncommented when needed. 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
Martin McKeaveney cb25c31d17 potential resolutions for the 4001 issue 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
Martin McKeaveney bdfd80fc03 rename buildPage 6 years ago
Andrew Kingston 951f5e1db5 Add colour palette options for charts 6 years ago
Andrew Kingston 2cf7f66d9b Ensure candlestick chart works with either our own date formats as well as timestamps 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 80685864f6 Fix lint 6 years ago
Andrew Kingston 5a1624c29d Fix warning when no data source and increase robustness of charts 6 years ago
Andrew Kingston 8fde781a95 Separate chart loading state from error state 6 years ago
Andrew Kingston 9a4fc35bba Add candlestick chart 6 years ago