marcustyphoon
marcustyphoon
No worries! I think I was simply biased towards my reading because I've already spent time investigating this, so my priors were that (as is currently the case in the...
Note: I would love to work on this, but I Don't Know How To Do It. (More accurately, I Only Know One Way To Do It And That Way Is...
The problem is that if we intercept synthetic events at the post body, we also intercept events that result from clicking children elements. I was hoping we could attach a...
> (Looking at it now I don't see why I was worried about that—is `event.target === event.currentTarget` not good enough? Maybe I tried that already and it didn't work, but...
It's not. What you said works; we don't even have to put the listener there or use capturing (the actual element works fine, as then ours will occur before react's...
Ah, I didn't realize you hadn't looked into this yet. _**There is no anchor element.**_ (We could just hide it if there was.) Posts are clickable because there's a (React,...
Honestly, it would be nice if redpop just happened to have a semantic attribute for it, a la `data-skip-glass-focus-trap`. If you were still Staff I'd be like 🥺👉👈 (even though...
> I think pretending the entire post is an audio player is fine, actually. On the one hand, I mean, great, that makes the non-CSS portion of this like four...
Okay, it's like 9 lines. ```js import { keyToCss } from '../../utils/css_map.js'; import { buildStyle } from '../../utils/interface.js'; import { pageModifications } from '../../utils/mutations.js'; // this takes advantage of tumblr's...
Not sure if you saw my previous comment about this: any alternative feature name ideas? I don't think it's obvious what an "attributed blogname" is/that this is the feature one...