Commit 580c621
committed
feat: add AI elements components and spinner
- Introduced a new Terminal component for displaying output with streaming capabilities, including actions for copying and clearing output.
- Added TestResults component to summarize test outcomes, including passed, failed, and skipped tests, along with a progress bar.
- Created Transcription component to handle audio transcription segments, allowing for time updates and seeking functionality.
- Implemented VoiceSelector component for selecting voice options, including gender and accent, with a dialog interface for better user interaction.
- Added a Spinner component for loading indicators, utilizing the Loader2Icon for visual feedback during asynchronous operations.1 parent 0519c06 commit 580c621
147 files changed
Lines changed: 19238 additions & 12473 deletions
File tree
- app
- src
- components/ai-elements
- tools
- mastra
- agents
- config
- tools
- utils
- tests/test-results
- ui
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
| 113 | + | |
112 | 114 | | |
113 | 115 | | |
114 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
0 commit comments