• RoundSparrow@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Please let me know when you have a discussion place for lemmy-ui-svelte - want to keep up on daily and try to contribute

      • andobando@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Right now its just fetching from lemmy.world. But I have my own instance on the same server as the front end client I can point it to.

      • andobando@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        1 year ago

        Just added the Apache License.

        Goals:

        1. Better UI (I am aiming for old.reddit) for lemmy with a new design (repetitive icons, hard to distinguish comments, terrible mobile UI) and fixing common issues, like freezing, spinners loading forever, etc.
        2. Single codebase for web, native Android and iOS apps. This is possible with Svelte + Capacitor.
        3. Svelte codebase which I believe will be far easier to develop on.
        4. Rethink how communities are browsed/integrated as alluded to in this post. This is my end goal, but I need to have some discussions about what this will exactly look like.

        My current goal is to just get the site working with all/most of the existing functionality. For that there is a lot to do. Profile/settings page, comment replies, community browser/subscriptions to name a few.

        • TitanLaGrange@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          Single codebase for web, native Android and iOS apps. This is possible with Svelte + Capacitor.

          Interesting. Is this easier to work in than React Native?

          • andobando@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            edit-2
            1 year ago

            I am not a fan of React, so in my opinion, yes. The substantial difference here is this isn’t native, its just a webapp that looks and feels just like a native application. The nice thing here is its just vanilla JS/CSS/HTML.