mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 15:39:46 +00:00
The Panel now uses a list instead of individual texts. Furthermore, ERI and the project website are now linked as well
This commit is contained in:
parent
55cbff09aa
commit
c768672fbc
@ -23,20 +23,13 @@
|
|||||||
</MudButton>
|
</MudButton>
|
||||||
</ExpansionPanel>
|
</ExpansionPanel>
|
||||||
|
|
||||||
<ExpansionPanel HeaderIcon="@Icons.Material.Filled.Source" HeaderText="Development">
|
<ExpansionPanel HeaderIcon="@Icons.Custom.Brands.GitHub" HeaderText="Development">
|
||||||
<MudText>
|
<MudList T="string" Class="mb-1">
|
||||||
<MudIcon Icon="@Icons.Custom.Brands.GitHub" Size="Size.Medium" Class="mr-2" Style="vertical-align: text-bottom;"/>
|
<MudListItem T="string" Icon="@Icons.Material.Outlined.Home" Target="_blank" Href="http://mindworkai.org/">Visit our official homepage to learn about MindWork AI's mission and vision!</MudListItem>
|
||||||
You can find the code for AI Studio on GitHub:
|
<MudListItem T="string" Icon="@Icons.Custom.Brands.GitHub" Target="_blank" Href="https://github.com/MindWorkAI/AI-Studio">Explore the complete source code for AI Studio on GitHub — contributions welcome!</MudListItem>
|
||||||
<MudLink Href="https://github.com/MindWorkAI/AI-Studio" Target="_blank" Color="Color.Primary">AI Studio</MudLink>
|
<MudListItem T="string" Icon="@Icons.Material.Outlined.DeveloperBoard" Target="_blank" Href="https://github.com/orgs/MindWorkAI/projects/2">See our planned features in the project's roadmap — join the development team and help shape the future!</MudListItem>
|
||||||
</MudText>
|
<MudListItem T="string" Icon="@Icons.Material.Outlined.PrivateConnectivity" Target="_blank" Href="https://github.com/MindWorkAI/ERI">Securely interact with your company's data using AI Studio and our External Retrieval Interface (ERI)!</MudListItem>
|
||||||
|
</MudList>
|
||||||
<MudDivider Class="my-2" />
|
|
||||||
|
|
||||||
<MudText>
|
|
||||||
<MudIcon Icon="@Icons.Material.Filled.DeveloperBoard" Size="Size.Medium" Class="mr-2" Style="vertical-align: text-bottom;"/>
|
|
||||||
Interested in participating in the development? Check our:
|
|
||||||
<MudLink Href="https://github.com/orgs/MindWorkAI/projects/2" Target="_blank" Color="Color.Primary">Development Roadmap</MudLink>
|
|
||||||
</MudText>
|
|
||||||
</ExpansionPanel>
|
</ExpansionPanel>
|
||||||
|
|
||||||
<ExpansionPanel HeaderIcon="@Icons.Material.Filled.EventNote" HeaderText="Changelog">
|
<ExpansionPanel HeaderIcon="@Icons.Material.Filled.EventNote" HeaderText="Changelog">
|
||||||
|
Loading…
Reference in New Issue
Block a user