This repository was archived by the owner on Nov 10, 2023. It is now read-only.
Conversation
Merged
ESLint Summary View Full Report
Report generated by eslint-plus-action |
|
Travis automatic deployment: |
mmv08
approved these changes
Jul 31, 2020
Contributor
|
ohh, why did it have master as a base branch... |
Agupane
added a commit
that referenced
this pull request
Aug 14, 2020
* new TXs tab * Removes coverage folder from git * Adds getAllTxServiceUriTo Adds types on fetchTransactions * Adds loadAllTransactions method * Adds types for allTransactions * Adds types to loadAllTransactions Adds urlParams to fetchAllTransactions * Adds transactionsNew store * Fetch all transactions endpoint and updates newTransactions store * Updates transactions types * Adds newTransactionsHelpers.ts * Remove white spaces * Removes immutableJS usage in NewTransactionsState * Renames getAllTxServiceUriTo to getNewTransactionsServiceUriFrom * Renames reducer TRANSACTIONS_NEW to TRANSACTIONS * Removes newTransactions from fetchTransactions.ts * Adds useFetchNewTransactions hook Adds uriParams as parameter for loadAllTransactions * Updates default state * Adds newTransactionsSelector Updates newTxsTab behaviour * Renames eTag to responseEtag * Fix missing Map type Import in AppReduxState * Remove generic types * Adds offset and limit to the NewTransactionsState Adds currentPageSelector Adds getNewTransactionsState * Moves addNewTransactions action to actions/TransactionsNew * Implements setPreviousPage, setNextPage * Adds safeNewTransactionsSelector Adds newTransactionsCurrentPageSelector * Implements basic pagination on tabs layout * Remove offset and limit from ADD_NEW_TRANSACTIONS action Fixs ADD_NEW_TRANSACTIONS reducer implementation * Improves useFetchNewTransactions usage to avoid re renders * Fix newTransactionsCurrentPageSelector page calculation * Fixs newTransactionsCurrentPageSelector Adds loader state on newTxsTab * Implements etags by page * Implements pagination restrictions * Fix import * Reduce any's usage * Replaces JSX.Element with ReactElement * Fixs types * Moves all the pagination actions to pagination.ts * Simplify loadAllTransactions return values * Replaces limit 100 to 50 * Rename actions * Fix types * Add TODO * Replaces count/transactionsCount to totalTransactionsAmount * Renames getNewTransactionsServiceUriFrom to getAllTransactionsUriFrom Add types * Rename newTxs to Transactions * Add types to CopyBtn * Replaces /transactionsNew with /all-transactions * Replace btn handlers usage * Uses hash as key * Replaces redux with params * Types * Improves enum types * Replaces is with boolean * Merge branch 'development' of https://github.com/gnosis/safe-react into transactions_new # Conflicts: # src/store/index.ts * Types * Enums * Remove tabsValue() * Moves store from ui to logic folder * Fix imports * Add type for new transactions * Add Gnosis CLA (#1188) * replace newTransactions with allTransactions * bring back src/store * bring back src/store 2 * Fix match type usage * Merge branch 'development' of https://github.com/gnosis/safe-react into transactions_new # Conflicts: # src/logic/addressBook/store/selectors/index.ts # src/logic/safe/transactions/send.ts * Fix key null warning * Removes limit and offset from allTransactions State * Simplify allTransactions state * Renames transactionsNew folder to allTransactions * v2.9.0 * bump node in travis to 12 * add overflow hidden to iframe container in safe apps * Merge branch 'development' of https://github.com/gnosis/safe-react into transactions_new # Conflicts: # src/logic/safe/store/actions/__tests__/utils.test.ts # src/logic/safe/store/actions/addSafeModules.ts # src/logic/safe/store/reducer/safe.ts # src/logic/safe/store/reducer/types/safe.d.ts # src/routes/safe/components/Apps/index.tsx # src/routes/safe/components/Layout/Tabs/index.tsx # src/routes/safe/components/Settings/Advanced/dataFetcher.ts # src/routes/safe/components/Transactions/TxsTable/ExpandedTx/OwnersColumn/index.tsx # src/routes/safe/components/Transactions/TxsTable/ExpandedTx/TxDescription/CustomDescription.tsx # src/routes/safe/container/hooks/useFetchTokens.tsx # src/routes/safe/container/hooks/useLoadSafe.tsx # src/routes/safe/store/reducer/types/safe.d.ts # src/routes/safe/store/reducer/types/safe.ts * Fix offchain signing * fix crash when opening a mocked transaction * Add Balancer Pool and Exchange Apps. * Feedback, absolute imports * Types * Refactor all transactions, adds totalTransactionsAmount on redux * Absolute path Co-authored-by: Agustin Pane <agustin.pane@gmail.com> Co-authored-by: Mikhail Mikheev <mmvsha73@gmail.com> Co-authored-by: Mati Dastugue <matias.dastugue@altoros.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Needed for #1187