From 1dc40961fff9394c427fd12632db4e7d8deefb2c Mon Sep 17 00:00:00 2001 From: Daniel Clark Date: Mon, 8 Feb 2021 16:11:51 +0000 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8038471..4d35773 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ +# Notification Flyout # A Notification Flyout that looks and feels exactly like the native Volume, Network, and Battery flyouts. Built with WPF and UWP with XamlIslands using the UWP Flyout control for the displaying of the flyout content. -Demo: +# Demo # [![](http://img.youtube.com/vi/8EoZ4pGWTkY/0.jpg)](http://www.youtube.com/watch?v=8EoZ4pGWTkY "Notification flyout demo") -Todo: +# Todo # - [x] Adapt to taskbar placement - [x] Use entrance animation similar to those found in the native flyouts - [x] Works across multiple monitors @@ -14,4 +15,5 @@ Todo: - [ ] Use current system accent if user chose to use accent color on background surfaces - [x] Remove the gap between the taskbar and the flyout -Attributions to and inspiration for the taskbar api from the [Ear Trumpet project!](https://github.com/File-New-Project/EarTrumpet) +# Credits # +Attributions to and inspiration for the taskbar API from the [Ear Trumpet project!](https://github.com/File-New-Project/EarTrumpet)