zygoloid wrote: Maybe we should think about a holistic redesign of the way we present the information at some point -- a single flat table with thousands of rows is probably not the most usable interface we can provide. (Also, these status pages don't match the visual style of either our other documentation or our restructured text-generated docs. The whole clang.llvm.org website could do with some attention from someone with the right set of skills.) But for now, making the table wider seems like it could be reasonable :)
My only real hesitation is that the table is currently sized to match the tables in `cxx_status.html` and `c_status.html`, so we'd lose a little inter-page consistency, but I think that's probably fine. (Making the other tables wider risks making them less readable / scannable, so I think we should probably leave them alone.) https://github.com/llvm/llvm-project/pull/165749 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
