I like it being at the bottom. That way you get fewer people coming in to all say the exact same thing without interacting with each other.
It's sort of like the design is "listen before you speak."
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
I like it being at the bottom. That way you get fewer people coming in to all say the exact same thing without interacting with each other.
It's sort of like the design is "listen before you speak."
If you install KES and navigate to the setting Threads > Rearrange post order
, you can dynamically change the position of the OP, the comments, the add comment box, and other elements and choose which place you want them to be in descending order. You can direct other questions to our magazine on /m/enhancement as well.
It's nice to be at the bottom. In this manner, you can reduce the number of people who show up and say the same thing without speaking to one another. basketball stars
Sort of like "listen before you speak" is ingrained in the design.
If it's really bugging you, you could put something like this in a GreaseMonkey script:
function move_comment_add() {
let comment_add = document.getElementById("comment-add");
let comments = document.getElementById("comments");
comments.insertAdjacentElement("beforebegin", comment_add);
}
move_comment_add();
This seems to already be implemented and probably coming once Ernest is able to finish the update. You might be able to find other instances that are already featuring this.
Like, I saw strings regarding this when contributing to translations yesterday. Some setting in the sidebar's gear menu to toggle the position.