Commit Graph

1260 Commits

Author SHA1 Message Date
Rob Culliton d0a4ff7179
fix initial appearance of modal and include instructions about dashbaord banner 2018-05-11 16:49:07 -04:00
Rob Culliton 1c84bbc961
more badge, padding, and font weight adjustments 2018-05-11 16:32:38 -04:00
Rob Culliton 64dc0d04de
modal colors, border radiuses, and padding 2018-05-11 15:57:14 -04:00
Rob Culliton edc437132e
a few more design modifcations for the modal 2018-05-11 13:56:32 -04:00
Rob Culliton 3fa60bc0e7
flushing out contents of revoke modal 2018-05-11 12:31:41 -04:00
Rob Culliton 2399932d15
beginnings of revoke modal 2018-05-11 11:33:39 -04:00
Rob Culliton ecb777736a
only allow revocation if there are none pending 2018-05-10 14:09:42 -04:00
Rob Culliton fffe92f87d
open menu for a single issue-id, but close for all 2018-05-09 12:37:05 -04:00
Rob Culliton 039295f157
now that payout receipt is working, only log for the changed case rather than all records 2018-05-08 17:53:09 -04:00
Rob Culliton d3925a542e
if in the middle of a pending revocation, remove the banner on metamask payment rejction 2018-05-08 15:11:46 -04:00
Rob Culliton c57a6a1a63
better logging around payout receipt interceptor 2018-05-08 14:35:24 -04:00
Rob Culliton 08d56400ad
interceptor for payout_receipt within owner bounties 2018-05-08 13:42:43 -04:00
Rob Culliton eed60f8360
add additional check to interceptor to only proceed during a pending revocation 2018-05-08 09:41:51 -04:00
Rob Culliton 773da8d074
update coloring and include check box w/ message 2018-05-07 17:02:32 -04:00
Rob Culliton cd2739b229
working banner appearance on dispatch of revoke 2018-05-07 15:38:23 -04:00
Rob Culliton b7159cf052
subscription for *pending* banner 2018-05-07 14:06:56 -04:00
Rob Culliton b2a238d7b3
removing name as salute param unless it was intended for defaulting? 2018-05-07 12:29:24 -04:00
Rob Culliton 12e4d98d58
handler for setting pending revocations
comment out confirm hash interceptor for now
2018-05-07 11:07:29 -04:00
Rob Culliton e9f4b0a5ac
don't forget tachyons pointer for the three dots themselves! 2018-05-05 22:22:17 -04:00
Rob Culliton b845750405
some final positioning for cursor of revoke button 2018-05-05 22:19:01 -04:00
Rob Culliton 87a998821a
better styling for absolutely positioned button 2018-05-05 22:10:39 -04:00
Rob Culliton 356e344026
adjust value-usd check 2018-05-05 21:33:47 -04:00
Rob Culliton 4db70dfc41
revoke dropdown menu
still a few styling tweaks to go
2018-05-05 21:02:30 -04:00
Rob Culliton aa38da02e4
a snazzy set of three dots to click on 2018-05-05 18:54:30 -04:00
Rob Culliton b8f511433b
whitespace fixes 2018-05-05 15:26:33 -04:00
Rob Culliton c93982f3c2
validate update-payout-receipt with pre condition, get rid of duplicate destructuring 2018-05-05 15:15:24 -04:00
Rob Culliton 0c60c83ee5
clean up scheduler deps 2018-05-05 10:43:04 -04:00
Rob Culliton 66b70423d8
remove a couple eth-rpc methods that were used by the outdated logging, and no need to update pr save 2018-05-05 09:38:22 -04:00
Rob Culliton 1b4f0c7301
whitespace 2018-05-05 09:28:43 -04:00
Rob Culliton 51bcd51173
prune out db/update-confirm-hash (was in bounties, not issues, namespace) 2018-05-05 09:26:07 -04:00
Rob Culliton 64b81c1b91
prune out lurking execute_posted in owner bounties query 2018-05-05 09:25:22 -04:00
Rob Culliton 989039352d
update-confim-hash sql query is no longer needed because now confirm hash
will be updated by save-tx-result! (and also trying to make right some whitespace wrongs)
2018-05-05 09:19:26 -04:00
Rob Culliton 3763fa136a
get-issue-by-contract-address is no longer needed 2018-05-05 09:08:29 -04:00
Rob Culliton 13fcf1799f
update-execute-posted is no longer needed 2018-05-05 09:06:22 -04:00
Rob Culliton 9137d68d04
pending-executions is just no longer needed at all 2018-05-05 09:04:02 -04:00
Rob Culliton e2a1692f82
execute hash is now updated via save-tx-info! so we can get rid of the dedicated function & query 2018-05-05 09:02:36 -04:00
Rob Culliton 7103bd2332
pull out unneeded scheduler code now that polling is taken care of
client side and changes too confirm hash are listened for in the interceptor
2018-05-05 08:53:27 -04:00
Rob Culliton 199bfeead9
use doseq to force side effects, fix underscores & naming 2018-05-04 18:24:46 -04:00
Rob Culliton abfcc4a580
improve readability 2018-05-04 17:35:32 -04:00
Rob Culliton d801af1287
better handling of context
this interceptor only produces side effects, so no matter what just return context
2018-05-04 17:25:20 -04:00
Rob Culliton 222d334c25
pretty good representation of ONLY a confirm hash that has just been set 2018-05-04 16:34:11 -04:00
Rob Culliton a6287e64b6
include custom interceptor for logging changes to the confirm hashes of owner bounties 2018-05-04 15:49:38 -04:00
Rob Culliton cafb39279b
update pending payouts query to include revoked, fix scheduler logging 2018-05-03 15:52:49 -04:00
Rob Culliton 8657dc9343
make sure internal-tx-id is vector 2018-05-03 14:27:13 -04:00
Rob Culliton b865fad200
start reworking revoke route to not be responsible for confirm hash 2018-05-03 14:10:56 -04:00
Rob Culliton 8dc9836be2
remove material, assume revoke dispatch just passes up issue-id
and is not responsible for dispatching anything but a banner on success
2018-05-03 13:25:38 -04:00
Rob Culliton 9c57a61471
more inline comments for contract-confirmation-logs 2018-05-03 09:28:41 -04:00
Rob Culliton 240e66cf24
get rid of legacy migration 2018-05-03 09:18:04 -04:00
Rob Culliton 63fd5c336c
basic material look for 3 dot button 2018-05-02 18:23:55 -04:00
Rob Culliton db664a9094
Merge branch 'develop' of https://github.com/status-im/open-bounty into feature/bounty-revocation 2018-05-02 15:33:53 -04:00