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. magdkudama
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 5
    • Best 0
    • Groups 0

    magdkudama

    @magdkudama

    0
    Reputation
    180
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    magdkudama Follow

    Latest posts made by magdkudama

    • RE: Custom SW script

      Maybe there’s another way I’m not aware of?

      Thank you!

      posted in Help
      M
      magdkudama
    • Custom SW script

      Hello,

      I want to be able to customize the SW script generated. The WebPack plugin allows for it, but Quasar (v0.15) seems to not be sending that information to the plugin.

      Quasar code:

      new SWPrecacheWebpackPlugin({
                cacheId: cfg.pwa.cacheId,
                filename: cfg.pwa.filename,
                staticFileGlobs: [`${cfg.build.distDir}/**/*.{${cfg.pwa.cacheExt}}`],
                minify: cfg.build.minify,
                stripPrefix: cfg.build.distDir.replace(/\\/g, '/') + '/'
              }),
      

      Could we also add the importScripts option, so we can import our own SW code?

      What I want to achieve is caching fetch requests and serve them from cache, falling back to a network request (or opposite, it depends).

      Is there a way to customize the SW script?

      Thanks!

      posted in Help
      M
      magdkudama
    • RE: Slider inside right menu

      Thanks will have a look at that issue then

      posted in Help
      M
      magdkudama
    • Slider inside right menu

      Hello,

      I’m trying to add a slider with this setup:

      Layout -> Right Menu -> Collapsible -> Slider

      This is a screenshot:

      0_1507804455833_Screen Shot 2017-10-12 at 11.33.20.png

      But if moving the slider to the right side, the menu closes too.

      Is there a way to stop that event from happening?

      Thanks!

      posted in Help
      M
      magdkudama
    • Bottom toolbar not aligning

      Hello,

      I have a toolbar with a tab inside, aligned bottom and justified, but it doesn’t use the full width of the screen.

      I’m sending a screenshot of what I see, and the code snippet:

      <q-toolbar slot="footer">
            <q-tabs align="justify">
              <q-tab slot="title" icon="location on" to="/account/store" label="Stores" />
              <q-tab slot="title" icon="card giftcard" to="/account/store/producs" label="Products" />
              <q-tab slot="title" icon="shopping cart" to="/account/store/shopping" label="Cart" />
            </q-tabs>
          </q-toolbar>
      

      0_1507132980593_Screen Shot 2017-10-04 at 17.02.41.png

      Is it possible to align the tabs correctly?

      Thanks!

      posted in Help
      M
      magdkudama