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:
Peer Schütt 2025-03-07 09:24:53 +01:00 committed by GitHub
parent 1d22232005
commit ccaf2e894a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 25 additions and 0 deletions

View File

@ -22,6 +22,29 @@
Check for updates
</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/>

View 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.