466 Commits

Author SHA1 Message Date
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
fd68671507
Merge pull request #115 from status-im/bug/github-logo-110
added github logo to landing page
2017-10-31 12:37:55 +02:00
Goran Jovic
d3ec7fb5a0 added github logo to landing page 2017-10-31 11:36:45 +01:00
Teemu Patja
d4c6a2f64e
Get rid of purple favicon for landing page 2017-10-31 11:40:39 +02:00
Teemu Patja
eab1ea44d2
Merge pull request #108 from noman-land/fix-email
Run build script to move changes to resources
2017-10-31 11:27:37 +02:00
Noman
5e2870040f
Run migration script to move changes to resource 2017-10-31 03:31:12 -04:00
Teemu Patja
7b42354be4
Merge pull request #107 from noman-land/fix-email-input
Add HubSpot form and style it to match
2017-10-31 09:18:29 +02:00
Noman
583c055d74
Commit compiled CSS 2017-10-31 03:06:12 -04:00
Noman
2966da5593
Add HubSpot form and style 2017-10-31 03:00:47 -04:00
Teemu Patja
a98da5fb2f
Error handling for hubspot contact create 2017-10-31 08:50:44 +02:00
Oskar Thorén
9846d3f2e9 Super hacky and ugly email form 2017-10-30 18:11:50 -05:00
Oskar Thorén
42b3d3eea3 Hacky favicon import 2017-10-30 17:55:38 -05:00
Oskar Thorén
cf9fa67466 Add logo-mask favicon to right dir 2017-10-30 17:46:10 -05: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
Teemu Patja
dbc85fe8be
Sort open bounties only by updated timestamp 2017-10-30 22:19:01 +02:00
Teemu Patja
266531956b
Update testing document 2017-10-30 22:06:22 +02:00
Teemu Patja
a8b937e4b8
Favicon fix for landing page 2017-10-30 21:44:32 +02:00
Oskar Thorén
3da2909a31 Landing page: add privacy policy 2017-10-30 14:40:58 -05: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
45740b227f Landing page tweaks 2017-10-30 11:30:08 -05:00
Oskar Thorén
1cbcce1ab1 Basic build/link landing page script 2017-10-30 11:12:27 -05:00
Teemu Patja
88a6fa1749
Merge pull request #104 from oskarth/develop
Static page as root landing page; /app for app; fix some routes
2017-10-30 17:54:04 +02:00
Teemu Patja
2e9cea3562
Merge pull request #103 from rasom/fix/leiningen-java-precompilation
add pre compilation of java files in order to make lein run work without cp dancing
2017-10-30 17:49:15 +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
Roman Volosovskyi
340d34186a
add precompilation of java files in order to make lein run work without cp dancing 2017-10-30 16:27:51 +01:00
Teemu Patja
8f8ff22d8a
Fix open-bounties query 2017-10-29 20:05:51 +02: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
Teemu Patja
a53cc04dd0
README improvements 2017-10-29 18:30:17 +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
35a57a59db
Status logo to deploying PNG 2017-10-29 11:25:42 +02:00
Teemu Patja
618c555822
Update test env URL in README 2017-10-29 10:59:28 +02:00
Julien Eluard
438ef1a811
Shared static landing page 2017-10-29 10:58:24 +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