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. matt
    3. Best
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 37
    • Best 12
    • Groups 0

    Best posts made by matt

    • RE: Quasar live apps/website [submit to https://github.com/quasarframework/quasar-awesome]

      @sharpshark28 Nice app, really simple interface. I’ve never played D&D but its straightforward enough that even I can tell what each spell means.

      @spectrolite / @rstoenescu I’ll have some free time in a couple of weeks and could definitely make a madewithquasar.com if there is an appetite within the community for this. Let me know if this is something you would like to see.

      posted in Show & Tell
      matt
      matt
    • RE: Future v0.14 Feature List

      I can’t believe how far this has come in such a short space of time. Hats off to @rstoenescu 🎩

      posted in Announcements
      matt
      matt
    • RE: Roboto and Latin Extended

      By default the Latin Extended subset is not included.

      This is the relevant page on GitHub: https://github.com/quasarframework/quasar/blob/67e6560e0ae6421ed1748f156fcfd804d4b7b54f/src/themes/quasar.mat.styl

      As you can see, those seem to be links to the regular version of Roboto (no Latin Extended subset).

      Check out this article from the docs on using fonts from a CDN: http://quasar-framework.org/guide/app-using-fonts-from-cdn.html

      posted in Framework
      matt
      matt
    • RE: Responsive split layout

      Thanks @s.molinari for that info. I’m even more excited for the 0.14 release now 🙂

      posted in Help
      matt
      matt
    • RE: 3k Github stars

      Done a long while ago but it’s great to see Quasar really take off. As Vue itself has just over 60k, that would imply that one in every 20 Vue developers has used (is at least aware of) Quasar. That is a pretty impressive statistic.

      posted in Announcements
      matt
      matt
    • RE: Upgrade guide

      I think that we all agree that you deserve more than just a couple of days to relax - take care of yourself!

      posted in Framework
      matt
      matt
    • RE: Call a method on checkbox click

      As per the documentation (http://quasar-framework.org/components/checkbox.html#Vue-Events), you could use the @input event

      posted in Help
      matt
      matt
    • RE: Quasar v0.14.1 released.

      Great job @rstoenescu, it looks amazing 🙂

      posted in Announcements
      matt
      matt
    • RE: Quasar live apps/website [submit to https://github.com/quasarframework/quasar-awesome]

      @spectrolite Give me a couple of weeks 🙂

      posted in Show & Tell
      matt
      matt
    • RE: change status bar color according to quasar theme in mobile version

      I think the problem is the ‘theme-color’ meta tag in index.html

      Can you try to locate / add this to the <head> section:

      <meta name="theme-color" content="#db5945">
      

      Replace the color with the one that you want and it should work.

      posted in Help
      matt
      matt
    • RE: Quasar live apps/website [submit to https://github.com/quasarframework/quasar-awesome]

      FYI, check out this thread to have your site featured on the upcoming ‘Made With Quasar’ site: http://forum.quasar-framework.org/topic/957/made-with-quasar

      posted in Show & Tell
      matt
      matt
    • RE: v0.14 beta - route tabs - default

      @benoitranque As you say, make the router redirect /myroute to /myroute/tab1 and your problem should be solved.
      Just make sure that your tabs are only looking for the /myroute/tab1 and /myroute/tab2 paths, with none corresponding to the route /myroute path and you should be fine.

      posted in Help
      matt
      matt