Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
feat(readme): add vietransitions and screenwakelock to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Jahr committed Sep 28, 2023
1 parent 715578e commit bdf741d
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>

<Title>Blazor Screen Wake Lock API wrapper</Title>
<Description>Screen Wake Lock API wrapper implementation for Blazor.</Description>
<PackageId>Thinktecture.Blazor.ScreenWakeLock</PackageId>
<Version>1.0.0</Version>
<PackageIcon>icon.png</PackageIcon>
<Authors>Patrick Jahr, Christian Liebel</Authors>
<Company>Thinktecture</Company>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>Project Fugu API ScreenWakeLockAPI Screen Wake Lock Blazor Wasm Wrapper JSInterop</PackageTags>
<RepositoryUrl>https://github.com/thinktecture/Thinktecture.Blazor</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>

<Title>Blazor View Transitions API wrapper</Title>
<Description>View Transitions API wrapper implementation for Blazor.</Description>
<PackageId>Thinktecture.Blazor.ViewTransitions</PackageId>
<Version>1.0.0</Version>
<PackageIcon>icon.png</PackageIcon>
<Authors>Patrick Jahr, Christian Liebel</Authors>
<Company>Thinktecture</Company>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>JavaScript API ViewTransitionsAPI View Transitions Blazor Wasm Wrapper JSInterop</PackageTags>
<RepositoryUrl>https://github.com/thinktecture/Thinktecture.Blazor</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>


Expand Down

0 comments on commit bdf741d

Please sign in to comment.