From bdf741d0ddf24ffc9687536c3a00b982e72a5d13 Mon Sep 17 00:00:00 2001 From: Patrick Jahr Date: Thu, 28 Sep 2023 09:41:24 +0200 Subject: [PATCH] feat(readme): add vietransitions and screenwakelock to readme --- README.md | 8 ++++++++ .../Thinktecture.Blazor.ScreenWakeLock.csproj | 13 +++++++++++++ .../Thinktecture.Blazor.ViewTransitions.csproj | 13 +++++++++++++ 3 files changed, 34 insertions(+) diff --git a/README.md b/README.md index f6f1163..0fb54a6 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,14 @@ The Web Share API allows you to share a text, title, URL, or files with another This package allows you to display a notification as soon as an update of your application is ready for installation. +## [Thinktecture.Blazor.ViewTransitions](src/Thinktecture.Blazor.ViewTransitions/README.md) + +This package allows you to use the view transitions api to be able to support your interactions in the application with animations. + +## [Thinktecture.Blazor.ScreenWakeLock](src/Thinktecture.Blazor.ScreenWakeLock/README.md) + +The Screen Wake Lock API provides a way to prevent devices from dimming or locking the screen when an application needs to keep running. + ## [Thinktecture.Blazor.GrpcWeb.DevTools](src/Thinktecture.Blazor.GrpcWeb.DevTools/README.md) Connect your Blazor App with gRPC-Web Developer Tools. diff --git a/src/Thinktecture.Blazor.ScreenWakeLock/Thinktecture.Blazor.ScreenWakeLock.csproj b/src/Thinktecture.Blazor.ScreenWakeLock/Thinktecture.Blazor.ScreenWakeLock.csproj index 51de3f4..8ef4629 100644 --- a/src/Thinktecture.Blazor.ScreenWakeLock/Thinktecture.Blazor.ScreenWakeLock.csproj +++ b/src/Thinktecture.Blazor.ScreenWakeLock/Thinktecture.Blazor.ScreenWakeLock.csproj @@ -4,6 +4,19 @@ net7.0 enable enable + + Blazor Screen Wake Lock API wrapper + Screen Wake Lock API wrapper implementation for Blazor. + Thinktecture.Blazor.ScreenWakeLock + 1.0.0 + icon.png + Patrick Jahr, Christian Liebel + Thinktecture + BSD-3-Clause + README.md + Project Fugu API ScreenWakeLockAPI Screen Wake Lock Blazor Wasm Wrapper JSInterop + https://github.com/thinktecture/Thinktecture.Blazor + git diff --git a/src/Thinktecture.Blazor.ViewTransitions/Thinktecture.Blazor.ViewTransitions.csproj b/src/Thinktecture.Blazor.ViewTransitions/Thinktecture.Blazor.ViewTransitions.csproj index 32f1125..4ad6ff7 100644 --- a/src/Thinktecture.Blazor.ViewTransitions/Thinktecture.Blazor.ViewTransitions.csproj +++ b/src/Thinktecture.Blazor.ViewTransitions/Thinktecture.Blazor.ViewTransitions.csproj @@ -4,6 +4,19 @@ net7.0 enable enable + + Blazor View Transitions API wrapper + View Transitions API wrapper implementation for Blazor. + Thinktecture.Blazor.ViewTransitions + 1.0.0 + icon.png + Patrick Jahr, Christian Liebel + Thinktecture + BSD-3-Clause + README.md + JavaScript API ViewTransitionsAPI View Transitions Blazor Wasm Wrapper JSInterop + https://github.com/thinktecture/Thinktecture.Blazor + git