nextcloud / neon

A framework for building convergent cross-platform Nextcloud clients using Flutter.
Other
123 stars 29 forks source link

Add missing weather status icons and translations #2516

Open provokateurin opened 4 days ago

provokateurin commented 4 days ago

Basically replicate the changes of https://github.com/nextcloud/server/pull/48353.

I was actually just going to write a new weather_status API that offloads the icon stuff to the backend because it is annoying to handle in the frontend, but the changes of that PR make it a lot easier for us, so that is not really necessary.

These changes will only be available in 31, so marking as blocked for now (but it doesn't 31 as the lowest version, we just need the sources for the icons).