This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add move package note in readme
- Loading branch information
patrickjahr
committed
Mar 15, 2024
1 parent
3a4589e
commit fc9cf66
Showing
164 changed files
with
471 additions
and
445 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,41 @@ | ||
# PatrickJahr.Blazor | ||
# Thinktecture.Blazor | ||
|
||
This repository contains the code for the following NuGet packages: | ||
|
||
## [PatrickJahr.Blazor.AsyncClipboard](src/PatrickJahr.Blazor.AsyncClipboard/README.md) | ||
## [Thinktecture.Blazor.AsyncClipboard](src/Thinktecture.Blazor.AsyncClipboard/README.md) | ||
|
||
The Async Clipboard API allows you to write and read text, images and other data from or to the system's clipboard. | ||
|
||
## [PatrickJahr.Blazor.Badging](src/PatrickJahr.Blazor.Badging/README.md) | ||
## [Thinktecture.Blazor.Badging](src/Thinktecture.Blazor.Badging/README.md) | ||
|
||
The Badging API allows you to display a badge on the installed application’s icon. | ||
|
||
## [PatrickJahr.Blazor.FileHandling](src/PatrickJahr.Blazor.FileHandling/README.md) | ||
## [Thinktecture.Blazor.FileHandling](src/Thinktecture.Blazor.FileHandling/README.md) | ||
|
||
The File Handling API allows you to register your Progressive Web App as a file handler for certain file types. | ||
|
||
## [PatrickJahr.Blazor.WebShare](src/PatrickJahr.Blazor.WebShare/README.md) | ||
## [Thinktecture.Blazor.WebShare](src/Thinktecture.Blazor.WebShare/README.md) | ||
|
||
The Web Share API allows you to share a text, title, URL, or files with another application installed on the user's system via the share functionality provided by the operating system. | ||
|
||
## [PatrickJahr.Blazor.PwaUpdate](src/PatrickJahr.Blazor.PwaUpdate/README.md) | ||
## [Thinktecture.Blazor.PwaUpdate](src/Thinktecture.Blazor.PwaUpdate/README.md) | ||
|
||
This package allows you to display a notification as soon as an update of your application is ready for installation. | ||
|
||
## [PatrickJahr.Blazor.ViewTransitions](src/PatrickJahr.Blazor.ViewTransitions/README.md) | ||
## [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. | ||
|
||
## [PatrickJahr.Blazor.ScreenWakeLock](src/PatrickJahr.Blazor.ScreenWakeLock/README.md) | ||
## [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. | ||
|
||
## [PatrickJahr.Blazor.GrpcWeb.DevTools](src/PatrickJahr.Blazor.GrpcWeb.DevTools/README.md) | ||
## [Thinktecture.Blazor.GrpcWeb.DevTools](src/Thinktecture.Blazor.GrpcWeb.DevTools/README.md) | ||
|
||
Connect your Blazor App with gRPC-Web Developer Tools. | ||
|
||
## License and Note | ||
|
||
BSD-3-Clause. | ||
|
||
This is a technical showcase, not an official Thinktecture product. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
...ces/Components/ConferenceDetails.razor.cs → ...ces/Components/ConferenceDetails.razor.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
8 changes: 4 additions & 4 deletions
8
...Features/Conferences/Conferences.razor.cs → ...Features/Conferences/Conferences.razor.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...res/Shared/Dialogs/ConfirmDialog.razor.cs → ...res/Shared/Dialogs/ConfirmDialog.razor.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...ahr.Blazor.GrpcDevTools.Client/Program.cs → ...ure.Blazor.GrpcDevTools.Client/Program.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.