-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Dashboard API #21346
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
Dashboard API #21346
Conversation
|
Great work, added some design & layout fixes. Now just needs the panels (or mocks) for Calendar, Mail and Talk. :) |
30a3f3a to
4ab2dc5
Compare
|
Acceptance tests would still need some more work due to the new default app, but this should be good for a first review round until those are figured out. 😉 |
Maybe as discussed we don't add it as default just yet. only when we think it is ready? |
45e3cdc to
4a39d36
Compare
Yes, I've dropped that for now and added it to the todo list for the next steps. |
|
/compile amend / |
4a39d36 to
477e89d
Compare
477e89d to
61db82c
Compare
2e3bb89 to
2825e4d
Compare
cb7fecd to
af3c51f
Compare
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Jan-Christoph Borchardt <[email protected]>
Signed-off-by: Jan-Christoph Borchardt <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
…g backward compatible apps Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Jan-Christoph Borchardt <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
053f7cf to
1026be8
Compare
|
/compile amend / |
Signed-off-by: Julius Härtl <[email protected]>
1026be8 to
6b2bb32
Compare
|
Ah it was the missing map file. |
|
Breaks master tests - let me fix them. |
See #21346 Signed-off-by: Morris Jobke <[email protected]>
|
This PR is the first part of the planned dashboard work. For now it contains the following parts:
A reference panel implementation can be found in nextcloud/recommendations#229
Required steps for implementing a panel as an app developer: 📖 nextcloud/documentation#2168
ToDo
Follow-up