-
Notifications
You must be signed in to change notification settings - Fork 59
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
Frontend implementation #8
Conversation
Aaalright, nice! :) We should limit the width as on the mockup for readability (keeping the container centered on screen, as if the navigation wasn't there). Otherwise apart from details it looks great! :) |
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Getting some Vue errors on compilation:
|
App does not show up and the Nextcloud log gives me this:
|
cc @daita Seems composer isn't properly generating the classmap for your library.
Can be ignored for now, once we have real data we can properly define a key |
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
@jancborchardt The issue was fixed by @daita on master. Feel free to check out the latest results from there. |
This is a first start implementing the apps frontend in vue.js
@daita Is there already an API endpoint where posts can be fetched/created? Is the social account creating already done using the federated cloud id?
cc @jancborchardt