Merge branch '689-artist-album-mutations' into 'develop'
Edits for artists and albums See merge request funkwhale/funkwhale!722
No related branches found
No related tags found
Showing
- api/funkwhale_api/common/models.py 3 additions, 2 deletionsapi/funkwhale_api/common/models.py
- api/funkwhale_api/federation/routes.py 34 additions, 0 deletionsapi/funkwhale_api/federation/routes.py
- api/funkwhale_api/music/mutations.py 32 additions, 0 deletionsapi/funkwhale_api/music/mutations.py
- api/funkwhale_api/music/views.py 4 additions, 0 deletionsapi/funkwhale_api/music/views.py
- api/tests/federation/test_routes.py 26 additions, 0 deletionsapi/tests/federation/test_routes.py
- api/tests/music/test_mutations.py 48 additions, 0 deletionsapi/tests/music/test_mutations.py
- front/src/components/library/AlbumBase.vue 28 additions, 57 deletionsfront/src/components/library/AlbumBase.vue
- front/src/components/library/AlbumDetail.vue 62 additions, 0 deletionsfront/src/components/library/AlbumDetail.vue
- front/src/components/library/AlbumEdit.vue 41 additions, 0 deletionsfront/src/components/library/AlbumEdit.vue
- front/src/components/library/ArtistBase.vue 37 additions, 87 deletionsfront/src/components/library/ArtistBase.vue
- front/src/components/library/ArtistDetail.vue 79 additions, 0 deletionsfront/src/components/library/ArtistDetail.vue
- front/src/components/library/ArtistEdit.vue 41 additions, 0 deletionsfront/src/components/library/ArtistEdit.vue
- front/src/components/library/EditForm.vue 6 additions, 0 deletionsfront/src/components/library/EditForm.vue
- front/src/edits.js 30 additions, 1 deletionfront/src/edits.js
- front/src/router/index.js 52 additions, 4 deletionsfront/src/router/index.js
Loading
Please register or sign in to comment