You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding this will probably require some refactoring, but it would be nice for users to be able to post a status from any timeline that they are viewing. This is an expected behavior for platforms such as Diaspora, where one can post from their own profile, their personal timeline, a tag search timeline, or from a public timeline.
At the moment, only src/components/home.vue calls the Composer element. I played around with this a bit, and it looks like it's not currently possible to call said component directly from the Timeline itself, without incorporating some of the methods currently being leveraged by home.vue.
The text was updated successfully, but these errors were encountered:
Adding this will probably require some refactoring, but it would be nice for users to be able to post a status from any timeline that they are viewing. This is an expected behavior for platforms such as Diaspora, where one can post from their own profile, their personal timeline, a tag search timeline, or from a public timeline.
At the moment, only
src/components/home.vue
calls theComposer
element. I played around with this a bit, and it looks like it's not currently possible to call said component directly from the Timeline itself, without incorporating some of the methods currently being leveraged byhome.vue
.The text was updated successfully, but these errors were encountered: