437 Commits (f0d447abcdb384236b8d3df1eae403043c32a4f0)

Author SHA1 Message Date
mike12345567 05d5feb9fd Changing the naming of access levels to be roles. 6 years ago
Andrew Kingston ce18e253ba Remove deprecated props, fix warnings, remove old code 6 years ago
Andrew Kingston 9c4b9a2a25 Add fade screen transition and fix navigation component casing 6 years ago
Andrew Kingston 911fa31fe3 Tidy up data binding 6 years ago
Martin McKeaveney 2bba574ab1 fix for delete screens 6 years ago
mike12345567 c541cd078b Removing unused statement. 6 years ago
mike12345567 f5191862d5 Removing unused line. 6 years ago
mike12345567 87528c8d55 Fixing issues with the application API, it utilised /api/:appId heavily which is a route that matches nearly everything. 6 years ago
Martin McKeaveney 270dbe933f tidy up 6 years ago
Martin McKeaveney d473786d7e further store tidy up, derive selected page 6 years ago
Martin McKeaveney a5827a9c53 nested routing UI up and running, refactor drag and drop functionality by decoupling store from components 6 years ago
mike12345567 634eacd5b9 Changing back to builder getting the normal routing structure for builder. 6 years ago
mike12345567 48f0608c74 Fixing some bugs with previous commit and updating to add the functionality of the api/routing/client. 6 years ago
mike12345567 40bfb53771 linting. 6 years ago
mike12345567 d63054a426 Updates for screen refactor - finishing off getting everything over to the class based system. 6 years ago
mike12345567 f3da19552e Attempting to create a class structure for screen and component templates as right now modifying the templates is quite difficult. 6 years ago
Michael Drury 63b08e42aa Large update, tests passing, have simplifed access level API, access levels and permissions are now totally separate. 6 years ago
Martin McKeaveney e8ca3030e1 fixing reactive chart issue 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 14003d03df fix auto screens issue 6 years ago
Martin McKeaveney 4f5b867700 prevent screen being selected when you save a component 6 years ago
Andrew Kingston 8fecebf435 Fix new screens and autoscreens not displaying properly 6 years ago
Martin McKeaveney 596940371e remove superfluous files 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
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
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
mike12345567 707c16c44d Further updates to clear out all usage of the old frontend store functions. 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
Michael Drury 6bc184f0d6 Updating screens API to be prefixed with /api/screens 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
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
Martin McKeaveney 74890b13c9 pages being stored in couch on initialisation and page save 6 years ago
Andrew Kingston 1f5b1cfd10 Save theme settings to local storage and improve slider styles 6 years ago
Martin McKeaveney 2f0a19a152 removing dead code 6 years ago
mike12345567 b9f1babc0e Removing instance API as it was un-used and simplifying the nature of an instance. 6 years ago
Andrew Kingston dc0c10ad83 Add proper names for all components and use these names when adding components 6 years ago
Andrew Kingston 8a49a04cd1 Fix bad schema type when fetching bindable properties 6 years ago
Andrew Kingston 10252e9bc0 Lint 6 years ago
Andrew Kingston 0553da5a03 Update styles across entire automations page 6 years ago
mike12345567 a6c4e7fd04 Linting. 6 years ago
mike12345567 cc19e2e582 Adding a modal on creation of a webhook automation to make sure the user can setup a schema. 6 years ago
Andrew Kingston b49e49ba36 Allow binding images to attachment types 6 years ago
Andrew Kingston 02207af4f0 Fix bug when selecting main page when creating autolinks 6 years ago
Martin McKeaveney 3a1094b902 use pageName variable when no pagename defined 6 years ago
Andrew Kingston bf27d752bc Fix weird edge case around saving page state 6 years ago
Andrew Kingston 73125767b4 Create links to 'list' autoscreens 6 years ago