471 Commits

Author SHA1 Message Date
Teemu Patja
4bb20d35d2
Merge pull request #105 from status-im/bug/fix-dropdown
[bug] fix dropdown menu
2017-10-30 20:56:55 +02:00
Eric Dvorsak
fdb23c948d [bug] fix dropdown menu 2017-10-30 19:52:58 +01:00
Teemu Patja
89346a48ba
Fix redirect path after sign-up 2017-10-30 19:41:34 +02:00
Teemu Patja
48c4a5f369
Fix redirect path after sign-up 2017-10-30 19:40:44 +02:00
Teemu Patja
8ed776d1c4
Uncomment hubspot create_contact HTTP POST 2017-10-30 19:09:56 +02:00
Oskar Thorén
0de883290a Static page as root landing page; /app for app; fix some routes 2017-10-30 10:37:13 -05:00
Teemu Patja
cb28db4fee
Hubspot integration
* support for creating contacts and listing contacts using Hubspot's
  HTTP API
* create a Hubspot contact when a new user signs up (commented out for now)
2017-10-29 19:31:53 +02:00
Teemu Patja
e7dc29f895
Bounties list css tweak 2017-10-29 18:39:15 +02:00
Julien Eluard
49617ae10e
Improved dev experience 2017-10-29 18:09:00 +02:00
Teemu Patja
fa3eeabd4d
Open bounties view SOB UX changes 2017-10-29 17:09:28 +02:00
Teemu Patja
a4318cb2f0
Balance badge styling 2017-10-29 12:19:37 +02:00
Teemu Patja
542d19e40e
Footer improvements 2017-10-29 11:50:45 +02:00
Teemu Patja
249a3cf2b4
Font related css tweaks 2017-10-29 11:40:18 +02:00
Teemu Patja
bc9c0011a4
Footer layout improvements 2017-10-29 10:26:15 +02:00
Teemu Patja
4a2fdd8e2e
Layout improvements 2017-10-29 10:02:06 +02:00
Teemu Patja
1b3254dd0b
Fix react warnings 2017-10-29 09:45:55 +02:00
Teemu Patja
b077b117a9
Minor css change 2017-10-28 23:21:57 +03:00
Teemu Patja
71445f599c
Add missed file 2017-10-28 23:20:39 +03:00
Teemu Patja
c12cc5e7ed
First version of new page footer 2017-10-28 23:06:55 +03:00
Teemu Patja
7aa8205115
DB support tracking welcome email sends 2017-10-28 21:10:09 +03:00
Teemu Patja
3a0293c056
Enable github account UX 2017-10-27 22:58:02 +03:00
Teemu Patja
790cbea367
Change menu caption, use SOB specific storage key 2017-10-27 22:11:44 +03:00
Teemu Patja
a798d3d1eb
Show content with full width when top-hunters not shown 2017-10-27 19:33:29 +03:00
Teemu Patja
46273fdb39
Fix button backgrounds 2017-10-27 19:28:54 +03:00
Teemu Patja
2a63690b6c
Fix dropdown menu
* temp fix for dropdown menu flickering
2017-10-27 19:19:40 +03:00
Teemu Patja
1fe40874ce
Unicode arrow 2017-10-27 18:20:14 +03:00
Teemu Patja
a153caeab8
WIP: more SOB UX changes
* make bounties view default
* new top hunters look
* only show top hunters for bounties and activity views
* misc css tweaks
2017-10-27 18:09:41 +03:00
Teemu Patja
967778a761
Comment image improvements
* make QR image larger
* use status logo
* layout tweaks
2017-10-27 13:22:35 +03:00
Teemu Patja
35bef82b6e
WIP: SOB UX
beginnings of new UX for status open bounty
* manage repos view changes
* new header + tabs style
* flash/error messages as modal overlay
* SOB favicon
* general css changes
2017-10-26 19:19:36 +03:00
Teemu Patja
eb820525bc
Include link to etherscan.io for deployment transaction
* include a link to etherscan.io for a bounty contract's "deploying"
  comment

