summaryrefslogtreecommitdiffstats
path: root/apps/dashboard/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix @nextcloud/vue importsJohn Molakvoæ (skjnldsv)2021-01-141-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* refs #24970 fix night condition in dashboard greetingJulien Veyssier2021-01-131-1/+1
| | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* Fix dashboard greetings that show 'good morning' after noonNina Pypchenko2021-01-051-9/+34
| | | | | | | | | | | | | | | | Updated dashboard greetings to show "Good afternoon" after 12:00 instead of 13:00. Updated time periods for greetings: - Morning: 5:00 to 11.59 - Afternoon: 12:00 to 17.59 - Evening: 18:00 to 21:59 - Night: 22:00 to 4.59 Updated night-time greeting to "Hello" as "Good night" is a kind of goodbye. Closes #24938. Signed-off-by: Nina Pypchenko <22447785+nina-py@users.noreply.github.com>
* Change to the name of the appValdnet2020-12-301-1/+1
| | | | | | It should refer to the application name "Files". Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Added check on window.AccessibilityAvior2020-11-301-1/+1
| | | | | | | It crash the Dashboard when the Accessibility module is not presetn Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* override default dashboard background with theming oneJulien Veyssier2020-11-133-8/+18
| | | | | | | | fix getAppValue default value in theming app fix cacheBuster value injection Signed-off-by: Julien Veyssier <eneiluj@posteo.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* fix dashboard statuses sort functionJulien Veyssier2020-10-081-2/+11
| | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* Fix dashboard rendering if accessibility app is disabledJulius Härtl2020-10-051-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* refs #23140 split dashboard attributions in multiple lines to allow ↵Julien Veyssier2020-10-021-1/+3
| | | | | | translation parsing Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* Dashboard: Fix accessibility skip linksJan C. Borchardt2020-09-171-0/+5
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Dashboard: Fix 'Get more widgets' button sizeJan C. Borchardt2020-09-151-1/+1
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Dashboard: Change heading padding to relative so it adjusts based on screen ↵Jan C. Borchardt2020-09-151-1/+1
| | | | | | size, ref #22864 Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Fix v-deep overwrite for weather and status buttons, ref #22864Jan C. Borchardt2020-09-151-1/+1
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Remove tooltip on customize button in dashboardJulius Härtl2020-09-041-20/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix Dashboard CSS indentationJan C. Borchardt2020-08-252-237/+234
| | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Fix Dashboard background blur for Safari and iOS SafariJan C. Borchardt2020-08-251-0/+2
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Add shadow behind navigation when Dashboard is scrolledJan C. Borchardt2020-08-251-12/+1
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Add body class when dashboard is scrolledJulius Härtl2020-08-251-0/+11
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add loading indicator until the widget is mountedJulius Härtl2020-08-251-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Make the tick always whiteJoas Schilling2020-08-241-7/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix wording 'User status' to just 'Status'Jan C. Borchardt2020-08-211-1/+1
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* fix checkbox order and iconsJulien Veyssier2020-08-211-3/+6
| | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* add buttons in modal to toggle all statusesJulien Veyssier2020-08-211-3/+34
| | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* now able to toggle statusesJulien Veyssier2020-08-211-4/+35
| | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* add attributions and warning for external services in modal, sort statusesJulien Veyssier2020-08-211-1/+31
| | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* Dashboard: Fix status bubbles open but unfocused backgroundJan C. Borchardt2020-08-201-2/+4
| | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Dashboard: Suppress scrollbars inside widgetsJan C. Borchardt2020-08-201-1/+2
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Dashboard: Fix text on background choicesJan C. Borchardt2020-08-201-1/+0
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Adjust design of 'Get more widgets' buttonJan C. Borchardt2020-08-201-0/+7
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Dashboard: Move panels to more semantically correct h2Jan C. Borchardt2020-08-201-10/+10
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Dashboard: Ellipsize widget headings to one lineJan C. Borchardt2020-08-201-0/+5
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Dashboard: No need to extend height of widgets if only one column is shownJan C. Borchardt2020-08-201-0/+7
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Small fixes to cleanup codeJulius Härtl2020-08-202-25/+17
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Weather status: Fix small design issuesJan C. Borchardt2020-08-201-7/+6
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Only show app store link if user is adminJulius Härtl2020-08-191-1/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Dashboard: fix visual glitch when clicking on active backgroundJan C. Borchardt2020-08-191-1/+1
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Add previewsJulius Härtl2020-08-191-1/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Dashboard: Adjust for dark and high contrast themesJan C. Borchardt2020-08-191-0/+4
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Dashboard: Adjust for dark and high contrast themesJan C. Borchardt2020-08-191-24/+18
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Dashboard: Add more feedback for selected backgroundJan C. Borchardt2020-08-192-3/+10
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Add active indicator to background selectorJulius Härtl2020-08-192-11/+19
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Only invert header buttonsJulius Härtl2020-08-191-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Make it possible to define theme header styling per backgroundJulius Härtl2020-08-191-20/+21
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Dashboard: fix HTML structure of background pickerJan C. Borchardt2020-08-191-24/+11
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Fix late night errorsJulius Härtl2020-08-191-0/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* WIP: Start off with attribution for shipped backgroundsJulius Härtl2020-08-191-1/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Allow to set a primary color backgroundJulius Härtl2020-08-194-54/+114
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix keyboard navigationJulius Härtl2020-08-192-17/+36
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Dashboard: Customize modal design improvementsJan C. Borchardt2020-08-192-31/+54
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Remove old shipped backgroundJulius Härtl2020-08-192-12/+16
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>