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: Add ImageGalleryControl #207

Conversation

DineshSolanki
Copy link
Owner

Introduced a new ImageGalleryControl to provide reusable image gallery functionality, replacing the existing redundant code in PosterPicker.xaml and ManualExplorer.xaml as both had identical purpose.

Introduced a new ImageGalleryControl to provide reusable image gallery functionality, replacing the existing redundant code in PosterPicker.xaml and ManualExplorer.xaml as both had identical purpose.
This commit includes updates to `BindingPathExtensions.cs`, `ImageGalleryControl.xaml`, `ImageGalleryControl.xaml.cs`, and `ManualExplorer.xaml`. The `BindingPathExtensions` now allows a cache converter only if specified by user control. In `ImageGalleryControl`, a new dependency property `UseCacheConverter` has been added to control the usage of cache converter. This property has been put into use in `ManualExplorer` XAML.
@DineshSolanki DineshSolanki added this to the 4.3.0 milestone Jul 22, 2024
@DineshSolanki DineshSolanki self-assigned this Jul 22, 2024
@DineshSolanki DineshSolanki force-pushed the refactor/reusable-usercontrol-for-use-in-posterpicker-and-manual-explorer branch from 9ff11a4 to e94a9fa Compare July 22, 2024 17:29
Copy link

@DineshSolanki DineshSolanki merged commit 9934a10 into master Jul 22, 2024
3 of 4 checks passed
@DineshSolanki DineshSolanki deleted the refactor/reusable-usercontrol-for-use-in-posterpicker-and-manual-explorer branch July 22, 2024 18:08
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