1102 Commits (be2fcf338aa152f0ff25f10d7baabf2ca8fc2485)

Author SHA1 Message Date
Andrew Kingston 8149ad848f Add new DetailScreenSelect component for selecting only detail screens and update detail linking in grids 6 years ago
mike12345567 c5dc50e8bf Fixing some issues found with deleting tables and relationships not getting cleaned up fully + builder not updating - also making sure builder store initial state of screens is accurate. 6 years ago
mike12345567 f31cd884ec linting 6 years ago
kevmodrome 35e8c4d655
change from Input to ScreenSelect component for prop 6 years ago
Andrew Kingston 5f7103f508 Add new Delete Row action which can be used in client apps 6 years ago
Andrew Kingston faafa2130a Add 48px option for padding and margin design settings 6 years ago
Michael Shanks f08448f9dd fix: ensure CSS is built on app creation 6 years ago
kevmodrome 67e575bd94
minor fixes 6 years ago
kevmodrome b9a55d7033
adds detail link column to grid component 6 years ago
mike12345567 ca5f5f44ac Fixing issues with table columns allowing weirdness to happen around casing, now only one column with a particular name can be specified, no matter what the case, but the case will be respected. 6 years ago
Martin McKeaveney e300134186 lint ✨ 6 years ago
Martin McKeaveney ac0413eefd allow users to remove a calculation 6 years ago
mike12345567 bbe085f734 Some changes for authentication and getting rid of allScreens component of store as it was causing confusion and breakages. 6 years ago
Martin McKeaveney 3ba8f19e7f more filtering updates 6 years ago
Martin McKeaveney 11927d2340 adding sum and count functionality, preventing user from doing bad filters 6 years ago
Martin McKeaveney 3abf7daa73 frontend bug fixes, remove bindable prop, add not equals filter 6 years ago
Michael Shanks 38e052c429 sort screens alphabetically 6 years ago
Andrew Kingston 313b26982e Rename usages of primary display column to just display column 6 years ago
Andrew Kingston 35c58fd7d5 Move primary display column option in to column popover 6 years ago
mike12345567 7613692379 Fixing a bug where if you created a column without a name editting it would create another column and also adding an option to remove sorting from your table. 6 years ago
Andrew Kingston d63a375599 Remove deprecated nav component props 6 years ago
Andrew Kingston 645d53bddc Add new gradient options 6 years ago
Andrew Kingston 41ee234015 Remove HR from settings view 6 years ago
Andrew Kingston b2f4ba98f0 Add translucent background to slot component 6 years ago
Martin McKeaveney a8dfb34112 don't show login component on logged in page, fix auth for app assets 6 years ago
Martin McKeaveney db72b29eaf update row_save event 6 years ago
Martin McKeaveney d2a7bf55a7 lint 6 years ago
mike12345567 b9f69e34f1 Upgrading prettier svelte plugin until found a version that works for our formatting without breaking on some syntax. 6 years ago
mike12345567 f5ad74eaf5 Some design changes and moving around screen deletion to centralise it. 6 years ago
Andrew Kingston 22331dafb6 Remove console.log statement 6 years ago
Martin McKeaveney e95af51cde simplify user authentication, remove anon user, fix login cookie issues 6 years ago
mike12345567 7e70eb0f20 Adding info to the table deletion about screens that will be deleted and deleted template screens when table deleted. 6 years ago
Andrew Kingston 650ace2f9e Add flex design property and fix existing default layout 6 years ago
Martin McKeaveney f921f4c090 fix issues from eslint plugin prettier 6 years ago
Martin McKeaveney 34bfef5661 bulk deletes on grid 6 years ago
Martin McKeaveney 04f5e9e9ea optional chaining for backend ui models 6 years ago
Andrew Kingston 9929d12c6f Fix checkbox depth in frontend settings 6 years ago
mike12345567 116637d06a Updating yarn lock for server and fixing test case. 6 years ago
Martin McKeaveney 9775797951 removing z-index from checkbox 6 years ago
Andrew Kingston d22f6f911f Fix crashing when rendering any components settings that uses a ScreenSelect 6 years ago
Martin McKeaveney 78aae99e39 prevent duplicate table names 6 years ago
mike12345567 5354d66366 Fixing problem where something injected [object Object] into the source code? 6 years ago
mike12345567 80b011141d Formatting codebase. 6 years ago
Andrew Kingston d96293638f Remove random text 6 years ago
Andrew Kingston 2641b781f9 Remove console.log statement 6 years ago
Andrew Kingston 9acab69a06 Rename datasource prop from table to data for all components 6 years ago
Andrew Kingston 1b8b390822 Fix create screen state by navigating to new URL when creating 6 years ago
Andrew Kingston 536074c97f Fix state when deleting frontend screens 6 years ago
Andrew Kingston 06d83c7ad5 Fix state when deleting frontend components 6 years ago
kevmodrome 9ffde6af35
lint fix 6 years ago