• CannotSleep420
    link
    fedilink
    English
    arrow-up
    8
    ·
    10 个月前

    One of the worst things about lemmy’s UI is that pretty much nothing works if JavaScript is disabled.

    • loathesome dongeaterA
      link
      fedilink
      English
      arrow-up
      6
      ·
      10 个月前

      There was an attempt to make a non JS based UI (called lemmy-lite on GitHub) but sadly the author could not work on it anymore.

      I have been thinking of repurposing libreddit to use lemmy instead but haven’t begun working on it.

      • CannotSleep420
        link
        fedilink
        English
        arrow-up
        5
        ·
        10 个月前

        There’s been discussion among the maintainers of a rewrite of the UI entirely. Besides the issue of not working without JavaScript enabled, the framework being used, inferno, is making it harder to maintain instead of easier. This even has security implications. Remember a few months ago when some tokens were stolen? That was largely in part due to the fact we were using a kludge to share data between the server and client since inferno had no good tools or compatible libraries to take care of that for us.