[03:23:43] Krinkle: No I'm not familiar with this code at all, I didn't even realize ULS used Codex [03:24:50] I suspect they recently converted the ULS dialog from OOUI, its using cdx-buttons now. Not sure if this was broken during that, or already broken shortly before that conversion. But yeah, def not great right now. [03:25:39] idk what they're using it for, so idk if loading Codex on user interaction instead is feasible for their purposes, but regardless they also shouldn't load the entire library, but use code splitting to only load the components they need (semi-related: https://phabricator.wikimedia.org/T356691 ) [03:26:04] The dialog is opened on gear-click, so def possible on user interact. nothing is visible until then. [03:26:16] OK yeah I was about to say, if it's a dialog then I'm sure there's some sort of trigger [03:26:31] ah there's also the interwiki language list [03:26:34] whicih they shorten to 10 items [03:26:38] with a button "show all" [03:26:47] * Krinkle finds page with sufficient interwiki links [03:27:25] `mw-interlanguage-selector cdx-button` [03:27:29] https://en.wikipedia.org/wiki/Barack_Obama [03:27:39] I guess they're loading it for that... [03:28:30] anyway, yeah, lots of issues and potential directions to take it. [03:28:32] fyi :)