what-the-diff[bot]
what-the-diff[bot]
## PR Summary * **Added mixin to PublishForm for list actions** A new mixin is now included in the PublishForm component to enable list actions. * **Updated EditEntry view with...
* Added a new table builder component. * Updated the JS to include this new component and added some tests for it as well.
## PR Summary * **Changes to `Generator.php` in model generation** This update modifies how we generate models in the system. Depending on the PHP version being used, it can now...
## PR Summary * **Updated ActiveRecord Class in Generator** The type of ActiveRecord we use in our 'Generator' code file has been updated. Instead of 'BaseActiveRecord', now 'ActiveRecord' is used...
## PR Summary * **Build Workflow Update** Our system's build workflow file, `.github/workflows/build.yml`, has been modified. This update means that certain files will be ignored during certain operations, optimizing our...
## PR Summary * **Removal of Outdated Content** The file `006-git-commit-messages.md` was deleted. It became obsolete and was no longer required. * **Introduction of Improved Guidelines** A new file, `006-git.md`...
* Added name and username props to HeadSeoProps * Imported PublicPage from pages/[user] instead of components/team/screens/Team * Removed useTheme() hook call in TeamPage function, replaced with user?.theme || "light" as...
## PR Summary * **Modification to Logic for User-LDAP Directory Binding** The team has enhanced the way our software binds users to an LDAP directory. Previously, there may have been...
* Add new file mode 100644 * Change title, abstract and author of metadata.yml * Update references in metadata.yml * Set header-includes for document style (fancyhdr) * Translate to Vietnamese...
## PR Summary * **Introduction of `useRef` in `SwiperFlatList.tsx`** This enhancement incorporates the `useRef` hook into `SwiperFlatList.tsx`, an important file in our project. By utilizing this reference hook, we can...