Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. dnix
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 6
    • Best 4
    • Groups 0

    dnix

    @dnix

    5
    Reputation
    128
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    dnix Follow

    Best posts made by dnix

    • RE: [V1] how to build with ios theme? -T ios

      @dnix said in [V1] how to build with ios theme? -T ios:

      Any idea when these themes will be available as extensions?

      Additionally, does anyone know of some sort of theme/library that will make iOS-like components (specifically form components and controls, like toggle/switch) that can integrate with v1? I’ve finally been able to try it out and it’s great, very enjoyable, but lack of iOS will prevent me from bringing v0.17 projects up (which I am excited to do).

      posted in Help
      D
      dnix
    • RE: Different Layout based on screen form factors

      I’m interested in doing the same thing, and if I read this correctly: https://quasar-framework.org/components/window-resize-observable.html then you should be able to do something on onResize() by comparing size.width to your breakpoints.

      posted in Framework
      D
      dnix
    • RE: How to handle projects which have common sections

      I haven’t done this yet, but you should be able to use a starter site plus a stable set of components that you don’t edit between projects, but only extend or use. See https://vuejsdevelopers.com/2017/06/11/vue-js-extending-components/

      posted in CLI
      D
      dnix
    • RE: I can't focus my q-input...

      @danbars your solution worked for me, even without a timeout value. Just in case that’s fluky, I did:

                  const vm = this
      
                  setTimeout(() => {
                      vm.$refs.nameOfMyRef.focus() 
                  }, 20)
      

      note: Using nextTick did not work for me, either.

      posted in Help
      D
      dnix

    Latest posts made by dnix

    • RE: [V1] how to build with ios theme? -T ios

      @dnix said in [V1] how to build with ios theme? -T ios:

      Any idea when these themes will be available as extensions?

      Additionally, does anyone know of some sort of theme/library that will make iOS-like components (specifically form components and controls, like toggle/switch) that can integrate with v1? I’ve finally been able to try it out and it’s great, very enjoyable, but lack of iOS will prevent me from bringing v0.17 projects up (which I am excited to do).

      posted in Help
      D
      dnix
    • RE: I can't focus my q-input...

      @danbars your solution worked for me, even without a timeout value. Just in case that’s fluky, I did:

                  const vm = this
      
                  setTimeout(() => {
                      vm.$refs.nameOfMyRef.focus() 
                  }, 20)
      

      note: Using nextTick did not work for me, either.

      posted in Help
      D
      dnix
    • RE: How to handle projects which have common sections

      I haven’t done this yet, but you should be able to use a starter site plus a stable set of components that you don’t edit between projects, but only extend or use. See https://vuejsdevelopers.com/2017/06/11/vue-js-extending-components/

      posted in CLI
      D
      dnix
    • RE: [V1] how to build with ios theme? -T ios

      Any idea when these themes will be available as extensions?

      Additionally, does anyone know of some sort of theme/library that will make iOS-like components (specifically form components and controls, like toggle/switch) that can integrate with v1? I’ve finally been able to try it out and it’s great, very enjoyable, but lack of iOS will prevent me from bringing v0.17 projects up (which I am excited to do).

      posted in Help
      D
      dnix
    • RE: Quasar v0.15 is out!

      @aznric3boi91 Yeah, not sure what the modal code relates. Though I think he’s saying you can’t implement it?

      posted in Announcements
      D
      dnix
    • RE: Different Layout based on screen form factors

      I’m interested in doing the same thing, and if I read this correctly: https://quasar-framework.org/components/window-resize-observable.html then you should be able to do something on onResize() by comparing size.width to your breakpoints.

      posted in Framework
      D
      dnix