Hey all!

I am doing a rewrite right now of the state management so that we can scale a lot better. This is going to allow for a super seamless integration of mod tools as well as other integrations throughout the app.

I am aware of some issues with the drawer right now, especially whenever a user has a large number of subscriptions. We are working on clearing that up.

I’m also aware of some performance issues, especially on older devices. Two things are being done to correct this:

  • Better state management
  • Stripping out one of the UI libraries that is used and replacing it with either another library or raw React Native components.

These will probably be done by the end of the week. I think these are two things that are super important to knock out now to keep things scalable. I’m learning here as we move along, and am fixing things up as I see issues arise 👍

Thanks for all the feedback, and know that some absolutely great things are coming your way very soon! Cheers

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

    How exactly does that drawer thing work to access my subscriptions? I haven’t seen it properly explained anywhere yet.

    • marzipan@lemm.ee
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      Are you asking how to access the drawer? If so, you must go to the first tab, then at the top left, you have an icon, which opens the drawer (then inside the drawer you have the list of subscriptions). Not sure if that’s the only way to do this, since I’ve only had the update for a few hours.

      • reddwarf@feddit.nl
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        You mean the List/Hamburger menu top left, that is a ‘drawer’? I would think this is a location for a menu?

        • marzipan@lemm.ee
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 year ago

          Kinda, the hamburger menu icon opens the drawer – the drawer is the element that opens on top, containing the list of subscriptions. I guess a menu and a drawer are similar concepts.