Drew Fisher
Drew Fisher
Ah, that's probably the "attempt to first open in a platform-native app" behavior from [DeepLink](https://github.com/deathandmayhem/jolly-roger/blob/main/imports/client/components/DeepLink.tsx) acting weirdly before falling back to a more normal URL. As you guessed, this is...
That's pretty annoying, indeed. FWIW I did some internal digging and I was unable to find a rate limit that makes sense for us to be hitting based on what...
I imagine this more as a draft of an idea than necessarily the final word on #1388, but it seemed worthwhile to have something tangible to play with rather than...
> I think the stacking modals mostly feel fine to me on their own, but I will note that it makes the Google Sheets menu bar a fairly small target...
Oh, and dingwords, though that's maybe more of a tech preview than a publicly advertised feature. I forgot I implemented those.
Adding to the TODO list: more things we should add commentary/screenshots for: * Activity sparklines * @-mentions & chat formatting previews & I guess dingwords are probably no longer just...
My intuition broadly matches Grant's here -- I will argue pretty hard against overloading the navbar with a bunch of additional content. While I think I could still *possibly* be...
Alas, `` was removed in react-router 6: https://reactrouter.com/en/v6.3.0/upgrading/v5#prompt-is-not-currently-supported https://github.com/remix-run/react-router/issues/8139 tracks re-adding the feature, and there's some comments which suggest that this is still possible if we don't mind taking a...
This seems like maybe we want a tag manager UI somewhere. If we had one it would probably also be a good place to expose the `renameTag` method or do...
Another light automation idea here: we could make the puzzle entry form start out with the URL input at the top, and when that input is changed, attempt a `fetch()`...