this post was submitted on 20 Jun 2023
213 points (100.0% liked)

/kbin meta

4 readers
1 users here now

Magazine dedicated to discussions about the kbin itself. Provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics. ---- * Roadmap 2023 * m/kbinDevlog * m/kbinDesign

founded 1 year ago
 
top 50 comments
sorted by: hot top controversial new old
[–] ernest@kbin.social 90 points 1 year ago (3 children)
[–] ryand3rk@kbin.social 24 points 1 year ago (1 children)

it's a mock-up, if you missed comment below

[–] ernest@kbin.social 42 points 1 year ago (2 children)
[–] aroom@kbin.social 9 points 1 year ago (1 children)
[–] FaceDeer@kbin.social 14 points 1 year ago (1 children)

It's a good sign that Kbin is developing rapidly when even ernest loses track of what features it has. :)

[–] parrot-party@kbin.social 5 points 1 year ago

I think @ernest was just being cheeky. Kbin hasn't changed much UI wise since the reddit explosion started. It's been mostly under the hood, trying to keep the ship upright in the rocky storm of users.

[–] FaceDeer@kbin.social 4 points 1 year ago

@perry just made a tampermonkey script to accomplish something like this, below.

[–] Melpomene@kbin.social 3 points 1 year ago

You've got to buy it dinner first!

/jokes

We know you're working hard... this would be nice to have but we appreciate you and all you do.

load more comments (1 replies)
[–] Perry@kbin.social 26 points 1 year ago* (last edited 1 year ago) (4 children)

I really wanted something similar so I threw a quick and dirty tampermonkey script together to fetch the subscriptions from the settings page. I think it worked out pretty alright.

Edit: Someone else can probably do something a lot better, but here is the code: https://pastebin.com/P0mR9QL6

Paste it into a new script and call the addSubscriptionsSidePanel() function to run it.

Edit2: I've uploaded it to Greasy Fork so that you can install it directly: https://greasyfork.org/en/scripts/469139-kbin-subscriptions-panel

[–] mrbitterness@kbin.social 6 points 1 year ago

link to script?

[–] LennethAegis@kbin.social 4 points 1 year ago

Do share, this would be a great boon for a lot of us while something similar get officially implemented.

[–] Perry@kbin.social 3 points 1 year ago (4 children)

I'm not entirely sure how to properly ping users, but I've updated the comment with a pastebin with the code. https://pastebin.com/P0mR9QL6

@mrbitterness @LennethAegis @RodPhoto

load more comments (4 replies)
load more comments (1 replies)
[–] Xathonn@kbin.social 25 points 1 year ago (2 children)

I want the ability to customize the top bar with the magazines I want to be able to quickly access. It's a feature that is in RES you can shortcut any subreddit to be on the top bar.

[–] Vincent-Van-Vega@kbin.social 7 points 1 year ago* (last edited 1 year ago) (1 children)

Honestly, I feel like Kbin is missing RES type of extension. Meanwhile, I found some good scripts on GreasyFork for Tampermonkey that scratch some missing features while browsing kbin.

[–] 10A@kbin.social 5 points 1 year ago (1 children)

The only reason for RES is that Reddit is closed-source.

load more comments (1 replies)
[–] Skray@kbin.social 4 points 1 year ago

Yeah this is what I'm missing the most about Kbin is just being able to quickly browse to my favorite communities and magazines with a click.
This mockup is a great utilization of the horizontal deadspace on the sides.

[–] theinspectorst@kbin.social 13 points 1 year ago* (last edited 1 year ago) (1 children)

A real problem I've had since I got here is that many of the communities I want to engage with are quite small, and so their posts get drowned out on my 'subscribed' page by posts from the bigger communities I'm subscribed to. I need a quick way to get to them so I can view their content, and at the moment getting to them is far too convoluted.

[–] scyrp@kbin.social 4 points 1 year ago (1 children)

You can change your homepage in settings to subscribed. So whenever you hit home it takes you to your subbed page. I keep on it All for now since so many magazines are empty but as the site fills out I will switch it to subbed.

[–] theinspectorst@kbin.social 2 points 1 year ago

Unfortunately a) that doesn't work for me on mobile, only desktop (seems like a few people have reported the same issue, it keeps reverting to all so I have to manually go to my subscribed page each time) and b) that doesn't help anyway as I'm subscribed to a mix of big and small communities - so what I'm looking for is a way to go direct to one of the smaller communities (as I could on Reddit) because they get drowned out on my subscribed page.

[–] Zorque@kbin.social 10 points 1 year ago (1 children)

Would be nice to make use of that giant empty space on either side of the content.

[–] NocturnalNebula@kbin.social 3 points 1 year ago

This I what I just don’t get! As a user of RES, the “new Reddit redesign” or whatever it was, was so heinous to me because of all the empty space on the left and right of the page. Even on Lemmy.world I kinda get the same feeling, UI wise, on desktop. Kbin isn’t as bad tho when it comes to wasted space

[–] raltsm4k@kbin.social 10 points 1 year ago* (last edited 1 year ago) (3 children)

Made a script that does it, here's a link if anyone's interested: https://greasyfork.org/en/scripts/469121-floating-subs-list
Note that it'll only work on screens wider than 1136px.

