summaryrefslogtreecommitdiffstats
path: root/templates/main.php
AgeCommit message (Collapse)Author
2020-09-02👌 IMPROVE: use vue Content components and transmit serverData over ↵Jonas Sulzer
initialState - use vue components `Content` and `AppContent` with it's respective styling to be independent from server styling - use OCP\IInitialStateService and @nextcloud/initial-state to transmit the serverData instead of using a hidden span element and jsonEncode/Decode this is needed to use the `Content` component, so the vue instance can be mounted to #content directly (otherwise server styling for #content interfers with the vue styling) - also improves some general styling (mostly widths and margins/paddings) Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2018-10-23Add basic endpoint for account dataJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-09-05Starting Nextcloud SocialJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-08-26Vue example appJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>