Tags: WINBIGFOX/TimeScribe
Tags
Update dependencies to latest versions Updated various JavaScript and PHP dependencies in package.json, composer.json, and corresponding lock files to their latest versions. These updates improve compatibility, security, and include bug fixes for development and production environments.
Fixed #7 Add optimize command and update filesystem config Added an `optimize` Artisan command that immediately exits. Updated the filesystem configuration to simplify the public driver and removed default storage symlink settings. These changes aim to improve maintainability and streamline application behavior.
Remove unused NavSecondary component and add prefetch links The NavSecondary component was deleted as it is no longer used. Additionally, prefetch attributes were added to multiple links to enhance performance by preloading resources. Minor adjustments were made to transitions and class properties for smoother UI enhancements.