Replace custom socket implementation with SignalR.
Replace MSAL and custom cookie auth with Microsoft.Identity.EntityFramework Also some UI redesign to accommodate different login experience.
This commit is contained in:
5
Shogi.UI/Pages/Play/GameBrowser.razor.css
Normal file
5
Shogi.UI/Pages/Play/GameBrowser.razor.css
Normal file
@@ -0,0 +1,5 @@
|
||||
row {
|
||||
display: grid;
|
||||
grid-template-columns: 18rem 5rem;
|
||||
padding-left: 5px; /* Matches box shadow on hover */
|
||||
}
|
||||
Reference in New Issue
Block a user