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

Feature/254 improve display image rendering #291

Merged
merged 17 commits into from
Sep 8, 2024

Conversation

cgiesche
Copy link
Owner

@cgiesche cgiesche commented Sep 8, 2024

Fixed #262
Fixed #260
Fixed #254
Fixed #225

The active-states configuration file has been converted from JSON to YAML format. This change includes deleting the existing JSON file, creating a new YAML file, and updating the dependencies and respective usages in the code by adding the js-yaml package. This modification aims to use YAML format to improve readability and ease of use.
The fetch URL for the ActiveStates in the PluginComponent.vue file was updated. It was previously pointing to an old 'active-states.json' file, and it's now correctly pointing to the 'active-states.yml' file. This should now resolve any resource fetching related issues that might have come from the incorrect URL.
…ge_rendering

# Conflicts:
#	public/config/default-display-config.yml
#	src/components/PiComponent.vue
#	src/components/PluginComponent.vue
#	src/modules/common/settings.js
#	src/modules/plugin/entityConfigFactory.js
@cgiesche cgiesche merged commit 23327bf into master Sep 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant