Skip to content

Commit 07d2990

Browse files
authored
feat(wikibase-schema-editor): create references editor component (#98)
1 parent 525ee40 commit 07d2990

9 files changed

Lines changed: 1064 additions & 1 deletion

File tree

.kiro/specs/wikibase-schema-editor/tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
- Implement qualifier display functionality
136136
- _Requirements: 6.5_
137137

138-
- [ ] 23. Create ReferencesEditor component
138+
- [x] 23. Create ReferencesEditor component
139139
- Write tests for adding and removing references
140140
- Write tests for reference property selection
141141
- Implement ReferencesEditor component structure

.trae/rules/code-conventions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../.kiro/steering/code-conventions.md

.trae/rules/product.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../.kiro/steering/product.md

.trae/rules/structure.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../.kiro/steering/structure.md

.trae/rules/tech.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../.kiro/steering/tech.md

frontend/components.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ declare module 'vue' {
3232
ProjectView: typeof import('./src/views/ProjectView.vue')['default']
3333
PropertySelector: typeof import('./src/components/PropertySelector.vue')['default']
3434
QualifiersEditor: typeof import('./src/components/QualifiersEditor.vue')['default']
35+
ReferencesEditor: typeof import('./src/components/ReferencesEditor.vue')['default']
3536
RouterLink: typeof import('vue-router')['RouterLink']
3637
RouterView: typeof import('vue-router')['RouterView']
3738
SchemaDropZone: typeof import('./src/components/SchemaDropZone.vue')['default']

0 commit comments

Comments
 (0)