Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
2272f3d
1
Parent(s):
d3a0d74
ok
Browse files
README.md
CHANGED
@@ -28,7 +28,9 @@ A public instance of Clapper is currently hosted on [Hugging Face](https://huggi
|
|
28 |
|
29 |
# Badges
|
30 |
|
31 |
-
![
|
|
|
|
|
32 |
|
33 |
|
34 |
# Bounty Sponsors
|
|
|
28 |
|
29 |
# Badges
|
30 |
|
31 |
+
- Build and tests status: [![E2E & Unit Tests](https://github.com/jbilcke-hf/clapper/actions/workflows/tests.yml/badge.svg)](https://github.com/jbilcke-hf/clapper/actions/workflows/tests.yml)
|
32 |
+
|
33 |
+
- Sponsor a feature: ![Boss Bounty Badge](https://img.shields.io/endpoint.svg?url=https://api.boss.dev/badge/enabled/jbilcke-hf/clapper)
|
34 |
|
35 |
|
36 |
# Bounty Sponsors
|
src/lib/utils/formatSegmentForExport.test.ts
CHANGED
@@ -16,6 +16,7 @@ test('formatSegmentForExport', () => {
|
|
16 |
0
|
17 |
)
|
18 |
).toStrictEqual({
|
|
|
19 |
assetSourceType: 'EMPTY',
|
20 |
assetUrl: '',
|
21 |
category: 'generic',
|
|
|
16 |
0
|
17 |
)
|
18 |
).toStrictEqual({
|
19 |
+
id: '301a3e6f-cb59-4a85-afd6-4737eeeee356',
|
20 |
assetSourceType: 'EMPTY',
|
21 |
assetUrl: '',
|
22 |
category: 'generic',
|
src/services/ui/getDefaultUIState.ts
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
-
import {
|
|
|
|
|
|
|
|
|
2 |
|
3 |
export function getDefaultUIState(): UIState {
|
4 |
const state: UIState = {
|
|
|
1 |
+
import {
|
2 |
+
ProjectCreationWizardStep,
|
3 |
+
SettingsCategory,
|
4 |
+
UIState,
|
5 |
+
} from '@aitube/clapper-services'
|
6 |
|
7 |
export function getDefaultUIState(): UIState {
|
8 |
const state: UIState = {
|