alifeee
alifeee
ok… perhaps we cannot tell what it might look like styled then if it is any length regardless, I think it is not unreasonable for people to put small notes...
It sounds like there are options for many different opinions ;] I would propose putting out a (longstanding) poll or call for opinion of some kind, if you are interested...
however, a rejig of the system is out of scope of this issue — if you want to pursue if @leepeuker I would create another issue(?) for this issue: I...
having a play around with it, here is one solution which displays the `comment` field: on the branch https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/details ## logged in all collapsed short items expanded long item expanded...
> With long texts displaying everything just inside of the small watch date buttons does not seem like good UX to me. I get that. The current UX is that...
as I said I think before, it does not sit right with me to let your opinion be swayed by "how people might be using it" (i.e., thinking about short/long...
> So to be clear, you'd be able to log, review and so on but not interact with the rest of the ActivityPub? It makes sense, maybe being able to...
see examples of other AP implementations here: https://github.com/alifeee/activitypub-examples
added 4 working activitypub routes, see branch https://github.com/leepeuker/movary/tree/add/activitypub - `.well-known/host-meta` - `.well-known/webfinger` - `.well-known/nodeinfo` - `nodeinfo/2.1` also tried to add a `development/activitypub.md` file to the documentation, but can't figure out...
links to keep: - https://github.com/w3c-social/activitystreams-validator - https://www.w3.org/TR/activitystreams-vocabulary/#dfn-orderedcollection - https://socialhub.activitypub.rocks/t/modeling-a-movie-review-in-activitystreams/3822/5 new endpoints: - `/activitypub/users/` - `/activitypub/users//movies` - `/activitypub/users//movies?p=` - `/activitypub/users//movies/` - (not properly) `/activitypub/users//plays//` to-do: - add birthdate to Actor object...