-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add attributions for weather status in modal #22319
Conversation
b1d854f
to
077e139
Compare
I’d say let’s use "Weather service" as a heading, and there we could also put a checkbox saying "Enable weather" which by default is checked, but could be unchecked if people don’ŧ want weather at all. What do you think @eneiluj @juliushaertl? |
077e139
to
d1b8c90
Compare
@jancborchardt Title changed, thanks. |
@jancborchardt @juliushaertl I was too lazy to create another branch+PR for this: the order of the statuses is now inverted (alphabetic sort by name for the moment). I started to make it possible to toggle weather status, i can get rid of it by removing it from the cheers |
@@ -59,6 +59,14 @@ | |||
|
|||
<h3>{{ t('dashboard', 'Change background image') }}</h3> | |||
<BackgroundSettings :background="background" @update:background="updateBackground" /> | |||
|
|||
<h3>{{ t('dashboard', 'Weather service') }}</h3> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ideally we should put this in the weather_status app somehow, but fine for now I'd say 👍
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 32137: failurejsunit
checkers
litmus
caldavtester-new-endpoint
caldavtester-old-endpoint
carddavtester-new-endpoint
carddavtester-old-endpoint
samba
sqlite-php7.3-webdav-apache
nodb
sqlite
mariadb10.1-php7.2
mariadb10.4-php7.3
mysql8.0-php7.2
mysql5.6-php7.2
postgres9-php7.3
postgres11-php7.2
integration-capabilities_features
integration-federation_features
integration-auth
integration-maintenance-mode
integration-ratelimiting
integration-carddav
integration-dav-v2
integration-ocs-v1
integration-checksums-v1
integration-external-storage
integration-provisioning-v1
integration-tags
integration-caldav
integration-comments
integration-comments-search
integration-favorites
integration-provisioning-v2
integration-webdav-related
integration-sharees-features
integration-sharees-v2-features
integration-sharing-v1
integration-sharing-v1-part2
integration-sharing-v1-part3
integration-sharing-v1-video-verification
integration-setup-features
integration-filesdrop-features
integration-transfer-ownership-features
integration-ldap-features
integration-ldap-openldap-features
integration-ldap-openldap-uid-features-php54-api
integration-ldap-openldap-uid-features
integration-ldap-openldap-numerical-id-features
integration-trashbin
integration-remote-api
integration-download
acceptance-access-levels
acceptance-app-files
acceptance-app-files-sharing
acceptance-app-files-sharing-link
acceptance-app-files-tags
acceptance-app-theming
acceptance-header
acceptance-login
acceptance-users
acceptance-apps
object-store-s3
object-store-azure
memcache-memcached
|
…tuses Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
d927091
to
18057db
Compare
@jancborchardt @juliushaertl rebased and squashed. We can merge that if you want and do the "toggle weather" feature later. |
Not sure about the header text and the attributions themselves 😁.