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. farwish
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 6
    • Best 1
    • Groups 0

    farwish

    @farwish

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

    farwish Follow

    Best posts made by farwish

    • RE: Using self-end on q-card-actions

      @steve Nice

      Upgrade from 0.1 to 1.x, and optimize for xs screen:

      <div v-for="n in 10" :key="n" class="col-xs-12 col-sm-4 col-md-3 col-lg-3 q-col-gutter-md">
                <q-card class="q-ma-sm">
                  <q-card-section class="col-auto">
                    <img src="http://placehold.it/320x180" class="responsive" />
                  </q-card-section>
                  <q-card-section class="no-padding text-left on-right col">
                    <small class="ellipsis-2-lines" v-if="n % 2 === 0">Papas y boñatos</small>
                    <small class="ellipsis-2-lines" v-else>Papas y boñatos y verga</small>
                    <q-btn flat slot="right" class="no-padding">
                      <q-icon name="more_vert" />
                    </q-btn>
                  </q-card-section>
                  <q-separator />
                  <q-card-actions class="col-auto">
                    $ 1.000
                  </q-card-actions>
                </q-card>
              </div>
      
      posted in Help
      F
      farwish

    Latest posts made by farwish

    • RE: Docs on SSR + (new) PWA

      @rstoenescu Awesome.

      posted in Announcements
      F
      farwish
    • RE: Just saying 'hi' and a couple of other things related to Quasar 😅

      A good news about BEX recently, https://forum.quasar-framework.org/topic/4887/quasarians-in-action-9-with-staff-pick-of-the-week/2
      But bex mode is not found in quasar dev -m, so i checkout quasar:bex-review branch to use it, https://github.com/farwish/quacker

      posted in Hangout
      F
      farwish
    • RE: Quasarians in Action #9. With Staff Pick of the Week!

      Cool, realy fantastic!
      Although bex mode is still in ‘quasar:dev’ and ‘quasar:bex-review’ branch, i have a try, and write a blog about this, https://www.cnblogs.com/farwish/p/12097067.html
      Here is the small extension to clear webpage ADs, https://github.com/farwish/quacker

      posted in Useful Tips (NEW)
      F
      farwish
    • RE: Using self-end on q-card-actions

      @steve Nice

      Upgrade from 0.1 to 1.x, and optimize for xs screen:

      <div v-for="n in 10" :key="n" class="col-xs-12 col-sm-4 col-md-3 col-lg-3 q-col-gutter-md">
                <q-card class="q-ma-sm">
                  <q-card-section class="col-auto">
                    <img src="http://placehold.it/320x180" class="responsive" />
                  </q-card-section>
                  <q-card-section class="no-padding text-left on-right col">
                    <small class="ellipsis-2-lines" v-if="n % 2 === 0">Papas y boñatos</small>
                    <small class="ellipsis-2-lines" v-else>Papas y boñatos y verga</small>
                    <q-btn flat slot="right" class="no-padding">
                      <q-icon name="more_vert" />
                    </q-btn>
                  </q-card-section>
                  <q-separator />
                  <q-card-actions class="col-auto">
                    $ 1.000
                  </q-card-actions>
                </q-card>
              </div>
      
      posted in Help
      F
      farwish