Giter Club home page Giter Club logo

cascinarampina's People

Contributors

alligatore3 avatar dbertella avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

cascinarampina's Issues

Implement FAQ with some sort of collapsible component

I added repeater widgets to FAQ pages in order to have distinct faqs and to be able to build a collapsible component in react
Gql query

query MyQuery {
  page(id: "FAQ", idType: URI) {
    faqs {
      faq {
        question
        answer
      }
    }
  }
}

Response

{
  "data": {
    "page": {
      "faqs": {
        "faq": [
          {
            "question": "I prodotti che vendiamo sono di nostra produzione?",
            "answer": "\r\n\r\nCerchiamo di vendere quasi esclusivamente prodotti fatti nei campi che coltiviamo a Cascina Rampina. Seguiamo la stagionalità, aspettiamo con pazienza il momento giusto per raccogliere: non troverai sempre la stessa verdura e frutta!\r\n\r\n \r\n\r\nPer ampliare l’offerta di prodotti e soprattutto nel periodo invernale, potreste trovare nel nostro punto vendita anche ortaggi e frutta proveniente da altre aziende che condividono il nostro modo di produrre.\r\n\r\n"
          }
        ]
      }
    }
  }
}

Menu mobile few improvements

  • scroll is not disabled for touch screen devices
  • on iphone se 2020 (not tested on other models) some links go on top of the logo, need to make space between links smaller or remove logo, not sure what's best
  • clicking on same page link should close the menu, right now cause incorrect behaviour. The menu doesn't close and once you close manually the body is not scrollable

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.