-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let apps handle clicks on todo entries #2478
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2478 +/- ##
============================================
+ Coverage 29.66% 29.68% +0.02%
Complexity 116 116
============================================
Files 153 153
Lines 5485 5487 +2
Branches 812 812
============================================
+ Hits 1627 1629 +2
Misses 3858 3858
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
817d6e3
to
a37ef87
Compare
Signed-off-by: Julius Härtl <jus@bitgrid.net>
a37ef87
to
2112efe
Compare
I have a problem understanding how that would work. When you are in the Calendar app, the Deck app isn't loaded, no? How could the Deck app then react to a click on a todo (via the event-bus)? |
See https://github.com/nextcloud/deck/pull/2683/files for the deck implementation. We basically register a small helper script that gets loaded and handles the event. |
Instead of asking admins to install the tasks app, maybe we could fallback to link to the task in the calendar app? |
Would be fine by me, but I'd say that would be separate from that PR. |
Description
Open task entries that are exposed by deck inside of the deck app by emitting an event that can be handled by apps
Type of change
How to test / use your changes?
Requires nextcloud/deck#2683
Checklist:
git commit -sm "Your commit message"
)