diff --git a/frontend/src/components/subscriptions/ArtistCreateDialog.vue b/frontend/src/components/subscriptions/ArtistCreateDialog.vue new file mode 100644 index 0000000..8efde7d --- /dev/null +++ b/frontend/src/components/subscriptions/ArtistCreateDialog.vue @@ -0,0 +1,58 @@ + + + + New artist + + + + + + Cancel + Create + + + + + + diff --git a/frontend/src/components/subscriptions/SourceFormDialog.vue b/frontend/src/components/subscriptions/SourceFormDialog.vue new file mode 100644 index 0000000..33e1f6c --- /dev/null +++ b/frontend/src/components/subscriptions/SourceFormDialog.vue @@ -0,0 +1,207 @@ + + + + {{ source ? 'Edit source' : 'Add subscription' }} + + + + + + + Adding source for {{ initialArtist.name }} + + + + + + + + Structured + Advanced JSON + + + + + + + More per-platform fields land here over time. Use Advanced JSON for everything else. + + + + + + + + + + Cancel + + Save + + + + + + +
+ More per-platform fields land here over time. Use Advanced JSON for everything else. +