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: Improved Resources Handling #167

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

teogor
Copy link
Owner

@teogor teogor commented Oct 27, 2023

This PR introduces an improved resources handling mechanism to enhance the retrieval of resources in the application. The DefaultResources class has been added to provide various resource-related methods, making it more convenient to access resources such as strings, dimensions, colors, and more.

Changes Made:

  • Added DefaultResources class with resource retrieval methods.
  • Introduced a composition local (LocalResources) to access resources conveniently in Composable functions.
  • Provided Composable functions for accessing different types of resources.
  • Ensured that resource values are cached for improved performance.

@teogor teogor added @enhancement New feature or request @priority-low labels Oct 27, 2023
@teogor teogor added this to the 1.0.0-alpha04 milestone Oct 27, 2023
@teogor teogor self-assigned this Oct 27, 2023
@teogor teogor merged commit 807ab83 into main Oct 27, 2023
4 checks passed
@zeobot zeobot bot deleted the feature/composable-resource-handler branch October 27, 2023 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@enhancement New feature or request @priority-low
Projects
Development

Successfully merging this pull request may close these issues.

1 participant