martin
@martin@meta.discourse.org
- Comment on Introducing the unified new view for the topic list 17 hours ago:
It just felt like a lot of text to show all the time to users just because they have an empty list, regardless of whether a user account was 1 day old or 10 years old…this is what we show now:
But there is probably a middle ground, like maybe we could show more info if the user account isn’t very old, or we could add more info in a tooltip? @awesomerobot WDYT?
Overall we still have to do more work on user tips/new user education, hopefully at some point we can get to this.
- Submitted 1 day ago to Announcements@meta.discourse.org | 10 comments
- Comment on Granular group-based permissions for anonymous and logged in users 2 days ago:
Looking at these components,
currentUser?.groupsis not reliable anyway, since it only includes visible groups for the user, and the groups that they are in that impact permissions may not be serialized here:We get around this in core/plugins by doing stuff like this in the current user serializer:
But obviously, this is not available to theme components/themes and their settings.
Hmm not sure, will have to think about this. If you truly meant
everyone, then it would need to change to bothlogged_in_usersANDanonymous_users. This was the main problem witheveryoneas stated in the OP – some people took it to mean only logged in users, others took it to mean logged in + anon, and it was very situation-dependent.I chose the “only logged in users” interpretation because that was safer from a security POV.
Nope, just didn’t think about theme components/themes and their settings and how they would be impacted by this change, I was mostly focused on site settings. Stuff like this especially will be very hard to find, since it’s not even using the
AUTO_GROUPSconst:Anyway, I will think up some solutions to these issues, and I won’t move this change along to Stable until I figure them out.
- Comment on Granular group-based permissions for anonymous and logged in users 4 weeks ago:
No, because:
This only affects group list type site settings that currently allow you to select “everyone” like so:
- Submitted 4 weeks ago to Announcements@meta.discourse.org | 5 comments