• 0 Posts
  • 1 Comment
Joined 1 year ago
cake
Cake day: June 21st, 2023

help-circle
  • I would love to see the Settings menu and sections achieve the level of UI customization as the Apollo app.

    Instead of gripes like “too much whitespace” or “needs more rounded corners” or “text is too small” and committing to a single combination of all these complex conditions as “the official design,” every user should be able to customize the UI exactly how they like it.

    I would love to disable everything but text on the page: no avatars; no scores; no icons; no buttons except “Post,” “Reply,” and “Report”; light/dark mode inherited from system/device preference. That’s it. Boom! Done.

    But you need robust HTML and CSS for this, and it is insanely difficult to find frontend devs who actually truly deeply know HTML, CSS, and JS. There are plenty of frontend devs making nice-looking sites, but those sites are typically unmaintainable in terms of CSS, are full of inaccessible nested tag soup in terms of HTML, and are locked into unremovable technical debt from the get-go via JS frameworks that will inevitably go out of vogue (as they all do).

    Something as simple as native aspect ratios for thumbnail images is broken on kbin, so we immediately know that the HTML and CSS for this site are not in good shape, and until those things are addressed with growth and change in mind (and not just closing out bugs or hitting a launch date), it’s all going to fall apart eventually.