Upcoming/Today/Tomorrow dashboard widgets#2658
Upcoming/Today/Tomorrow dashboard widgets#2658juliusknorr merged 6 commits intonextcloud:mainfrom BKapelari:More-Dashboard-Widgets-#2643
Conversation
There was a problem hiding this comment.
Those could go into a mixin to avoid duplicate code across widgets.
There was a problem hiding this comment.
Here's how you create a mixin: https://v2.vuejs.org/v2/guide/mixins.html
Let me know if you need help :)
|
Idea: Should we rename src/views/Dashboard.vue to something else? |
Yes, since this PR introduces DashboardToday and DashboardTomorrow, it could just be DashboardUpcoming for example. |
|
@juliushaertl please take a look. |
|
@juliushaertl do you think, we can let this on this status an merge it into main? |
|
Sorry for the delay here, I have it on my list of things to review. |
|
can we merge? Are only a few changes: https://github.com/nextcloud/deck/pull/2658/files |
|
@BKapelari could you provide some screenshots? |
Signed-off-by: Bernhard Kapelari <bernhard@kapelari.com> First feedback Signed-off-by: Bernhard Kapelari <bernhard@kapelari.com> lint:fix Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
needed for dashboard widgets Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
Did another rebase and resolved conflicts |
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
🎉 |
|
Hi, I want to add the Upcoming cards widget to the dashboard for all the users of my nextcloud via occ command like so: <occ config:app:set dashboard layout --value='welcome,mail,activity,UpcomingCards'> I am however unsure about the parameter I need to pass to this command to add the mentioned widget. I looked around the repo with search funtion but as I am no javascript nor php programmer I was not able to find what I was looking for. |

Summary
Basic function for the new dashboard widgets
TODO
Checklist