355 Commits

Author SHA1 Message Date
Oskar Thorén
efcf5415b5 More whitelist 2017-10-31 16:33:48 -05:00
Oskar Thorén
27a199929d Modify whitelist 2017-10-31 16:25:21 -05:00
Oskar Thorén
e87626e394 Tweak copy 2017-10-31 16:00:03 -05:00
Oskar Thorén
b30f64cadc Tweak whitelist message 2017-10-31 15:49:23 -05:00
Teemu Patja
6dd88874f6
Smoother background fetching of data
* do not show loading spinner after periodic open bounty and activity
  data  fetches
2017-10-31 22:11:43 +02:00
Oskar Thorén
b0db973fa6 whitelist take login field of user 2017-10-31 14:56:52 -05:00
Oskar Thorén
218f913ecc Fix user-whitelisted? bug 2017-10-31 14:53:49 -05:00
Oskar Thorén
f81c28b603 Better debug print don't squash numbers 2017-10-31 14:52:10 -05:00
Oskar Thorén
abac3f5cdb Max limit back to 2; make issues count more restrictive 2017-10-31 14:50:27 -05:00
Teemu Patja
74fe3982cc
Coerce balance to float to avoid crash
Token balances are expected to have float values in services.clj, but
can end up with integer value, so we need to coerce.
2017-10-31 19:51:55 +02:00
Oskar Thorén
e80592c769 increase max limit for now while issue count bug 2017-10-31 12:50:15 -05:00
Oskar Thorén
3f41f32d9d fix code order 2017-10-31 12:27:30 -05:00
Oskar Thorén
46ba59e7d0 typos 2017-10-31 12:25:36 -05:00
Teemu Patja
ff995f1a9d
Configurable style for :base field in token registry
Parity's token registry uses eg. :base 1000000000, while the Status
token reg uses eg. :base 16. Now both are supported, default is Status
style and Parity style can be enabled with a config param.
2017-10-31 19:18:19 +02:00
Oskar Thorén
ef1a6dff28 sigh typo 2017-10-31 12:14:38 -05:00
Oskar Thorén
ee096a6ceb Introduce maybe-add-bounty-for-issue to limit max added 2017-10-31 12:05:41 -05:00
Oskar Thorén
a912de13c1 Limit max issues to 2 2017-10-31 10:52:52 -05:00
Oskar Thorén
5afaac5b72 Update whitelist for testing 2017-10-31 10:45:01 -05:00
Oskar Thorén
ca193867e3 Whitelist users who can create repos 2017-10-31 10:41:22 -05:00
Oskar Thorén
d9dc24d724 Disallow creation of repos 2017-10-31 10:23:37 -05:00
Teemu Patja
fc817f09cc
Error handling for token-balance 2017-10-31 16:35:31 +02:00
Teemu Patja
b2be946e12
Add debug logging 2017-10-31 16:15:37 +02:00
Teemu Patja
8cea6aa98a
No margins for ui.container on mobile 2017-10-31 15:34:54 +02:00
Teemu Patja
a802edd502
Shorter tab caption for mobile 2017-10-31 15:21:14 +02:00
Teemu Patja
32e0590784
Header responsive layout fixes 2017-10-31 15:17:40 +02:00
Teemu Patja
211a234b3b
Responsive layout for page header 2017-10-31 14:43:12 +02:00
Teemu Patja
3ebf9cf36d
Truncate repo name if needed
If repo name is longer than what fits on card in manage repos view,
truncate it. Untested.

Fixes: #116
2017-10-31 12:53:46 +02:00
Teemu Patja
a98da5fb2f
Error handling for hubspot contact create 2017-10-31 08:50:44 +02:00
Oskar Thorén
6fd2180113 Add Riot icon to footer for landing page and app 2017-10-30 17:27:58 -05:00
Oskar Thorén
dae786a3ed Add Riot to footer 2017-10-30 16:52:48 -05:00
Oskar Thorén
d2871a1d32 Add privacy policy in app 2017-10-30 16:47:28 -05:00
Eric Dvorsak
549261337b Revert "[bug] fix dropdown menu"
This reverts commit fdb23c948dc50534087fbf1f46c5fae4356f500f.
2017-10-30 21:24:59 +01:00
Oskar Thorén
e62d4be420 Landing page: use authorize url 2017-10-30 14:40:50 -05:00
Teemu Patja
4060bf0f67
Merge pull request #106 from status-im/bug/close-dropdown
[bug] close dropdown when clicking outside of it
2017-10-30 21:29:31 +02:00
Eric Dvorsak
6845527d4b [bug] close dropdown when clicking outside of it 2017-10-30 20:26:33 +01:00
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
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