mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 21:39:46 +00:00
Add components to mark & explain preview features
This commit is contained in:
parent
b76590ab20
commit
340f0ef5cd
20
app/MindWork AI Studio/Components/PreviewAlpha.razor
Normal file
20
app/MindWork AI Studio/Components/PreviewAlpha.razor
Normal file
@ -0,0 +1,20 @@
|
||||
<MudTooltip Placement="Placement.Bottom" Arrow="@true">
|
||||
<ChildContent>
|
||||
<MudChip T="string" Icon="@Icons.Material.Filled.FirstPage" Color="Color.Error" Class="mb-3">
|
||||
Alpha
|
||||
</MudChip>
|
||||
</ChildContent>
|
||||
<TooltipContent>
|
||||
<div style="max-width: 22em;">
|
||||
<MudText Typo="Typo.body2" Class="mb-3">
|
||||
This feature is currently in the alpha phase.
|
||||
Expect bugs and unfinished work.
|
||||
</MudText>
|
||||
|
||||
<MudText Typo="Typo.body2">
|
||||
Alpha phase means that we are working on the
|
||||
last details before the beta phase.
|
||||
</MudText>
|
||||
</div>
|
||||
</TooltipContent>
|
||||
</MudTooltip>
|
5
app/MindWork AI Studio/Components/PreviewAlpha.razor.cs
Normal file
5
app/MindWork AI Studio/Components/PreviewAlpha.razor.cs
Normal file
@ -0,0 +1,5 @@
|
||||
using Microsoft.AspNetCore.Components;
|
||||
|
||||
namespace AIStudio.Components;
|
||||
|
||||
public partial class PreviewAlpha : ComponentBase;
|
19
app/MindWork AI Studio/Components/PreviewBeta.razor
Normal file
19
app/MindWork AI Studio/Components/PreviewBeta.razor
Normal file
@ -0,0 +1,19 @@
|
||||
<MudTooltip Placement="Placement.Bottom" Arrow="@true">
|
||||
<ChildContent>
|
||||
<MudChip T="string" Icon="@Icons.Material.Filled.HourglassTop" Color="Color.Info" Class="mb-3">
|
||||
Beta
|
||||
</MudChip>
|
||||
</ChildContent>
|
||||
<TooltipContent>
|
||||
<div style="max-width: 20em;">
|
||||
<MudText Typo="Typo.body2" Class="mb-3">
|
||||
This feature is currently in the beta phase.
|
||||
It is still be possible that there are some bugs.
|
||||
</MudText>
|
||||
|
||||
<MudText Typo="Typo.body2">
|
||||
Beta phase means that we are testing the feature.
|
||||
</MudText>
|
||||
</div>
|
||||
</TooltipContent>
|
||||
</MudTooltip>
|
5
app/MindWork AI Studio/Components/PreviewBeta.razor.cs
Normal file
5
app/MindWork AI Studio/Components/PreviewBeta.razor.cs
Normal file
@ -0,0 +1,5 @@
|
||||
using Microsoft.AspNetCore.Components;
|
||||
|
||||
namespace AIStudio.Components;
|
||||
|
||||
public partial class PreviewBeta : ComponentBase;
|
22
app/MindWork AI Studio/Components/PreviewExperimental.razor
Normal file
22
app/MindWork AI Studio/Components/PreviewExperimental.razor
Normal file
@ -0,0 +1,22 @@
|
||||
<MudTooltip Placement="Placement.Bottom" Arrow="@true">
|
||||
<ChildContent>
|
||||
<MudChip T="string" Icon="@Icons.Material.Filled.Science" Color="Color.Error" Class="mb-3">
|
||||
Experimental
|
||||
</MudChip>
|
||||
</ChildContent>
|
||||
<TooltipContent>
|
||||
<div style="max-width: 26em;">
|
||||
<MudText Typo="Typo.body2" Class="mb-3">
|
||||
This feature is currently in the experimental phase.
|
||||
Expect bugs, unfinished work, changes in future
|
||||
versions, and more.
|
||||
</MudText>
|
||||
|
||||
<MudText Typo="Typo.body2">
|
||||
Experimental phase means that we have a vision for a feature
|
||||
but not a clear plan yet. We are still exploring the
|
||||
possibilities.
|
||||
</MudText>
|
||||
</div>
|
||||
</TooltipContent>
|
||||
</MudTooltip>
|
@ -0,0 +1,5 @@
|
||||
using Microsoft.AspNetCore.Components;
|
||||
|
||||
namespace AIStudio.Components;
|
||||
|
||||
public partial class PreviewExperimental : ComponentBase;
|
21
app/MindWork AI Studio/Components/PreviewPrototype.razor
Normal file
21
app/MindWork AI Studio/Components/PreviewPrototype.razor
Normal file
@ -0,0 +1,21 @@
|
||||
<MudTooltip Placement="Placement.Bottom" Arrow="@true">
|
||||
<ChildContent>
|
||||
<MudChip T="string" Icon="@Icons.Material.Filled.HourglassBottom" Color="Color.Error" Class="mb-3">
|
||||
Prototype
|
||||
</MudChip>
|
||||
</ChildContent>
|
||||
<TooltipContent>
|
||||
<div style="max-width: 22em;">
|
||||
<MudText Typo="Typo.body2" Class="mb-3">
|
||||
This feature is currently in the prototype phase.
|
||||
Expect bugs, unfinished work, changes in future
|
||||
versions, and more.
|
||||
</MudText>
|
||||
|
||||
<MudText Typo="Typo.body2">
|
||||
Prototype phase means that we have a plan but we
|
||||
are still working on it.
|
||||
</MudText>
|
||||
</div>
|
||||
</TooltipContent>
|
||||
</MudTooltip>
|
@ -0,0 +1,5 @@
|
||||
using Microsoft.AspNetCore.Components;
|
||||
|
||||
namespace AIStudio.Components;
|
||||
|
||||
public partial class PreviewPrototype : ComponentBase;
|
@ -0,0 +1,19 @@
|
||||
<MudTooltip Placement="Placement.Bottom" Arrow="@true">
|
||||
<ChildContent>
|
||||
<MudChip T="string" Icon="@Icons.Material.Filled.VerifiedUser" Color="Color.Success" Class="mb-3">
|
||||
Release Candidate
|
||||
</MudChip>
|
||||
</ChildContent>
|
||||
<TooltipContent>
|
||||
<div style="max-width: 20em;">
|
||||
<MudText Typo="Typo.body2" Class="mb-3">
|
||||
This feature is about to be released. We think it's ready for production.
|
||||
There should be no more bugs.
|
||||
</MudText>
|
||||
|
||||
<MudText Typo="Typo.body2">
|
||||
Release candidates are the final step before a feature is proven to be stable.
|
||||
</MudText>
|
||||
</div>
|
||||
</TooltipContent>
|
||||
</MudTooltip>
|
@ -0,0 +1,5 @@
|
||||
using Microsoft.AspNetCore.Components;
|
||||
|
||||
namespace AIStudio.Components;
|
||||
|
||||
public partial class PreviewReleaseCandidate : ComponentBase;
|
Loading…
Reference in New Issue
Block a user