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. caragon
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 12
    • Best 1
    • Groups 0

    caragon

    @caragon

    1
    Reputation
    19
    Profile views
    12
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    caragon Follow

    Best posts made by caragon

    • [v1] Change compilation output file "app.js" name

      I would like to have some field in quasar.conf.js to be able to change the output name of the app.js filename.
      It would be good to have app[hash].js in order to ensure no chached sources are being used.

      Is there a way to solve this with v1.0.0-beta.17?

      Thanks in advance

      posted in Framework
      C
      caragon

    Latest posts made by caragon

    • RE: [v1.0.0-rc.5] Style QBtn background-color and color css

      The workaround I found is create all .text- and .bg- and then with a mixin’s reactive property I change all colors when needed.

      posted in Framework
      C
      caragon
    • RE: [v1.0.0-rc.5] Style QBtn background-color and color css

      @metalsadman I can create my own colors, but I need them to change dynamically, and without using https://quasar.dev/style/color-palette#Dynamic-Change-of-Brand-Colors-(Dynamic-Theme-Colors) cause the website is used from IE too…

      Do you know an easy way to apply css styles dynamically with js?
      This would be really easy if Quasar elements accept colors strings…

      posted in Framework
      C
      caragon
    • RE: [v1.0.0-rc.5] Style QBtn background-color and color css

      The same happens with the QIcon 😞

      posted in Framework
      C
      caragon
    • RE: [v1.0.0-rc.5] Style QBtn background-color and color css

      @metalsadman color only accepts colors from the Quasar Color Palette…
      Setting my own slot is not an option to set the background color.

      Another option, and perfect for my case, would be that color and text-color accept all kind of colors, not only Quasar Color Palette.

      But if other components have the input-styles or input-class, I don’t see why it can not be applied here.

      posted in Framework
      C
      caragon
    • [v1.0.0-rc.5] Style QBtn background-color and color css

      It would be really helpful to be able to set the css styles or the colors of the button.
      Similar to the current QInput behavior. input-style input-class

      posted in Framework
      C
      caragon
    • RE: [v1] Change compilation output file "app.js" name

      I’ve started this issue cause I’m having problems with caching due to no hash on compiled bundles.
      The compilation works and the websites is rendered correctly.

      Is there any work around to add a hash when compiling? (Not disabling the entire cache)

      posted in Framework
      C
      caragon
    • RE: [v1] Change compilation output file "app.js" name

      I’m using Quasar Framework to create webpages and apps with the exactly same code.
      To accomplish that we use cordova to compile for web and app. This way we can use the same cordova plugins for web, android and ios, and we don’t have to change our code.
      Of course there are some plugins that can’t work on browser as QRScanner… but there are other as NativeStorage (localStorage on web) that works for all platforms.

      This features of cordova combined with Quasar Components was what made me choose Quasar as the developing framework.

      If you could add it again, would be amazing! I would really appreciate that :smile_face:

      posted in Framework
      C
      caragon
    • RE: [v1] Change compilation output file "app.js" name

      Ok, :sad_face:
      Thanks for the fast response, though!

      posted in Framework
      C
      caragon
    • RE: [v1] Change compilation output file "app.js" name

      Maybe I didn’t exlained myself correctly…
      I’m not trying to create a SPA I’m trying to compile the app using cordova for browser, android and ios.
      The command I need to execute is quasar build -m cordova -T browser.

      On quasar-cli@0.15.3 the app.js file located on src-cordova/platforms/browser/www/js contained had a hashed suffix.
      Now, with:

      Build mode........ cordova
      Pkg quasar........ v1.0.0-rc.4
      Pkg @quasar/app... v1.0.0-rc.6
      

      the resulting file name is app.js.

      posted in Framework
      C
      caragon
    • RE: [v1] Change compilation output file "app.js" name

      Just upgraded to quasar v1.0.0-beta.23 and compiled js files does not have hash when compiling.

      Why did it disappeared?

      posted in Framework
      C
      caragon