Commit Graph

489 Commits

Author SHA1 Message Date
pablodip 161cd7bd99 Merge remote-tracking branch 'status/develop' into sort-and-filter 2018-01-25 10:02:17 +01:00
pablodip b3b3e47acd change no open bounties message 2018-01-25 09:48:12 +01:00
pablodip 4bb81f976b pre-predicate-value-processor 2018-01-25 09:33:05 +01:00
pablodip 834f826092 disable filter and sort in mobile for now 2018-01-25 08:33:18 +01:00
pablodip fdec3ad56b abstracting filter type category 2018-01-25 08:28:48 +01:00
pablodip 561232d6e2 remove printlns and fix chrome remove filter style 2018-01-24 09:49:21 +01:00
pablodip 27442937cf fix firefox behaviour when removing filters and with checkbox filters 2018-01-24 09:46:51 +01:00
pablodip 12edb1abc6 some fixes and behaviours of sort and filter 2018-01-23 17:48:45 +01:00
pablodip d937bf361d fix ui checkbox checked and start filtering 2018-01-22 12:21:04 +01:00
pablodip 09cd84a89b sorting behaviour 2018-01-21 10:27:32 +01:00
pablodip d470b3aea3 zindex 2018-01-21 08:06:09 +01:00
pablodip 4563781192 take some filter options from open bounties 2018-01-20 10:49:07 +01:00
pablodip 366148f250 some behaviour in bounty filters 2018-01-20 08:21:59 +01:00
pablodip 646ad8a038 some more filter markup 2018-01-19 07:51:50 +01:00
pablodip 11e4a00ac6 some filter markup and behaviour 2018-01-18 09:08:37 +01:00
pablodip bdbdc2e2d2 add some bounty sorting 2018-01-18 05:45:42 +01:00
Teemu Patja d3338d3eab
Merge pull request #220 from status-im/feature/pagination-#156
Correct 'Showing' label text
2018-01-16 17:52:35 +02:00
Vitaliy Vlasov 7d7d781f06 Correct 'Showing' label text;
decrease default page size to 15
2018-01-16 17:48:26 +02:00
Teemu Patja 228fb9384c
Merge pull request #216 from status-im/feature/pagination-#156
[FIX #156] Add pagination to Bounties and Activities views
2018-01-16 17:19:06 +02:00
pablodip 26c740517b some more sort and filter markup and interface behaviour 2018-01-16 13:05:41 +01:00
pablodip ffa0cfa3bb some filter and sort markup 2018-01-16 06:55:45 +01:00
Vitaliy Vlasov fea0db845a [FIX #156] Add pagination to Bounties and Activities views 2018-01-15 19:37:41 +02:00
Teemu Patja 7ed71fab9c
Error handling fix 2018-01-08 12:53:40 +02:00
Teemu Patja aa4b79988a
Top hunters UI tweak 2017-12-21 13:45:29 +02:00
Teemu Patja 5be2a59e67
Top hunters UI tweak 2017-12-21 13:45:06 +02:00
Teemu Patja 7453bbfe40
Merge branch 'develop' 2017-12-20 14:53:54 +02:00
Teemu Patja 40ba44bb14
Improve logging 2017-12-20 14:51:04 +02:00
Teemu Patja a9e178a2f1
Avoid unneeded watch transactions
Store tx id for watch smart contract call while it is pending to avoid
sending unneeded transactions.
2017-12-18 19:31:53 +02:00
Teemu Patja bb200e8399
Automatic gas price
Use ethgasstation API for gas price if :auto-gas-price? is true in
config.

Fixes: #189
2017-12-18 12:56:54 +02:00
Teemu Patja 62b4394c14
Automatic gas price
Use ethgasstation API for gas price if :auto-gas-price? is true in
config.

Fixes: #189
2017-12-18 12:56:09 +02:00
Teemu Patja c7e4224e3b
Merge branch 'develop' 2017-12-15 12:16:14 +02:00
Teemu Patja a76748b8be
Use coinmarketcap API for getting bounty USD values
Support both cryptonator and coinmarketcap APIs for getting current
token + bounty USD values. Coinmarketcap used by default.

Fixes: #171
2017-12-14 17:04:28 +02:00
Teemu Patja 6e3dc7be0a
Merge branch 'develop' 2017-12-04 16:04:00 +02:00
Teemu Patja e5b0ee3b53
Fix bug in learn-more-text 2017-12-04 15:32:08 +02:00
Teemu Patja e8203e8eb9
Add "learn more" link to GH comment
Add link to SOB site to GH comment for merged and paid issues.
2017-12-04 12:59:11 +02:00
Teemu Patja 03a8490ea4
Fix parsing of repo owner avatar 2017-11-14 20:08:56 +02:00
Teemu Patja 5d7a56f71c
Merge branch 'develop' 2017-11-14 17:05:46 +02:00
Oskar Thorén 1db018912b Disable repositories tab 2017-11-10 21:48:38 +00:00
Oskar Thorén eb8edec116 Add repo-name to DB; better logging for failed repo add 2017-11-10 21:37:53 +00:00
Oskar Thorén 764f60edcb Fix can-create? bug and log it 2017-11-10 21:32:38 +00:00
Oskar Thorén cc05f36e29 Fix shadow repo variable bug 2017-11-10 21:19:12 +00:00
Oskar Thorén afcbfa0e4b Fix symbol name 2017-11-10 20:54:15 +00:00
Oskar Thorén 9aec3dba3b Support handle-installation-integration webhook & deprecated callers 2017-11-10 20:48:24 +00:00
Oskar Thorén 4afec1da1e Parse full repo into owner in try-catch 2017-11-10 17:09:31 +00:00
Oskar Thorén 1ddb3b70f5 Fix misc build errors 2017-11-10 16:32:36 +00:00
Oskar Thorén e9bccefbb5 Handle repo installations for Github App 2017-11-10 16:20:54 +00:00
Teemu Patja fe5ce481c9
Make activity view linkable, fix landing page link
Fixes: #168
2017-11-10 11:08:37 +02:00
Teemu Patja edefb9883d
Revert "fix abi mismatch" 2017-11-10 09:44:11 +02:00
Ricardo Guilherme Schmidt a393172412 fix rename to legacy 2017-11-09 17:30:13 -02:00
Oskar Thorén 106569c8d0 Mock handle-installation and bump log level for installation event 2017-11-09 18:07:06 +00:00