aboutsummaryrefslogtreecommitdiffstats
path: root/apps/weather_status/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix weather iconJoas Schilling2022-08-251-2/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add Nc prefix to Nc vue component namesVincent Petry2022-08-251-24/+29
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Dashboard fixesJohn Molakvoæ2022-04-271-3/+0
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* l10n: Change "rain" to "rainfall"Valdnet2022-03-311-18/+18
| | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Auto fix warningsLouis Chemineau2022-01-211-8/+4
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Replace license information to SPDX expressionLouis Chemineau2022-01-112-2/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Typing correctionsLouis Chemineau2022-01-111-2/+0
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix dynamic loadingJohn Molakvoæ (skjnldsv)2022-01-081-5/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Eslint fixJohn Molakvoæ (skjnldsv)2022-01-082-23/+23
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [weather widget] only display integer temperaturesJulien Veyssier2022-01-061-2/+2
| | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* factorization in weather widgetJulien Veyssier2022-01-051-40/+40
| | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* [weather widget] refs #23399 #30436 show current weather and forecastJulien Veyssier2022-01-051-35/+100
| | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* Bump @nextcloud/router from 1.2.0 to 2.0.0dependabot[bot]2021-07-231-8/+8
| | | | | | | | | | Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-router/releases) - [Changelog](https://github.com/nextcloud/nextcloud-router/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-router/compare/v1.2.0...v2.0.0) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-312-0/+23
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* delete a weather favorite when its icon is clickedJulien Veyssier2020-12-161-3/+11
| | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* add favorite weather locationsJulien Veyssier2020-10-082-1/+96
| | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* avoid crash when unauthenticated users make weather-related requests, ↵Julien Veyssier2020-09-281-6/+25
| | | | | | mention it in UI Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* Fix weather status icon selector with nextcloud/vue updateJoas Schilling2020-09-071-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* build weather-status to solve design issuesJulien Veyssier2020-09-041-3/+3
| | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Hide error if a background request fails during navigationChristoph Wurst2020-08-271-1/+5
| | | | | | | | | | | | If you open the dashboard but quickly navigate somewhere else, a toast will show telling you that the weather status could not be fetched. As a user I don't care about this. This is only relevant if the user intents to no leave the page. So let's not show a toast for aborted connections. This makes the UX a tad smoother. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix checkbox order and iconsJulien Veyssier2020-08-211-0/+6
| | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* remove background-color for user status and weather status in dashboard, ↵Julien Veyssier2020-08-201-6/+0
| | | | | | build all Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* better translations, fix status color, build user status and dashboardJulien Veyssier2020-08-201-39/+27
| | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* Weather status: Fix small design issuesJan C. Borchardt2020-08-201-2/+0
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* new weather status used in dashboardJulien Veyssier2020-08-203-0/+647
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>