Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. aestheticarepa
    A
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    aestheticarepa

    @aestheticarepa

    0
    Reputation
    4
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    aestheticarepa Follow

    Best posts made by aestheticarepa

    This user hasn't posted anything yet.

    Latest posts made by aestheticarepa

    • RE: Compiling in Electron for both MacOS and Windows

      I gave a read to Electron builder docs and it stays you’re able to build cross platform apps by using builder, and passing -mwl to the parameters or by passing flags.
      https://www.electron.build/multi-platform-build
      You can also do the same with packager by passing the --platform=darwin flag to the command-line, I tried doing something like “quasar build -m electron – --platform=darwin” but it doesnt seem to work, also specified the platform on the packager options and it’s not working either, I’ll try looking deeper in the Electron docs for quasar for more info, if I have any luck I’ll be sure to post it here, but any help would be appreciated!

      posted in Help
      A
      aestheticarepa
    • Compiling in Electron for both MacOS and Windows

      Hey all,
      I’m trying to compile a desktop app using Electron, currently I’m using W7, working good so far.
      How can I compile the app for both Windows and MacOS? Thanks in advance!

      posted in Help
      A
      aestheticarepa
    • RE: Problem trying to change 'All' label in 'Records per page'

      @s-molinari said in Problem trying to change 'All' label in 'Records per page':

      https://github.com/quasarframework/quasar/blob/c66d946e8dd5496eb20db7c0a0a81e18ce262f74/ui/src/components/table/table-pagination.js#L68

      It’s an internal language phrase.

      You can change the English (US) value here permantly (there is also a GB version too that would need changing, plus all the translations, should you wish to do that):

      https://github.com/quasarframework/quasar/blob/c66d946e8dd5496eb20db7c0a0a81e18ce262f74/ui/lang/en-us.js#L37

      Or change it during runtime (notice the mounted hook):

      https://codepen.io/smolinari/pen/KKpmELv?editors=1010

      Scott

      Oh, I didn’t know the framework had language packs, no need to change the internal values, thanks for the help!

      posted in Help
      A
      aestheticarepa
    • Problem trying to change 'All' label in 'Records per page'

      Hey all,
      so, I’m trying to change the rows-per-page-options prop in the QTable component, I’m setting [5,10,0], 0 sets automatically to a label for ‘All’, can I change the label to something else? For example, setting ‘Todo’ instead of ‘All’, I know I can change the bottom scoped slot to change this, but since there’s already an option to change the rows-per-page-label and pagination-label I was wondering if there was an option for this as well

      posted in Help
      A
      aestheticarepa