Fixes: #99
2017-10-09 17:11:06 +03:00
Teemu Patja
4c35a20feb
Increase multisig deploy gas-limit 2017-10-03 19:59:39 +03:00
Teemu Patja
b3b2d5eb5c
Update USD value for an issue also when balance changes
* in addition to updating current USD value for open issues every 5
  minutes, update for an issue if change in balance detected
2017-09-22 19:27:24 +03:00
Teemu Patja
8e3762c701
Fix typo causing crash in fault tolerance feature 2017-09-22 19:01:27 +03:00
Teemu Patja
01f09bf671
Uncomment rpc call 2017-09-22 18:21:27 +03:00
Teemu Patja
1432cff096
Add missing gas-limit arg 2017-09-22 18:05:52 +03:00
Teemu Patja
26d30ad91b
Fix gas limit issues introduced by upgrade to geth 1.7.0
* add configurable factor for adjusting gas estimates given by
  json-rpc's eth_estimateGas. This will adjust all gas estimates by
  multiplying json-rpc estimate with the factor.

* use fixed gas limit for deploying bounty contracts to avoid running
  out of gas with geth 1.7.0
2017-09-22 16:52:19 +03:00
Teemu Patja
beca021050
Use Ropsten as testnet instead of Rinkeby.
* make token registry contract address configurable
* update documentation
* indicate ropsten usage on github comment
2017-09-21 08:48:57 +03:00
Teemu Patja
0476b8c1ea
Fault tolerance for payout confirmal
* if a payout transaction sent by repo admin from cljs does not get
  mined within 3 hours, consider it as failed and re-enable confirm
  button

Fixes: #94
2017-09-15 10:24:55 +03:00
Teemu Patja
c17763bf2d
Fix bug in is-bounty-issue?, update docstring 2017-09-13 11:20:11 +03:00
Teemu Patja
6522265f7d
Never show closed github issues as open bounties
* do not show a bounty issue in open bounties listing or activity feed
  items in case it was closed (manually or via PR)

Fixes: #95
2017-09-13 11:11:37 +03:00
Teemu Patja
640cf8abd6
Usage metrics view access control fix
Allow all members of status-im organization to see Usage metrics view,
instead of just Status team members.
2017-09-11 09:01:34 +03:00
Teemu Patja
11d2c6e4ce
Workaround for smart contract issue related to payouts
If our smart contract is used as designed for payout (first commiteth
bot executes confirmTransaction() with a withdrawEverything call in
payload and then the repo owner calls confirmTransaction() with the
returned tx-id) the contract fails when executing, but confirming
succeeds. Because of this, we now look for contracts that have been
confirmed by both and that still have ETH and/or tokens, and call
executeTransaction() for those.

This needs testing.
2017-08-31 11:33:08 +03:00
Teemu Patja
5ab68f3b18
Fix issues with :confirm-payout re-frame handler 2017-08-31 11:32:45 +03:00
Teemu Patja
9885014235
Typo fix 2017-08-30 11:52:06 +03:00
Teemu Patja
667b3919c4
Handle clients with no web3 correctly
* fix issues with clients that have no wallet connected

Fixes: #92
2017-08-30 11:45:36 +03:00
Teemu Patja
05f1a711c1
Deal with both new and older mist behavior
* try to support both older and new mist for using injected web3
2017-08-29 00:40:13 +03:00
Teemu Patja
3daf6482bf
cljs-web3 related fixes, pt 2 2017-08-29 00:02:34 +03:00
Teemu Patja
071fffbe4d
Fix typed fn name 2017-08-28 23:40:02 +03:00
Teemu Patja
bf8039bceb
Fixes for cljs-web3 usage 2017-08-28 23:36:35 +03:00
Teemu Patja
42aa34cfad
Use sha3 from cljs-web.core 2017-08-28 23:23:06 +03:00