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: Added Notification Type, Type Visibility #13

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jun 24, 2024

  1. Added Notification Type and Type Visibility

    - added interface definition (INotificationMessage)
    - added properties and styled properties to control (NotificationMessage)
    - added builder and linq builder methods to set the type and type visibility
    - added property changed handler to update the pseudoclasses of the control when the type or type visibility are changed
    - removed redundant class that was added by the constructor of NotificationMessage, because there was a more elegant way of selecting the textblocks
    - started work on style changes
    JannesStroehlein committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    26948ab View commit details
    Browse the repository at this point in the history
  2. Worked on styles

    JannesStroehlein committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e0e4511 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Added icons to the theme and completed style changes.

    - updated the sample to show the icons
    JannesStroehlein committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    e493f38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54d1fce View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Added close button visibility to add a streamlined X button to all no…

    …tifications that have the close button visibility set to true
    JannesStroehlein committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    929e8ef View commit details
    Browse the repository at this point in the history