In addition to asking devs of third-party apps for Reddit to make one for Lemmy, why wouldn’t we ask them the same for kbin?
- Jupeter ( @Jupeter@kbin.social ) 2•1 year ago
Relay for kbin/Lemmy would be awesome, I love that UI.
- Monitor343 ( @Monitor343@kbin.social ) 1•1 year ago
Hell yeah! I love Relay. I would buy a new version of Relay for Kbin in a heartbeat.
- onceuponaban ( @onceuponaban@kbin.social ) 2•1 year ago
RedReader’s dev, while granted a reprieve from the APIcalypse due to his app handling accessibility better than the first party app ever did, does see the writing on the wall and is planning to expand his app to cover other networks, Lemmy, Tildes and Hacker News being on the list. Maybe kbin as well?
- RosemarySolomon ( @RosemarySolomon@beehaw.org ) 2•1 year ago
A proxy is being worked on: https://github.com/derivator/tafkars
Eventually, I presume some kbin support wouldn’t be out of the question especially if people submit PRs for it.
- rebul ( @rebul@kbin.social ) 1•1 year ago
The PWA works fine.
- abff08f4813c ( @abff08f4813c@kbin.social ) 2•1 year ago
If you can install it, sure.
Edit: 14 hours later and I can install it just fine. CloudFlare broke it but it seems that it’s gone back to normal working status now that CloudFlare is off.
- sgtlighttree ( @sgtlighttree@kbin.social ) 0•1 year ago
Yeah, I don’t see an option for installing it in any mobile browser I’ve tried on Android, and IMO a PWA on desktop seems a bit redundant
- abff08f4813c ( @abff08f4813c@kbin.social ) 1•1 year ago
I wonder if it will start working once CloudFlare is off. Lighthouse reports it can’t analyze the page and check for PWA compliance because of that. It works in iPhone though so maybe Safari is more lenient.
Edit: 13 hours shows that the answer is yes!
- deaconblue ( @deaconblue@kbin.social ) 1•1 year ago
I like the idea of a kbin app, but I wonder if it’s just because I’m so used to everything having its own app. I got the jerboa app and tried to use Lemmy. It was so busy that I couldn’t get anything to work. So I ended up on kbin. I like it, at least so far. Accessing it through a browser works, but maybe it would be better to have an app tailored to it. Either way I don’t think I’m going back to reddit.
- Karlos_Cantana ( @Karlos_Cantana@kbin.social ) 1•1 year ago
If you’re on Android, you can make a lite app with Hermit or Vivaldi.
- AnonymousLlama ( @AnonymousLlama@kbin.social ) 1•1 year ago
The dev seems really active on here and I’ve got a feeling over the next few weeks when he sorts out some of the backend challenges, he’ll look into some of the UI/UX improvements. The site from what I can see runs off Laravel / PHP and it’s on GitHub so people can submit PRs and help him out with work.
I’ll be looking into it myself to see if we can get click to collapse nested comment threads working, along with some other UX aspects.
I think getting one of the app devs interested in kbin would be pretty handy though, but might be hard if the main dev is actively working and improving the site
- Tetracyclic ( @Tetracyclic@kbin.social ) 0•1 year ago
Minor correction, Kbin is built on Symfony, rather than Laravel.
- greeen_tomato ( @greeen_tomato@kbin.social ) 0•1 year ago
I was surprised by that. I thought Laravel is the cool kid on the block. :D
- Maestro ( @Maestro@kbin.social ) 0•1 year ago
It is, but Symfony is better suited to a complicated application like kbin.
- greeen_tomato ( @greeen_tomato@kbin.social ) 1•1 year ago
Yeah… I have/had a bad opinion about symfony, because we used it an old company. But that was mostly driven by young, inexperienced developers. In hindsight the problems we had were mostly because of junior developers trying to build tools instead of the framework.