[00:38:53] [1/2] Besides that I've found that ThemeToggle loads it's stylesheet independently off ResourceLoader, sometimes loading those stylesheets slower. If you have a gadget with dark mode CSS in addition to ThemeToggle CSS, the site might render wonkily when the ThemeToggle CSS fails to load (which sometimes happens). I'm planning to move the DarkMode CSS on VLW to a [00:38:53] [2/2] gadget because of this reason. [00:46:47] I've been thinking of making an extension that loads global CSS/JS independently of ResourceLoader so that they will appear in the initial payload and be render-blocking. Since OA is taking care of the commenting extension I might revive this idea at some point. [01:01:01] Thinking about it, this prolly wouldn't be a problem if ThemeToggle had made it so the `body.theme-dark` is only toggled after the Theme:Dark CSS has finished loading. [01:04:04] Loading the theme CSS lazily works for wikis with multiple themes with heavy CSS, but is overkill for wikis with only Light/Dark theme. And I'd wager most people prefer DarkMode, so no reason it shouldn't be loaded on page load. [01:08:21] This definitely sounds like a good alternative to counter the issue of the Light Mode flashbang that gadgets suffer. [01:38:53] Fwiw this is how Fandom deals with FandomDesktop [01:39:35] They send a request to the API on page load from the which seems to eliminate all their issues with different styles etc [02:10:30] i just found out Special:UncategorizedFiles exists [04:42:11] You might want to make a #support thread and possibly link your wiki [06:25:16] quick question, are infobox panels supported on miraheze? Like multiple tabs I can click through on one header bar, similar to the gallery tabs? [06:32:20] [1/2] They are supported (most things you can think of can be supported through javascript), but you will likely need to figure out how to do it. Here's an example: [06:32:21] [2/2] https://communities.miraheze.org/wiki/User:PetraMagna/sandbox?oldid=17118 [06:32:53] [1/3] Probably an overkill for your use case, though. [06:32:53] [2/3] https://cdn.discordapp.com/attachments/407537962553966603/1435517208020123669/image.png?ex=690c4115&is=690aef95&hm=7ad585b47e11855024c73607ff260ec30736720887d438be4d35ee77e3e38ed6& [06:32:54] [3/3] https://cdn.discordapp.com/attachments/407537962553966603/1435517208464982078/image.png?ex=690c4115&is=690aef95&hm=bc88c86f4a603ee39b817d49af0e32d99456af375f87f85960c401797dc54dd1& [06:34:43] Portable infobox also supports tabbed informational panes. [06:35:59] [1/2] An example from a wiki I maintain: [06:35:59] [2/2] https://farthestfrontier.wiki/wiki/Template:Infobox_Building2_Portable [06:36:47] It can get pretty out there and support a LOT of tabs, but I suspect most use cases won't go that far [06:36:48] sweet, that's a relief thank you!! I must have been mistyping something on my last attempt lol [06:37:13] I only need two but this looks very versatile yessss