You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix typos causing code to fail
* Apply same logic to fed:missing as to fed:backends
* Hide notice if missing backend is irrelevant
* Prevent FedMissingNotice in non-federation context
I returned `true` too eagerly :D When it's not a federation context, of course supportedBy is undefined, so affectedByMissing became true. The Notice didn't render anyway because of further checks in the component itself, but it was added to the DOM and that should be avoided too.
* Hide notice if `missing` is empty array
* Unify fed notice layouts and improve their texts (see #100, #101)
* Apply suggestions from code review (cleanup and style)
Co-authored-by: Matthias Mohr <webmaster@mamo-net.de>
* Change texts of federation notices (see #100, #101, #102)
---------
Co-authored-by: Matthias Mohr <webmaster@mamo-net.de>
The following list is incomplete as at least one of the services in the federation is currently not available.
7
-
The data for the following services is missing: {{ services.join(', ') }}
6
+
This data is incomplete as the following service{{services.length > 1 ? 's' : ''}} in the federation {{services.length > 1 ? 'are' : 'is'}} currently unavailable:
0 commit comments