Giter Club home page Giter Club logo

heystack's Introduction

Heystack

Sample messaging app.

git clone https://github.com/hirosystems/heystack
yarn && yarn start

Open http://localhost:3000 to view it in the browser.

heystack's People

Contributors

aulneau avatar fbwoolf avatar kyranjamie avatar sabbyanandan avatar

Stargazers

 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

heystack's Issues

add eslintrc.json for windows machine

if I just clone and start, I see a lot of prettier error due to the CRLF thing, need to add this to the eslintrc.json file(well if there are other ones in the future, that prettier/prettier block

{
"extends": [
"react-app",
"prettier"
],
"plugins": [
"prettier"
],
"rules": {
"prettier/prettier": [
"error",
{
"endOfLine": "auto"
}
]
}
}

Input box tweaks

‘Say hey to other Stakers’ can be tweaked as ‘ Say ‘Hey’ to other Stakers,highlighting our 'Hey'

Receiving error message when claiming Hey tokens

User notices when they select ‘Claim Hey’-and upon selecting the faucet-receive ‘This ID doesn't seem right.This page isn't available, and it looks like the Transaction ID provided isn't correct.’But the second time, and the transaction was pending

(nit) change shadows

remove shadow from secondary button, add shadow to the panel

image

Shadow is 'S' which is:
box-shadow: 0px 1px 2px 0px hsla(0, 0%, 0%, 0.04);

https://heystack.xyz doesn't work

So because I'm trying to figure out what is up with #39
I figured I could just actually use the sample app at https://heystack.xyz to help debug and make sure I've got the proper Clarity.

However the site app example appears to refer to contract on regtest network that is no longer present.

Not sure what else I can deduce aside from that
I suspect the contract that was deployed to regtest to work in unison with your web app differs slightly from what the repo shows as the clarity contracts.

Search results are inaccurate

User tries to search inside in the wallet:
First search:'Stacks"
Correct results

Second search:'Token"
All the assets were shown
Screen Shot 2021-06-04 at 5 04 19 PM

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.