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. fsgiudice
    3. Posts
    • Profile
    • Following 1
    • Followers 1
    • Topics 6
    • Posts 35
    • Best 4
    • Groups 0

    Posts made by fsgiudice

    • RE: Razvan is taking some time off

      Welcome back!

      posted in Announcements
      fsgiudice
      fsgiudice
    • RE: Quasar v1.0-beta.2 released!

      Excellent work!

      posted in Announcements
      fsgiudice
      fsgiudice
    • RE: Data Table sticky header 0.15

      Hi @rstoenescu
      I had to stop updating an application to the new version because some features are missing in the new datatable: scroll version and sticky columns. Can I help in some way to push the addition of above features to v 0.15?

      posted in Help
      fsgiudice
      fsgiudice
    • RE: v0.15 news

      Great news Razvan!

      posted in Announcements
      fsgiudice
      fsgiudice
    • RE: Add style and class extender to q-input

      Found how add styles via attributes prop:

      :attributes="{'style': 'text-transform: uppercase;'}"
      

      but should be usefull extend classes too.

      posted in Framework
      fsgiudice
      fsgiudice
    • Add style and class extender to q-input

      Hi @rstoenescu,
      may you add style and class extender props so it is possible to pass own classes and styles to <input> ?
      At the moment I need to convert to uppercase an input text field and in vanilla html I can do:

      style="text-transform:uppercase"
      

      Actually I cannot add uppercase class to q-input
      TIA

      posted in Framework
      fsgiudice
      fsgiudice
    • RE: How to submit a dialog window when pushing "Enter key"?

      Thank you @rstoenescu

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

      Yep, I’m in Italy, so is a wrong message by app store.

      posted in Show & Tell
      fsgiudice
      fsgiudice
    • RE: How to submit a dialog window when pushing "Enter key"?

      Same question here

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

      Hi @ssuess,
      Google says that app is not compatibile with any of my devices (Nexus 6P and Samsung 10" SM-T805) FYI

      posted in Show & Tell
      fsgiudice
      fsgiudice
    • RE: q-scroll-area scrollbar not working inside q-modal

      Same problem here

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

      @rstoenescu thank you for reply. I will check better and try to create a navbar component.

      posted in Show & Tell
      fsgiudice
      fsgiudice
    • RE: Quasar live apps/website [submit to https://github.com/quasarframework/quasar-awesome]

      Hi @rstoenescu, which part of that site (http://teachcloud.com.br/#/) are done with quasar?
      I would implement top navbar but how?

      posted in Show & Tell
      fsgiudice
      fsgiudice
    • Help for git clean test commits from fork

      Hi,
      how can I clean test commits from fork?
      I made a PR some minutes ago, but PR show a lot of commits also if only last one is correct.
      TIA
      Francesco

      posted in Help
      fsgiudice
      fsgiudice
    • RE: Local build not work

      @rstoenescu
      Hi, I already did so.
      But with build I can use my fork like quasar-edge in package.json in my test apps.
      The other way I tried was to add new components directly to my project, but there were collisions with some paths.
      Now I will try using quasar-edge and adding components to apps.
      I hope I was clear.
      Anyway thank you for your time.
      Francesco

      posted in Framework
      fsgiudice
      fsgiudice
    • RE: Local build not work

      Update:
      no result playing with paths. As written before latter case works in build mode, former in dev mode.

      posted in Framework
      fsgiudice
      fsgiudice
    • RE: Local build not work

      @rstoenescu
      Bingo!
      changing to

      @import 'src/themes/quasar.core.variables'
      
      @import 'src/components/*/*.mat'
      @import 'src/css-components/*/*.mat'
      @import 'src/vue-components/*/*.mat'
      
      @import 'src/themes/quasar.core.definitions'
      

      and other files

              modified:   build/script.build.stylus.js
              modified:   src/themes/quasar.core.definitions.styl
              modified:   src/themes/quasar.core.variables.styl
              modified:   src/themes/quasar.ios.styl
              modified:   src/themes/quasar.mat.styl
      

      now npm run build works.
      But now I get error on npm run dev
      So it is definitively a path problem on build script files.
      I’m checking if I can find the error.

      Francesco

      posted in Framework
      fsgiudice
      fsgiudice
    • RE: Local build not work

      @s.molinari
      No, 64bit

      posted in Framework
      fsgiudice
      fsgiudice
    • RE: Local build not work

      @s.molinari
      Sorry for misunderstanding, I know what cygwin is, but what is relation with npm and node?
      Is it a prerequisite of those?
      Because I use gnuwin32 for some other things and probably it clashes.

      posted in Framework
      fsgiudice
      fsgiudice
    • RE: Local build not work

      @rstoenescu
      Yes, already done months ago and again with your last request.
      But I’m not under cygwin environment.
      Tell me something about this, because it could be the difference.

      posted in Framework
      fsgiudice
      fsgiudice