aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dashboard/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* 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>