diff --git a/changes/changelog.d/715.enhancement b/changes/changelog.d/715.enhancement new file mode 100644 index 000000000..faba8a62c --- /dev/null +++ b/changes/changelog.d/715.enhancement @@ -0,0 +1,3 @@ +Better workflow for connecting to another instance (#715) + +Changing the instance used is now better integrated in the App, and it is checked that the chosen instance and the suggested instances are valid and running Funkwhale servers. diff --git a/front/src/App.vue b/front/src/App.vue index e06156c18..e214f2fb4 100644 --- a/front/src/App.vue +++ b/front/src/App.vue @@ -1,5 +1,5 @@