Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. cick0
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    cick0

    @cick0

    1
    Reputation
    6
    Posts
    17
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    cick0 Follow

    Best posts made by cick0

    • Tips for long lists?

      Hi! I’m using QList with potentially a lot of items in Cashier pwa to display the list of accounts.
      The performance with circa 500 items being loaded from IndexedDB and loaded into the list is pretty bad. It takes several seconds to load and clicking the buttons in the toolbar take a few seconds too.
      The performance of the list in the Select input, with the same data, is excellent, though.
      I’m pretty sure I’m missing something here and there is a better way to do this.

      The source for the page displaying the accounts is here: https://gitlab.com/alensiljak/cashier/blob/master/src/views/Accounts.vue

      Any tips about optimizing list behaviour with Quasar v1 (beta24) is welcome! This could also be a general tip about lists.

      I’m guessing that rendering all the nodes should not be necessary on start and I should look into the source of QSelect. 🙂

      posted in Framework
      cick0
      cick0

    Latest posts made by cick0

    • RE: Is it necessary to update CLI V2

      @metalsadman You’re right. I’m losing track of what’s what anymore.

      posted in CLI
      cick0
      cick0
    • RE: Is it necessary to update CLI V2

      @metalsadman said in Is it necessary to update CLI V2:

      it’s just @quasar/app v2, not quasar/cli v2.

      Isn’t it just the opposite? The CLI is v2 and the app is still 1.12.8?

      posted in CLI
      cick0
      cick0
    • RE: Tips for long lists?

      Wonderful, I’ll try it out. It looks good in the demo. Thank you, @morlz !

      posted in Framework
      cick0
      cick0
    • Tips for long lists?

      Hi! I’m using QList with potentially a lot of items in Cashier pwa to display the list of accounts.
      The performance with circa 500 items being loaded from IndexedDB and loaded into the list is pretty bad. It takes several seconds to load and clicking the buttons in the toolbar take a few seconds too.
      The performance of the list in the Select input, with the same data, is excellent, though.
      I’m pretty sure I’m missing something here and there is a better way to do this.

      The source for the page displaying the accounts is here: https://gitlab.com/alensiljak/cashier/blob/master/src/views/Accounts.vue

      Any tips about optimizing list behaviour with Quasar v1 (beta24) is welcome! This could also be a general tip about lists.

      I’m guessing that rendering all the nodes should not be necessary on start and I should look into the source of QSelect. 🙂

      posted in Framework
      cick0
      cick0
    • RE: [v1] QDate & QTime does not have ok/cancel button to dismiss the dialog

      The Input event provides enough detail to customize when the dialog gets closed:
      @input -> function(value, reason, details)
      I use ‘day’ and ‘today’ to close the dialog.
      Thanks @s-molinari for the pointer as to which component to hide (proxy). I was trying to hide the date component in vain. 🙂

      posted in Framework
      cick0
      cick0