mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-03-12 18:49:08 +00:00
Added a new panel in the about section regarding the Github repos (#310)
Co-authored-by: Peer Schütt <peer.schuett@dlr.de>
This commit is contained in:
parent
1d22232005
commit
ccaf2e894a
@ -23,6 +23,29 @@
|
||||
</MudButton>
|
||||
</ExpansionPanel>
|
||||
|
||||
<ExpansionPanel HeaderIcon="@Icons.Custom.Brands.GitHub" HeaderText="Community & Code">
|
||||
<MudList T="string" Class="mb-1">
|
||||
<MudListItem T="string" Icon="@Icons.Material.Outlined.Home" Target="_blank" Href="http://mindworkai.org/">
|
||||
Discover MindWork AI's mission and vision on our official homepage.
|
||||
</MudListItem>
|
||||
<MudListItem T="string" Icon="@Icons.Custom.Brands.GitHub" Target="_blank" Href="https://github.com/MindWorkAI/AI-Studio">
|
||||
Browse AI Studio's source code on GitHub — we welcome your contributions.
|
||||
</MudListItem>
|
||||
<MudListItem T="string" Icon="@Icons.Material.Outlined.PrivateConnectivity" Target="_blank" Href="https://github.com/MindWorkAI/ERI">
|
||||
Connect AI Studio to your organization's data with our External Retrieval Interface (ERI).
|
||||
</MudListItem>
|
||||
<MudListItem T="string" Icon="@Icons.Material.Outlined.Timeline" Target="_blank" Href="https://github.com/orgs/MindWorkAI/projects/2/views/3">
|
||||
View our project roadmap and help shape AI Studio's future development.
|
||||
</MudListItem>
|
||||
<MudListItem T="string" Icon="@Icons.Material.Outlined.BugReport" Target="_blank" Href="https://github.com/MindWorkAI/AI-Studio/issues">
|
||||
Did you find a bug or are you experiencing issues? Report your concern here.
|
||||
</MudListItem>
|
||||
<MudListItem T="string" Icon="@Icons.Material.Outlined.Lightbulb" Target="_blank" Href="https://github.com/MindWorkAI/Planning/issues">
|
||||
Have feature ideas? Submit suggestions for future AI Studio enhancements.
|
||||
</MudListItem>
|
||||
</MudList>
|
||||
</ExpansionPanel>
|
||||
|
||||
<ExpansionPanel HeaderIcon="@Icons.Material.Filled.EventNote" HeaderText="Changelog">
|
||||
<Changelog/>
|
||||
</ExpansionPanel>
|
||||
|
2
app/MindWork AI Studio/wwwroot/changelog/v0.9.32.md
Normal file
2
app/MindWork AI Studio/wwwroot/changelog/v0.9.32.md
Normal file
@ -0,0 +1,2 @@
|
||||
# v0.9.32, build 207 (2025-03-xx xx:xx UTC)
|
||||
- Added the Community & Code section to the About page. It includes links to the GitHub repositories and the project homepage.
|
Loading…
Reference in New Issue
Block a user