this post was submitted on 14 Jun 2023
62 points (100.0% liked)
Lemmy.ca's Main Community
2809 readers
1 users here now
Welcome to lemmy.ca's c/main!
Since everyone on lemmy.ca gets subscribed here, this is the place to chat about the goings on at lemmy.ca, support-type items, suggestions, etc.
Announcements can be found at https://lemmy.ca/c/meta
For support related to this instance, use https://lemmy.ca/c/lemmy_ca_support
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Some UX comments. I'm not sure if you have a line up to the development team, but these minor suggestions should help a bit I think.
(1) when you start typing !community... and it automatically creates a link for you, that link is currently a direct link. That works fine for communities also on lemmy.ca, but for federated communities, it's bad -- because we don't have user accounts there. More ideally, it should default to creating the local-server-accessible version of the link -- aka /c/[email protected] rather than https://server.tld/c/community. This will allow people to jump to between communities more easily.
(2) Right now the modlog shows federation wide events. This is great from the perspective of transparency, but it'd be nice if there was a subset limited only to those communities you're moderating. How hard would this be to implement?
(3) For things like the /c/hockey game-day-thread that happened yesterday, it'd be nice as the poster to be able to set the default comment sorting. In that case, setting the default to new would have been useful.
(4) It'd be nice to be able to set a default for the Frontpage. For example, to Subscribed+Top_Day. Having to click twice each time to see your subscriptions is a little annoying.
(5) It'd be nice to be able to set a default language, rather than having to choose it from the dropdown every time. Like in user options, "When I do not select a language, my comments and posts will default to ..."
(6) Reddit refugees are used to being able to type r/subname and have the link be autocreated. Would it be reasonable for the autolinking that occurs with !community to also occur if someone types c/community or /c/community? Transferable skills ;)
I don't speak rust, but am a programmer. It may be easier for someone Involvedβ’ to do, than for me to spin up a server for development/testing.
Thanks for hosting! Let me know if you want help with /c/Winnipeg.
wow thanks for your detailed feedback. looks like others found feature request/fixes for most of them.
i can submit feature requests for 3 and 6 if you'd like, they sound like good ideas to me.
for (3), so the poster sets the default comment sorting, and that applies to all users that view the comments in that post?
and for (6), i believe i know what you mean, but just to clarify: if you were to type something like
https://lemmy.ca/c/some_community_that_doesnt_exist_yet
, it would say something like "this community doesn't exist, do you want to create it?".Yes, you understand (3) correctly.
For (6) what I mean is behaviour like (1), where if you start typing with /c/ or c/ it automatically suggests links to communities. This behaviour already exists with !
It could make things feel a bit more familiar to Reddit migrants. But isn't strictly necessary.
However, you're interpretation of (6) is also a great idea! It's something that exists on Reddit. It's a softer landing than a 404 :)
ah, i see what you mean, autocomplete for when you start typing
/c/...
, or variants of it. got it. good idea.I don't have notes for all your points, but for a couple of them:
(1) This is being actively discussed in this GitHub issue.
(4) This can be accomplished in your account's Settings:
Type
andSort type
Hope that helps!
Excellent, thanks! I've changed my settings for (4) :)
No prob, happy to help!
I also found some related GitHub issues for a couple of your other suggestions:
(2) https://github.com/LemmyNet/lemmy-ui/issues/1209
(5) https://github.com/LemmyNet/lemmy-ui/issues/1231