home.social

#mastoffline — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #mastoffline, aggregated by home.social.

  1. And with that, the #code for #Mastoffline, my in-development personal #Mastodon client using #MastodonPy and #Kivy, has been published to #SourceHut: git.sr.ht/~fixato/Mastoffline

    It's far from done, but I felt the code had matured enough from a simple proof of concept to see if Kivy was a suitable #Python #GUI library for me, to one of my #ScratchYourOwnItches #PetProjects that I will slowly work on when I feel like it, to warrant its own repo.

    #coding #PetProject

  2. right, added the storing as well, while it was still fresh in my mind :)

    Will see tomorrow if I'll work on the previously planned write-support, or if I make the display of toots more feature complete, as I am missing cards, profile pics, emoji, and whether it was a boost or (in the case of notifs) favourite, or reply.

    Progressing slowly, but slow progress is still progress.

    #mastoffline #coding #ScratchYourOwnItches

  3. (ah! of course! The Popup widget's content can be anything, not just an Image/AsyncImage, so I can just feed it another widget that contains both the AsyncImage as well as a Label in a ScrollView for the description!)

    #coding #thinkingAloud #Mastoffline