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. Help
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Martin

      Are current available stylus variables covering entire theme?
      stylus themes • • Martin

      6
      0
      Votes
      6
      Posts
      2612
      Views

      rstoenescu

      Yes, you’re right. Lists have their own text color. Will fix this in v0.8. You can however CSS overwrite the “color” property (not through stylus variables) of lists on v0.7 until the improvement arrives in v0.8.

    • Dobromir

      This topic is deleted!
      • Dobromir

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • D

      Update 'message' property of progress Dialog
      • dlevin

      3
      0
      Votes
      3
      Posts
      1484
      Views

      D

      @rstoenescu I ended up going that route! Thanks!

    • Dobromir

      What about Non native looking apps?
      • Dobromir

      4
      0
      Votes
      4
      Posts
      1325
      Views

      rstoenescu

      Does any framework offer this without developer overwriting the CSS? Quasar tries to use the least CSS for each of its components so that you can style it later. And you got all those Stylus variables that you can tweak so that some of the Quasar CSS will be generated to the dev’s liking from the beginning. What would you suggest (also think a little bit about “how” too) we improve over current CSS architecture?

    • Dobromir

      How to use the Stylus theme variables from inside components
      • Dobromir

      5
      0
      Votes
      5
      Posts
      2829
      Views

      Dobromir

      Or you could do @import '~src/themes/app.variables.styl' which goes up to the root and searches down. This way if you change your file`s position later on, you wont have to worry compared to when using “…/…/…/” syntax.

    • Dobromir

      Dynamic document Title
      • Dobromir

      2
      0
      Votes
      2
      Posts
      1407
      Views

      rstoenescu

      Using Vue Router hooks would be best. But there isn’t actually a “recommended” way because every project has its own architecture. Just do whatever fits best for you. For most cases that would indeed be beforeEach hook.

    • R

      Cordova using old builds?
      • robmpreston

      10
      0
      Votes
      10
      Posts
      2957
      Views

      rstoenescu

      Hmm, maybe they changed Cordova’s behavior in later releases. Which version are you using?

    • M

      Using Mapbox within single file components
      • MusicForMellons

      6
      0
      Votes
      6
      Posts
      3334
      Views

      M

      Works now! Thanks for the helpful suggestions!

      See:
      http://stackoverflow.com/questions/39664953/mapbox-gl-in-a-vue-js-single-file-component-quasar-framework/39684830#39684830