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. amer1616
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 32
    • Best 1
    • Groups 0

    amer1616

    @amer1616

    0
    Reputation
    101
    Profile views
    32
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    amer1616 Follow

    Best posts made by amer1616

    • Changing Font size inside q-input textarea

      Im trying to change the font size inside q-input textarea component. class inside q-input seems not working… I tried to change it in the scoped style by selecting the class as the following:
      .q-input textarea{}
      It seems not working as well!!
      Any idea?!

      posted in Framework
      A
      amer1616

    Latest posts made by amer1616

    • RE: Quasar with Vue 3

      I hope to rewrite the components in composition api. It opens new world of possibilities and I’m sure to save a lot of codes & resusable functionalities

      posted in Announcements
      A
      amer1616
    • RE: [Solved] PWA force refresh when new version released?

      there is a great resources about this topic
      https://deanhume.com/displaying-a-new-version-available-progressive-web-app/
      https://stackoverflow.com/questions/52221805/any-way-yet-to-auto-update-or-just-clear-the-cache-on-a-pwa-on-ios

      posted in Framework
      A
      amer1616
    • RE: fluid typography - SOLVED

      Awesome… we need more guides from css guru 🙂 I highly suggest putting the valuable guides about the design & any tricks in special section or blog. What do u think?

      posted in Framework
      A
      amer1616
    • RE: v1 QSelect cant change value with object options

      of course, will not change the value. cuz :options is used for values inside an array. not for objects inside an array. you need to make computed prop. to iterate over the objects inside ngstates , then pick up name prop from it!!

      posted in Framework
      A
      amer1616
    • RE: [v1] Quasar v1.0.0-beta.12/13 released! Don't miss it.

      @rstoenescu thank u. Now it is working well

      posted in Announcements
      A
      amer1616
    • RE: [v1] Quasar v1.0.0-beta.12/13 released! Don't miss it.

      @rstoenescu quasar info output showing the latest versions of @quasar/cli3, @quasar/app beta13, and quasar beta13.
      Cuz I updated all that via yarn upgrade. But before that the command quasar update --i output showing the same --all papckages are up to date. And when I check package.json dependencies, no versions have been updated, even quasar info, not showing any updated versions!!

      posted in Announcements
      A
      amer1616
    • RE: [v1] Quasar v1.0.0-beta.12/13 released! Don't miss it.

      @rstoenescu
      Quasar CLI · Gathering information...! All Quasar packages are up to date.

      {
        "name": "quasar-app",
        "version": "0.0.1",
        "description": "A Quasar Framework app",
        "productName": "Quasar App",
        "cordovaId": "n",
        "author": "Mr <mr>",
        "private": true,
        "scripts": {
          "lint": "eslint --ext .js,.vue src",
          "test": "echo \"No test specified\" && exit 0",
          "dev": "quasar dev",
          "build": "quasar build",
        },
        "dependencies": {
          "@quasar/extras": "^1.1.0",
          "axios": "^0.18.0",
          "quasar": "^1.0.0-beta.11",
        },
        "devDependencies": {
          "@quasar/app": "^1.0.0-beta.12",
          "@vue/eslint-config-standard": "^4.0.0",
          "babel-eslint": "^10.0.1",
          "eslint": "^5.15.0",
          "eslint-loader": "^2.1.1",
          "eslint-plugin-vue": "^5.0.0",
          "strip-ansi": "=3.0.1"
        },
        "engines": {
          "node": ">= 8.9.0",
          "npm": ">= 5.6.0",
          "yarn": ">= 1.6.0"
        },
        "browserslist": [
          "> 1%",
          "last 2 versions",
          "not ie <= 10"
        ],
        "resolutions": {
          "ajv": "6.8.1"
        }
      }
      
      
      posted in Announcements
      A
      amer1616
    • RE: [v1] Quasar v1.0.0-beta.12/13 released! Don't miss it.

      @rstoenescu yes im running the latest quasar-cli 3 globally. Actually there is no error i see. Only I get info that all quasar package is up-to-date. There is no yarn process executed at that time. Im running Windows 10 with the latest yarn & npm. I didnt change anything in project folder.

      posted in Announcements
      A
      amer1616
    • RE: [v1] Quasar v1.0.0-beta.12/13 released! Don't miss it.

      @metalsadman really I tried many times to upgrade quasar package withquasar upgrade --install . but nothing changed. so I do it either by yarn upgrade or npm update

      posted in Announcements
      A
      amer1616
    • RE: [v1] Quasar v1.0.0-beta.12/13 released! Don't miss it.

      @rstoenescu Thank u. I’ve already used it for that but it needs some workarounds😉. By the way, have u noticed that if use img svg in QIcon, the color prop not working anymore. u have to style svg either in svg file or in css?!!

      posted in Announcements
      A
      amer1616