Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor app.blade.php to use the correct configuration file and class names for Google Tag Manager, navigation, footer, forms modal, and Livewire. #8

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

thejmitchener
Copy link
Member

@thejmitchener thejmitchener commented Nov 13, 2024

Refactors the app.blade.php file to utilize the correct configuration file and class names associated with Google Tag Manager, navigation, footer, forms modal, and Livewire components.

Motivation

The previous implementation referenced an outdated configuration structure (layouts-wrapper) which could lead to misconfigurations and affect the functionality of components across the application. By updating these references to app-wrapper, we ensure that the application correctly accesses the intended configurations.

Improvements

  1. Correct Configuration Usage: Aligning the configuration to app-wrapper improves clarity and consistency in the application's configuration management.

  2. Error Prevention: By ensuring that the correct class names and configuration settings are used, we reduce the likelihood of runtime errors related to missing or misconfigured components.

  3. Maintainability: This refactor enhances the maintainability of the codebase by using standardized naming conventions, making it easier for developers to understand and navigate the project.

Overall, these changes contribute to a more robust and reliable application, improving both the developer experience and end-user functionality.

…s names for Google Tag Manager, navigation, footer, forms modal, and Livewire.
@thejmitchener thejmitchener merged commit 13139d3 into main Nov 13, 2024
7 checks passed
@thejmitchener thejmitchener deleted the hot-fix-bad-config-names branch November 13, 2024 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant