No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. feech
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 8
    • Best 1
    • Groups 0

    feech

    @feech

    1
    Reputation
    219
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    feech Follow

    Best posts made by feech

    • RE: [0.15.10] Typescript support

      Hi dkr88,

      Do you happen to have a sample Quasar 0.16 project with Typescript support working? Lack of out of the box support is killing us right now.

      thanks!
      jasen

      posted in Framework
      feech
      feech

    Latest posts made by feech

    • RE: [0.15.10] Typescript support

      It actually hasn’t been simple at all. We had it square-pegged/round-holed for Quasar 0.14 but Quasar 0.16 has been a bit tricky.

      I have managed to get it going though. Have a typescript project now with support for TS in .vue files, but also using external .ts files which I like a bit better.

      Thanks!

      posted in Framework
      feech
      feech
    • RE: [0.15.10] Typescript support

      Hi dkr88,

      Do you happen to have a sample Quasar 0.16 project with Typescript support working? Lack of out of the box support is killing us right now.

      thanks!
      jasen

      posted in Framework
      feech
      feech
    • RE: [0.15.10] Typescript support

      Did you ever get a working version? .15 or .16?

      posted in Framework
      feech
      feech
    • Quasar Material Theme and Fuzzy Google Fonts

      Is anyone else encountering the Google Chrome fuzzy fonts issue with Quasar screens? I can’t figure out a way around it. Research shows it something to do with the transform: translate(-50%, -50%); used in the fixed-center class.

      Here’s an example: http://mycloudstatus.com/#/login

      If you go to that page on Chrome the fonts look all fuzzy. Any other browser, looks fine.

      posted in Help
      feech
      feech
    • RE: Tooltip on a toggle

      Yea, that’s what I ended up doing. Thanks Benoit!

      posted in Help
      feech
      feech
    • RE: Tooltip on a toggle

      anyone? Tooltips on toggle just not supported?

      posted in Help
      feech
      feech
    • Tooltip on a toggle

      Hi all –

      What is the proper way to have a tooltip show when a user hovers over a toggle? We have a label, but hide the label when the screen real estate is too small. We want a tooltip to popup instead for the smaller screens. For some reason somethings like this:

      <q-toggle v-model=“filtered” class=“lt-sm” color=“teal” label="" @input=“onToggleShowSubscribedOnly” title=“text”>
      <q-tooltip>Show subscribed only</q-tooltip>
      </q-toggle>

      Only shows the tooltip when the toggle is clicked, not when hovered.

      thanks!

      posted in Help
      feech
      feech