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: Let users downloads Icons from Professional mode, that are only available to watchers of that deviation #208

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 22, 2024

  1. Refactor: Adjust commands to handle DArtImageList object directly

    The PickCommand and OpenImageCommand in the ProSearchResultViewModel have been refactored to take a DArtImageList object directly, instead of an object. This means we can handle the "MustWatch" property in the commands, allowing us to manage scenarios where the image needs to be watched to be downloaded. Additionally, a new property 'PremiumFolderData' has been added to 'DArtBrowseResult.cs', allowing tracking of folders with premium accessibility. Corresponding adjustments were made on the UI side in ProSearchResult.xaml. The 'DArtImageList' constructor is also updated to accept a new parameter - 'mustWatch'.
    DineshSolanki committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    8df8e6f View commit details
    Browse the repository at this point in the history