summaryrefslogtreecommitdiffstats
path: root/apps/dashboard/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix list structurejulia.kirschenheuter2023-03-281-3/+3
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Fix description for icons in dashboard widgetsjulia.kirschenheuter2023-03-221-1/+5
| | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> (cherry picked from commit b111c180a532607528df261359876a849d4b55a5)
* Some Dashboard widgets are larger than othershamza2212023-02-021-0/+1
| | | | Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
* fix dashboard scrollingSimon L2022-11-081-1/+0
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Invert header icons on bright preset backgroundsChristopher Ng2022-10-191-22/+0
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix various theming bugsChristopher Ng2022-09-283-101/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* DashBoard : Allow up to 5 widgets side by side Jérôme Herbinet2022-09-221-1/+1
| | | | | Signed-off-by: Jérôme Herbinet <j.herbinet@protonmail.ch> Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* Move background settings from dashboard app to Appearance and accessibility ↵greta2022-09-144-232/+39
| | | | | | | settings Signed-off-by: greta <gretadoci@gmail.com> Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Improve dashboard default scrollbar behaviorCarl Schwan2022-09-091-7/+2
| | | | | | | | | - Decrease spacing so that scrollbar doesn't appear on laptop screen when having one row of panel - Move scrollbar to content so that on chromium the scrollbar is not so ugly Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* dashboard should not have a scrollbar by defaultszaimen2022-09-081-1/+1
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Some more fixesJulius Härtl2022-09-011-7/+7
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Restore dashboard layoutJulius Härtl2022-09-011-5/+30
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix status button background on dashboardJulius Härtl2022-08-291-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* More dark theme fixesCarl Schwan2022-08-261-1/+0
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Add Nc prefix to Nc vue component namesVincent Petry2022-08-251-8/+8
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Bump @nextcloud/vue to 6.0.0-beta.3 and relatedVincent Petry2022-08-251-4/+4
| | | | | | | | Update @nextcloud/vue to 6.0.0-beta.3 Update vue and vue-template-compiler to 2.7.8 Update calendar-availability-vue to 0.5.0-beta.1 to fix conflicts. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Expose core background imageJulius Härtl2022-08-191-1/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move dashboard to new variablesJulius Härtl2022-08-191-8/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* l10n: Changed plural to singularrakekniven2022-08-141-1/+1
| | | | | | | | | | | Here you can select the default theme image, not images. Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* dashboard: Fix dark theme detectionFerdinand Thiessen2022-07-261-2/+4
| | | | | | | | | When system default color theme is selected for theming, the enabledThemes array is empty or just contains one entry 'default', in this case the color theme has to be retrieved from the browser. Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* make 'text-overflow: ellipsis' possible again in dashboardArtur Neumann2022-06-211-1/+2
| | | | | Signed-off-by: Artur Neumann <artur@jankaritech.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Improve accessibility with more visible focus indication for non vue appsCarl Schwan2022-05-161-3/+3
| | | | | | | | | | | | - Add visible-focus effect on each header entry - Show focus outline when using focus-visible (keyboard navigation) - Add polyfy for focus-visible since it's only very recently available on webkit - Change text for link to home button to describe the destination and not the current page - Improve focus effect in app sidebar navigation Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Cleanup and compileJohn Molakvoæ2022-05-131-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Dashboard fixesJohn Molakvoæ2022-04-273-51/+73
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Remove accessibilityJohn Molakvoæ2022-04-211-1/+7
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* quick fix for focus on weather and customize buttonVanessa Pertsch2022-03-231-1/+5
| | | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Dashboard customize view: revert to largeQuentin Guidée2022-03-191-1/+1
| | | | Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
* Refine dashboard customize viewQuentin Guidée2022-03-191-4/+14
| | | | Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
* fix all modals after vue 5.0szaimen2022-02-221-3/+1
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Replace license information to SPDX expressionLouis Chemineau2022-01-114-4/+4
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix dynamic loadingJohn Molakvoæ (skjnldsv)2022-01-081-3/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Eslint fixJohn Molakvoæ (skjnldsv)2022-01-081-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Dashboard - fix touch layoutszaimen2021-09-091-0/+2
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* refs #26113 do not escape display name in dashboard welcome textJulien Veyssier2021-07-111-4/+4
| | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* l10n: Spelling unificationValdnet2021-06-021-1/+1
| | | | | | Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-314-6/+31
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Make background cover whole viewportJo Sprague2021-03-191-0/+1
| | | | | | | Without a min-height, wider viewports can result in a blank white space at the bottom of the screen. This CSS ensures that doesn't happen. Signed-off-by: Jo Sprague <git@josprague.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* 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>