Ian Dunn
Ian Dunn
I think it'd be helpful to add the class to `.autocomplete__wrapper`, so that other elements could be styled too.
If you never want to handle multiple requests, then I think you can just add this to your `launch.json` config: ``` "maxConnections": 1 ``` One of the things the OP...
_( that UI comes from the Two Factor plugin, so I'm gonna move this issue there )_ ---- Adding the blank line makes sense to me 👍🏻 I'm not sure...
Ah, thanks, I already had it done locally, so went ahead and opened the PR. It can wait until #75 is merged though.
> using syntax plugin which one?
it may be best if the endpoint just returns the raw data -- url, anchor text, parent id, is active, etc -- and the block generates the markup. that way...
🤔 , although, that would mean Trac etc have to generate matching markup, which will probably lead to things being out of sync. So maybe the endpoint should just call...
🤔 How were you picturing the static HTML would get updated? Would it include everything in ``? If how, how would it customize it for Trac vs Codex vs Openverse...
I started to create static stubs, but tried out the dynamic approach in 373b3fe just to see what would happen. Luckily it didn't take much to get it working. We'll...
@zackkrida , what do you think about these endpoints? * https://wordpress.org/openverse/wp-json/global-header-footer/v1/header * https://wordpress.org/openverse/wp-json/global-header-footer/v1/footer They're very rough/experimental. Let us know if a different approach would work better for you, if you'd...