Upgrade accounting page for moloch v3 (#149) #150
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add v2 and v3 panels for each tab (Add v2 and v3 panels for each tab #131)
PR for Split useAccounting into v2 and v3 #132 (PR for #132 #138)
organise memos in one hook
split useAccounting into useAccountingV2 & useAccountingV3
Remove useAccounting hook
needs clean up
cleaned up useAccountingV3
[WIP] Accounting Fixes + Transaction Data (Accounting Fixes + Transaction Data #141)
fix issue
fetch tx data
proposal data
wip
wip2
fetch all transactions
use bigint for calculating sum of in/out flows
transactions
cache results
display member & proposal & proposal link
fix proposals
fix type
cleanup
set balancesWithPricesV3 data for csv export
fix
add elapsed days and ragequit shares
add in/out/balance USD
rename
fix types
token symbol value
render v3 spoils in spoils table (render v3 spoils in spoils table #148)
remove V2 data from accounting and fixed type and export errors
fetch smartInvoices and add query to fecth raids
create formatSpoils function and raids query mvp
unsuccessful attempt to fetch raids in useAccountingV3
fetch invoice and raids and map them together using formatSpoils
render formatted spoils in spoilsTable
clean up useAccountingV3 & useFormattedDataV3
cleanup accounting.tsx
change file names for useFormattedData to useFormattedAccountingV3
Minor tweaks