Earlier quoted context omitted.
Oh dang, yeah. An extension that makes the whole web look and work like the default Mediawiki skin would be glorious. And _fast_. I miss windows having borders. Just dug up a registry hack (obscene that such a thing was needed) to force win10 to have window borders again, because I keep ending up in situations where I honestly couldn't tell where one ends and the other begins. They spent decades researching and build…
why does a different set of CSS make it _fast_?
Show HN: I made a modern web UI for Wikipedia
271–280 of 426 posts
Re: Show HN: I made a modern web UI for Wikipedia
#272Earlier quoted context omitted.
Oh dang, yeah. An extension that makes the whole web look and work like the default Mediawiki skin would be glorious. And _fast_. I miss windows having borders. Just dug up a registry hack (obscene that such a thing was needed) to force win10 to have window borders again, because I keep ending up in situations where I honestly couldn't tell where one ends and the other begins. They spent decades researching and build…
The default MediaWiki theme is available, along with a handful of others, if you create an account.
If you don't have an account you can add ?useskin=skinname to end of url to trigger different skins.
E.g. https://en.wikipedia.org/w/index.php?title=Main_Page&useskin... and https://en.wikipedia.org/w/index.php?title=Main_Page&useskin...
Re: Show HN: I made a modern web UI for Wikipedia
#273Re: Show HN: I made a modern web UI for Wikipedia
#274Is there a way for this to be implemented as a Mediawiki skin [1] instead of as a browser extension? Is installation of skins by users one of the challenges? [1]: https://www.mediawiki.org/wiki/Manual:How_to_make_a_MediaWik...
sjdz, the work you have done putting this layout together is awesome!
Re: Show HN: I made a modern web UI for Wikipedia
#275Looks good, but I think the adjective "modern" to be overly aggressive towards other design trends. From what I saw, the design trend here is for a flat and rounded interface with dynamic searches.
Re: Show HN: I made a modern web UI for Wikipedia
#276Re: Show HN: I made a modern web UI for Wikipedia
#2771. Left menu scroll bar defaults to the hideous browser default scroll bar. 2. When increasing the width of the content just a bit, it becomes left adjusted all of a sudden, hugging the left menu and leaving tons of room on the right.
Re: Show HN: I made a modern web UI for Wikipedia
#278This is what I like about chrome extensions, you can modify things, store your own stuff, etc... I am curious I don't think Wikipedia does it/would do it but I have seen some sites break if you modify their DOM. I think including CSS overrides would be different but YT is an example where injecting something into their DOM has an error show up in console. Wondering if that was a concern for you.
Re: Show HN: I made a modern web UI for Wikipedia
#279Earlier quoted context omitted.
I think proper media queries breakpoints solve this
This is hard and often done wrong- mobile phones are usually high dpi and have gotten quite large, so it can be hard to distinguish between a large phone and half a desktop screen. Some people get quite annoyed by being bumped into a mobile experience when you resize your window from fullscreen on a laptop.