You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Addition of Web Images Configuration File
A new file called web.images.php has been added. This file will store various image paths, including the paths for the logo and icon.
Updates in Code
There is a vast set of updates throughout the various files, with the aim to refine and optimize the code. The specific syntax <title> and <style> have been eliminated in numerous files and replaced with <AppHead> component which helps to structure our codes better.
Addition of <AppHead> Component
A new component named AppHead.vue has been introduced to improve the application's performance. This component is designed to work with the appTitle and has been used in different sections of the application.
Removal from Title Method Mixin
The title method mixin from app.js has been removed to clean up the code.
Enhancements to Icon
The <link rel="icon" href="/img/seat_plus_logo.svg"> tag has been removed from app.blade.php as part of the updates in icon settings.
Updates to Query Builder & Shared Method
Notable updates have been made to enhance the functionalities in files like GetAffiliatedCorporationsController.php and HandleInertiaRequests.php.
Merge Configurations Method Updated WebServiceProvider.php has been updated to merge configurations with web.images, it gives us the ability to manage our application configuration in a better way.
Test Corrections
There have been corrections to tests files like HelperControllerTest.php and CheckRequiredScopesMiddlewareTest.php to improve their performance and accuracy.
These changes will help in improving the overall performance and readability of the code, enhancing the user experience and developer's work efficiency, and optimizing the application’s overall performance.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This allows users to define custom images for icon and logo.
simply add the logo and the icon into the
/src/public/img/folder and then add the either or both of .env variables.