Lane
Lane
In prod mode, we need better support for minified asset regeneration when the css is changes from the page builder ui.
Hello, I am running the docker version of the airbnb demo. When I insert new records into postgres, I am not seeing the elastic search document count increase. I do...
Thanks to @acoreyj , we now have a full implementation of Lucia js (https://lucia.js.org/) We need to add unit/integration tests to cover this new functionality. I did start on a...
live reload was working prior to this commit: 26bb2ac4f0668fc7f0d38ddd898e84dd772bc522 dev build 26bb2ac4 Lane Aug 22, 2023 at 8:48 AM I had to convert the esbuild to use a config file....
In the future of SonicJs we will want to allow developers evaluating SonicJs or nontechnical users (like web designers) to run an instance of SonicJs in our Cloudflare account. There...
https://webstudio.is/ Webstudio is an opensource stand-alone front end page builder (similar to webflow) that does not come with a back end. It is built on Cloudflare workers (just like SonicJs)...
Now that we have auth integrated, we can make some minor UI/UX enhancements using the bootstrap admin theme. 1. remove email from left nav 2. remove Logout from left nav...
We want to start using some bootstrap.js features in the admin UI if you add bootstrap.js to the admin theme, it breaks the form.io forms from loading (the forms are...
Add a delete button to each row of the records table, ie: A simple javascript alert popup confirmation that says "Delete Forever?" should appear. If user clicks "Ok" then the...