I’ve seen many comments and posts regarding the API fiasco on Reddit, with the claim that there will be a huge influx of users when that happens. I’m all for it, but I find it hard to believe that the average or even above average user will make the effort to switch.

  • @pkrasicki
    link
    11 year ago

    I already made a proposal to improve the default theme, but my issue was closed without any response from the developers. The required changes were small on purpose and should be easy to implement for anyone already familiar with the code. So it seems that UI is not a priority to Lemmy developers. That’s why I had to develop my addon, which I then also turned into a theme. I hope that one day Lemmy instances will start using some kind of modern theme (doesn’t have to be mine), so that my addon is no longer needed.

    My theme is just a small amount of styles applied on top of the default litely and darkly themes, which should make maintenance easier. Unlike an addon, a theme doesn’t need to support multiple versions of Lemmy at the same time, so we could simplify it even more. Lemmy 0.18 uses CSS variables now, so that also makes things easier.

    Something needs to be done about Lemmy’s outdated UI and I’m not sure if the current approach of developing multiple userscripts and addons is efficient. I understand if you think this might cause too much work for you though.

    • @[email protected]
      link
      fedilink
      21 year ago

      I already made a proposal to improve the default theme, but my issue was closed without any response from the developers.

      You’re misinterpreting what happened there - the issue was not closed to shut it down, it was actually converted into a discussion to make it easier to track: https://github.com/LemmyNet/lemmy-ui/discussions/1503

      It wasn’t exactly one specific issue that could be fixed, it was a longer discussion with a bunch of branches. For such things, the discussions format is much more usable.

      So it seems that UI is not a priority to Lemmy developers.

      I just want to point out that there has been a massive amount of UI improvements in 0.18 and 0.18.1 (just take a look at all the changes by @jsit for example: https://github.com/LemmyNet/lemmy-ui/pulls?q=is%3Apr+author%3Ajsit+). In addition, new themes are being created directly for the lemmy-ui repo as well, for example: https://github.com/LemmyNet/lemmy-ui/pull/1682

      • @pkrasicki
        link
        11 year ago

        I don’t know the developer’s exact intentions, but my issue was a specific, easy to implement proposal. It wasn’t meant to be a discussion.

        There have been UI improvements, but the design is still outdated. The theme you linked to is also not a modern design. What we need the most is an improved default theme, so that everyone could enjoy an easy to read website.