This repository has been archived by the owner on Apr 8, 2023. 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.
Added new dashboard item for league changes (#174)
- Loading branch information
1 parent
d07927d
commit 05105f4
Showing
9 changed files
with
83 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<MudPaper Class="pa-4"> | ||
<MudGrid> | ||
<MudItem xs="12"> | ||
<MudStack Row=true Class="align-center"> | ||
<MudImage Src="logo.png" Height="50" /> | ||
<PageHeader>Change Log</PageHeader> | ||
<MudLink Href="https://github.com/benjaminsampica/DynamoLeagueBlazor/issues/new" Target="_blank" Class="ml-auto d-flex align-center" Style="gap: 3px;"> | ||
<MudIcon Icon="@Icons.Filled.QuestionAnswer" /> Want something? Tell us! | ||
</MudLink> | ||
</MudStack> | ||
</MudItem> | ||
<MudItem sm="6" xs="12"> | ||
<MudText Typo="Typo.h6" Color="Color.Success">Released Changes</MudText> | ||
<MudList> | ||
<MudListItem Icon="@Icons.Filled.ChevronRight" IconColor="Color.Success"> | ||
Auto-bidding! You can now set a maximum bid you would pay for a player and will only pay what others try to outbid you at. | ||
</MudListItem> | ||
<MudListItem Icon="@Icons.Filled.ChevronRight" IconColor="Color.Success"> | ||
Teams can now be fined. Obey the rules and don't miss dates or face the wrath of the League! | ||
</MudListItem> | ||
<MudListItem Icon="@Icons.Filled.ChevronRight" IconColor="Color.Success"> | ||
All-around performance improvements. | ||
</MudListItem> | ||
<MudListItem Icon="@Icons.Filled.ChevronRight" IconColor="Color.Success"> | ||
Light mode! Additionally, Light/Dark mode is now detected based on your device preference. | ||
</MudListItem> | ||
</MudList> | ||
</MudItem> | ||
<MudItem sm="6" xs="12"> | ||
<MudText Typo="Typo.h6" Color="Color.Info">Planned Changes</MudText> | ||
<MudList> | ||
<MudListItem Icon="@Icons.Filled.ChevronRight" IconColor="Color.Info"> | ||
Facilitating the rookie draft entirely in-house. | ||
</MudListItem> | ||
<MudListItem Icon="@Icons.Filled.ChevronRight" IconColor="Color.Info"> | ||
Higher class connectivity to the leagues in Yahoo. | ||
</MudListItem> | ||
<MudListItem Icon="@Icons.Filled.ChevronRight" IconColor="Color.Info"> | ||
Login with any provider - Google, Facebook, etc. | ||
</MudListItem> | ||
<MudListItem Icon="@Icons.Filled.ChevronRight" IconColor="Color.Info"> | ||
You've been outbid notifications via email. | ||
</MudListItem> | ||
</MudList> | ||
</MudItem> | ||
</MudGrid> | ||
</MudPaper> |
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
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
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