summaryrefslogtreecommitdiffstats
path: root/src/main.js
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>
2020-06-19👌 IMPROVE: update nextcloud npm dependencies to the new @nextcloud ↵Jonas Sulzer
namespace versions && update the AppNavigation to the work with the new component Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-09-09fixing importsMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-07-20smaller resize + lint errorsMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-07-19Uses vue-masonry-css to display post attachments in a masonry styleCyrille Bollu
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2019-03-01Fix click event and tooltip usageJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-02-26Use individual importsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-02-20Add inline actionsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-02-20Add UI to reply to a postJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-01-03Fix account store for entries without actor informationJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-21Fix contenteditable handlingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-21Fix eslint errors for compositionJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-21Replace emoji images with utf8 emojisJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-21Add twemoji parsingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-10-26Add proper eslint settingsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-10-23Add basic routing and profile info pageJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-10-23Add vuex structureJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-08-26Vue example appJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>