Skip to content

Conversation

@lishaduck
Copy link
Member

Authored-by: @PetalCat
Authored-by: @gemini-code-assist

Copy link
Member Author

@lishaduck lishaduck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This genuinely makes me a little mad. Not much. I was much worse earlier when "oh the llm broke the project". But still a little.

But I am proud of the committing habits. I assume Gemini picked up from your Claude, but perhaps you're improving. Given that the AGENTS.md told the to quit it, I'll give you the benefit of the doubt.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert this, it's wrong.

Comment on lines 50 to 64
// Keyboard shortcut: Ctrl+B (or Cmd+B on Mac)
const handleKeydown = (e: KeyboardEvent) => {
if ((e.ctrlKey || e.metaKey) && e.key === "b") {
e.preventDefault();
toggleSidebar();
}
};
window.addEventListener("keydown", handleKeydown);
return () => {
window.removeEventListener("resize", handleResize);
window.removeEventListener("keydown", handleKeydown);
};
});
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No way José

Comment on lines 67 to 69
$effect(() => {
localStorage.setItem("sidebarCollapsed", String(isCollapsed));
});
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use runed's PersistedState plz... 🙏🏻

Really, we need to refactor all of our UI state to use Runed, but I can at least stop too much more from leaking in here.

</script>

<div class="min-h-screen bg-base-100 p-8">
<div class="h-full bg-base-100 p-8">
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch lil' bot!

@lishaduck lishaduck mentioned this pull request Dec 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants