Saltcorn 0.4.4 contains these enhancements:
In join fields, you can now choose the fieldview based on the type of the joined field. For files, you can choose a file view, such as showing images or download links. In the builder, joined fields now have previews just like fields.
You can now nominate a view of the users table to be the user settings view, which the user can access on their own user settings menu option to adjust user fields (e.g. username, avatar image)
Moment.js is available in expressions, which greatly facilitates date calculations
You can now rename tables (in the table view, in the drop down on the table data card).
Custom HTTP headers can be set in the user and security settings. For instance, if you would like your site to opt out of FLoC, add this header: Permissions-Policy: interest-cohort=()
Miscellaneous new builder options:
DigitalOcean image: the update DigitalOcean marketplace image marked 0.4.4 will be available shortly and will contain these enhancements:
Facility for obtaining LetsEncrypt certificates for https traffic encryption has been improved by:
Fantastic update as usual.
Have you considered adding a 'like' button, as exists in almost every blog & social media site/app? This would presumably be easy to associate with a user role so you determine if you want anyone to like (as with comments) or just logged in users or even admins if relevant. (Thinking more about this you probably need to decide, as with comments, whether you want to keep a record of which users (or whatever name is entered for a non-logged in user) clicked like, then whether you want to display all the names of those who clicked like or just a number etc.)
Fantastic update as usual.
Have you considered adding a 'like' button, as exists in almost every blog & social media site/app? This would presumably be easy to associate with a user role so you determine if you want anyone to like (as with comments) or just logged in users or even admins if relevant. (Thinking more about this you probably need to decide, as with comments, whether you want to keep a record of which users (or whatever name is entered for a non-logged in user) clicked like, then whether you want to display all the names of those who clicked like or just a number etc.)
thanks for the moment.js integration in expressions! That a really helpful thing!