Git Product home page Git Product logo

Comments (8)

kemeris2000 avatar kemeris2000 commented on May 25, 2024 1

I am sorry, it was my mistake.
I have started server with npx [email protected] dev but forgot to change version in lowdefy.yaml.
Problem is fixed.

from lowdefy.

Gervwyk avatar Gervwyk commented on May 25, 2024

Hi @kemeris2000
Thanks for bringing this to our attention. You are right, this is a bug. It will be in our next sprint to fix.

from lowdefy.

kemeris2000 avatar kemeris2000 commented on May 25, 2024

You are welcome.

from lowdefy.

kemeris2000 avatar kemeris2000 commented on May 25, 2024

When next release is planned?

from lowdefy.

Gervwyk avatar Gervwyk commented on May 25, 2024

Hi @kemeris2000
Just merged the fix for this. We'll do a release today.

from lowdefy.

kemeris2000 avatar kemeris2000 commented on May 25, 2024

Great, thank you.

from lowdefy.

kemeris2000 avatar kemeris2000 commented on May 25, 2024

I have tested v4.0.0-rc.8 with same pages from first port and problem persist - fix does not work.

from lowdefy.

Gervwyk avatar Gervwyk commented on May 25, 2024

@kemeris2000 I have tested with the code you provided and it works on v4.0.0-rc.8 as expected.
Are you running the app using pnpx/npx or did you install lowdefy using npm?
I'm running:

lowdefy: 4.0.0-rc.8
name: Lowdefy starter
pages:
  - id: page_home
    type: PageHeaderMenu
    properties:
      title: page_home
    blocks:
      - id: card_display
        type: Card
        layout:
          size: 1000 # Set the size of the card so it does not fill the full screen.
          contentGutter: 16 # Make a 16px gap between all blocks in this card.
        blocks:
          - id: mark2
            type: Markdown
            properties:
              content:
                _json.stringify:
                  - _log:
                      _global: global1
  - id: page_login
    type: PageHeaderMenu
    properties:
      title: page_login
    blocks:
      - id: mark1
        type: Markdown
        properties:
          content:
            _json.stringify:
              - _log:
                  _global: global1
      - id: block_login
        type: Button
        properties:
          title: Prisijungti
        events:
          onClick:
            - id: event1
              type: SetGlobal
              params:
                global1:
                  _sum:
                    - 1
                    - _global: global1

And the counter works as expected when transitioning between pages.

from lowdefy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.