https://i.imgur.com/4skgYVk.png

[–] davetansley@kbin.social 2 points 1 year ago (1 children)

This is amazing! It basically recreates my reddit browsing experience and makes the whole site so much easier to navigate!

I can see references in the code to "sort alphabetically" (which would be very welcome!)... but I can't see the button. Did that function not make it into this version of the script?

Thanks again!

[–] raltsm4k@kbin.social 2 points 1 year ago (2 children)

Huh, are you running version 0.2 of the script? I pushed the sorting update not too long ago and I don't currently have it configured to auto-update. If you are up to date, would you mind telling me your browser and which monkey extension you're using?

[–] McBinary@kbin.social 2 points 1 year ago (1 children)

Excellent, thanks for the sorting option!

Does this only list kbin magazines? I see a couple lemmy subscriptions there, but not nearly all of them.

[–] davetansley@kbin.social 2 points 1 year ago (1 children)

I think the problem is that the subscription page (that the script gets its items from) is paginated, and the script will only get the items on the first page.

load more comments (1 replies)
[–] davetansley@kbin.social 2 points 1 year ago

Ah! It looks like I wasn't on the latest version... updated and it works perfectly now! Thanks!

load more comments (2 replies)
[–] mizzyc@kbin.social 7 points 1 year ago

That's definitely what I need! And also would be perfect if the deafult view of the homepage had only posts from the magazines that I'm following, without having to go to specific page just for it.

[–] TimeSquirrel@kbin.social 7 points 1 year ago* (last edited 1 year ago)

Ah, so I'm NOT stupid and there isn't actually a convenient way to list your subscribed magazines on your front page. That seems like such a simple feature though.

Edit: speaking of this, is there a way to easily see the context of a reply, like how on reddit you can just keep clicking on "context" or "parent comment" and keep going up in the nest? Right now I'm having to go back to the original thread and find my comment to see the comments around it. It'd be nice if they could stick that in the "more" menu.

Unless I'm being stupid again and totally missing it.

[–] Jcb2016@kbin.social 6 points 1 year ago* (last edited 1 year ago) (1 children)

Looks to much like Reddit. Kbin is perfect. also can you imagine if they implemented this. What would the web app look like?

e: I've only been on kbin for 2 days kinda like 1 . I have a lemmy and mastodon account and kbin is more reddit like to me. Haven't been on mastodon all day

[–] jinno@kbin.social 3 points 1 year ago

Quicker access to magazines I’m subscribed to is like my only actual gripe about desktop at this point. Still rough on mobile because there’s no access to greasemonkey or stylesheet override tools.

[–] paorzz@kbin.social 6 points 1 year ago

This looks amazing and clean. How do we get this?

[–] RodPhoto@kbin.social 5 points 1 year ago

@shazbot created a nice -monkey script that puts a link to your subscriptions at the top, which I've found super useful. Install it with Greasemonkey or Tampermonkey from here: https://github.com/aclist/kbin-scripts/raw/main/subs.user.js

[–] Haze@kbin.social 4 points 1 year ago (8 children)

Opinions?
And another example.

load more comments (8 replies)
[–] nothingspecial@kbin.social 4 points 1 year ago

Adding my emphatic thumbs-up for this feature which I've also been wanting in my interactions with the kbin UI.

[–] ADHDefy@kbin.social 4 points 1 year ago

Yes please! This + multi-magazines (like multi-reddits) would complete this site for me. Well, that and 2FA.

[–] lixus98@kbin.social 3 points 1 year ago

This looks amazing! I believe kbin will look really good in the near future

[–] FirstSeaLord@kbin.social 3 points 1 year ago

Very nice, I'd like to have the first option, not sure how, but it'd be nice to have a easy way to see if it's a community from another instance.

Maybe by appending c/ and m/ or ending all "foreign" communities with .instancename so like just "news" for kbin social but "news@lemmy.world" or "news.world" idk. This could I guess be toggle-able.

[–] JollyRoberts@kbin.social 3 points 1 year ago (1 children)

@Haze

Except for the "r/" i like it! Make it "c/" for lemmy and "m/" for kbin :-)

[–] Adama@kbin.social 5 points 1 year ago

Leave the prefix off altogether so it works cross server and doesn’t take unnecessary space

[–] Ph0mX@kbin.social 3 points 1 year ago

Looks great! Would be cool if we could have a choice of between custom UIs for kbin, lemmy, etc. Maybe a plugin system or something?

[–] okawari@kbin.social 3 points 1 year ago

Looks great! I'dd love this!

[–] thesoloist@kbin.social 3 points 1 year ago

This would be a great feature. It would be even better when we can aggregate different magazines into one category. For example combining all tech magazines from different instances into one technology page. Either manually or curated.

[–] asjmcguire@kbin.social 2 points 1 year ago

Opinions -
How? How do we get this! We need this now.

[–] Noki@kbin.social 2 points 1 year ago

https://kbin.social/m/kbinStyles/t/66759/Made-a-script-that-adds-a-floating-list-of-your

some one made this and posted it to kbinstyles - its wokring and looks good too!

[–] Dantastic@kbin.social 2 points 1 year ago

If ever implemented, I'd hope it was optional. Personally, I'd hate it. But more power to those who want the option to view kbin like that.

load more comments
view more: next ›