this post was submitted on 09 Jul 2025
15 points (100.0% liked)

Blorp

127 readers
1 users here now

This community has been moved to !blorp@lemmy.zip

founded 7 months ago
MODERATORS
 

I haven't push anything to the App Stores yet, but you can try PieFed on the web version of Blorp.

  1. Go to https://blorpblorp.xyz/home/ in the browser
  2. Login/add account by clicking the user icon in the top right corner
  3. Select PieFed and choose a server

Likely I'll be pushing PieFed support to TestFlight next.

This might be the biggest PR I've ever written. It took a month of work and thousands of lines of code updated. There s a very high chance that random things will be a little broken, but I'll fix the bugs as I find them. That being said, it's very usable. Please let me know if you encounter any issues.

PieFed is still pretty unstable. They could push a breaking change at any point that would require me to make an app update for PieFed to work again.

There are known issues that I'm solving with the help of the PieFed devs:

  • Private messages don't load your reply messages to other users
  • Comment loading is a little broken. You will see "missing comment" a lot

I hope you like the update, and I'm pretty confident this work will unlock the next chapter for Blorp. I might even look into mbin support, no promises.

top 8 comments
sorted by: hot top controversial new old
[–] arunshah@kbin.earth 3 points 2 months ago (1 children)

you needs Mbin support too.

[–] Alkaseltzer028@lemmy.zip 2 points 1 month ago

Yes, please!

[–] wakest@piefed.social 2 points 1 month ago

This is amazing I am so happy to see this. Hello from piefed on android!

[–] Blaze@lemmy.dbzer0.com 1 points 2 months ago

Great news !

[–] Rose@lemmy.zip 1 points 1 month ago (1 children)

Thanks. Having hover backgrounds for items on the sidebar would be nice to have.

[–] moseschrute@lemmy.ml 1 points 1 month ago (1 children)

Could you describe in a little more detail what you were thinking? Or provide and example if you know an app/website that does what you’re thinking.

[–] Rose@lemmy.zip 3 points 1 month ago* (last edited 1 month ago) (1 children)

Yeah, for example, when you're on the home page, the background of Home becomes background-color: var(--shad-secondary);, but I think buttons should also respond to hovering over them in a similar way. I wasn't thinking of Reddit when I made the suggestion, but Reddit has this in the CSS:

@media (hover: hover) and (pointer: fine) {
  .hover\:bg-neutral-background-hover:hover {
    background-color: var(--color-neutral-background-hover);
  }
}
[–] moseschrute@lemmy.ml 1 points 1 month ago

Oooo I see what you mean now. I wasn’t sure which sidebar you meant initially. Good catch!