-

@ Ingwie Phoenix (aka. birb)
2025-04-17 22:34:11
#Jumble's codebase is super readable.
Case in point: I went looking where to technically add a ctrl+enter handle, and found it within 2 minutes: https://github.com/CodyTseng/jumble/blob/master/src/components/PostEditor/NormalPostContent.tsx#L181-L184
Technically, this should go into the TextArea ( https://github.com/CodyTseng/jumble/blob/master/src/components/PostEditor/NormalPostContent.tsx#L126-L132 ) in an onKeyDown event - or alike.
But the fact I found it so fast speaks for the codebase; I am not a React enjoyer, and yet found this really, really quickly. Great job - seriously, credit where it's due!