Giter VIP home page Giter VIP logo

demo_apps's People

Contributors

adam-hart avatar adammw avatar atroche avatar brianac avatar ckumar1 avatar dan753722 avatar danielbreves avatar darrenchan avatar dpawluk avatar fbvilela avatar fvzzy avatar itirkarp avatar jayphelps avatar jeffwklein avatar jese310s avatar jordanalviso avatar jzempel avatar lobaster avatar maximeprades avatar nick-f avatar pelletier avatar pmgrove avatar princemaple avatar sandlerr avatar sarmadsangi avatar timcmcl avatar tmcinerney avatar token-cjg avatar xuebingli avatar zach-anthony avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

demo_apps's Issues

Example for Ember app integration?

Curious if there was an existing example or tutorial out there if you wanted to integrate an Ember app into Zendesk (which itself is one, obviously.)

Seems like the paradigms provided to integration apps are quite different and I don't wanna write a bunch of glue if there's already an established way.

How to use Zendesk Garden React components

This is probably not the best place for asking such things, but I've not found a better one.
How to use React components listed here? Or, if they are not publicly available, then what's the point of them listed there?

Each app in its own folder

Could each app be in a folder with a descriptive name? At the moment, @dan753722 has a single app in the root folder, this makes it unclear where the rest go. Check out Po's and my branch to see how I think this repo should be structured.
Until this is fixed, nobody can commit a new app unless we are going with some other kind of structure.

Also, I think we are sticking to 👍 from other people before you commit. Helps to avoid this kind of problem.

Thanks!

Hiding top-bar application on clicking outside of application

I have created zendesk app using app framework v1. The major issue I'm facing is that I want to close the app when the user clicks outside it. Zendesk Talk does it nicely but I'm unable to figure out a solution since I can't make app listen to the events outside its scope.

I did read this thread - https://support.zendesk.com/hc/en-us/community/posts/202664363-Conditionally-hiding-an-app?input_string=Hiding%20Topbar%20A

But this.popover('hide') would require an event to close.
Any Ideas on how to achieve it?

Dead link on readme

Just a heads up - the link for the iFrame sample app listed in the readme is bad.

Update iFrame Sample App

The iFrame Sample App may be misleading to App Developers expecting that it demonstrates IFrames in Apps. We should either rename it or add code to it that demonstrates how the SDK works.

Listening for postMessage

I have an iframe in my app and want to resize it to display all content. The iframe sends the correct size by postMessage. How can I get the message content when I am not allowed to add event listener to window?

Error when creating notely event

When testing the notely app as-is, I get the following error at save (click "Record Activity"):

<!DOCTYPE html>
<html lang="en">

<head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  <title>The page you were looking for doesn't exist (404)</title>
  <link href="https://static.zdassets.com/classic/external/error_pages.css" media="all" rel="stylesheet" type="text/css" />
  <meta name="viewport" content="width=device-width">
</head>

<body>
  <!-- This file lives in public/404.html -->
  <article class="l-max-readable-width l-centered">

    <h1 class="err__page-heading">
      This page doesn't exist.
    </h1>

    <div class="err__container l-padded-bottom">
      <p>
        You may have mistyped the address or the page may have moved.
      </p>
      <p>
        <a href="/">Go back to the home page</a>
      </p>
    </div>

    <div class="l-v-padded">
      <p lang="pt-br" class="err__additional-translation">
        Você pode ter digitado o endereço errado ou a página pode ter sido movida.
      </p>
    </div>

    <div class="l-v-padded">
      <p lang="es-419" class="err__additional-translation">
        Podría haberse equivocado al escribir la dirección o la página podría haber sido movida.
      </p>
    </div>

    <div class="l-v-padded">
      <p lang="de" class="err__additional-translation">
        Sie haben die Adresse u. U. falsch eingegeben oder die Seite wurde verschoben.
      </p>
    </div>

    <div class="l-v-padded">
      <p lang="fr" class="err__additional-translation">
        Il est possible que vous ayez mal saisi l’adresse ou que la page ait été déplacée.
      </p>
    </div>

    <div class="l-v-padded">
      <p lang="nl" class="err__additional-translation">
        Mogelijk hebt u het adres niet goed getypt of is de pagina verplaatst.
      </p>
    </div>

    <div class="l-v-padded">
      <p lang="ru" class="err__additional-translation">
        Возможно, вы ошиблись в адресе или страница была перемещена.
      </p>
    </div>

    <div class="l-v-padded">
      <p lang="ja" class="err__additional-translation">
        入力したアドレスが正しくないか、ページが移動した可能性があります 。
      </p>
    </div>

    <div class="l-v-padded">
      <p lang="it" class="err__additional-translation">
        Forse hai digitato l’indirizzo sbagliato oppure la pagina è stata spostata.
      </p>
    </div>
  </article>
</body>
</html>

Any idea where it hurts? Has the API changed?

https://*.zendesk.com/api/cdp/track

ticket-sidebar.html line 73:

            client.request(settings).then(
              function(data) {
                note.value = '';
              },
              function(response) {
                console.error(response);
              }
            );

JWT with CORS?

Hi there,

If I add "cors: true" to the sampleRequest in the demo, the {{jwt.token}} is not replaced with the actual token when hitting the server. Is there additional changes I have to make or is this expected behavior?

Many thanks,
Rob

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.