Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

00133 going back #247

Merged
merged 40 commits into from
Oct 5, 2022
Merged

00133 going back #247

merged 40 commits into from
Oct 5, 2022

Commits on Oct 3, 2022

  1. Added TableControllerV3 and associated classes (to be used later).

    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    0065d35 View commit details
    Browse the repository at this point in the history
  2. Updated EntityBatchLoader.loadNext() to avoid ts lint warning.

    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    cad5ac9 View commit details
    Browse the repository at this point in the history
  3. Fixed TableSubController.headLoad() and lastLoad().

    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    821d6f8 View commit details
    Browse the repository at this point in the history
  4. Fixed AutoRefreshSubController.xxxLoadDidComplete().

    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    19da2a6 View commit details
    Browse the repository at this point in the history
  5. Removed debug trace from TableControllerV3.mountDidChange().

    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    d2b7242 View commit details
    Browse the repository at this point in the history
  6. TopicDetails.vue is now based on TableControllerV3.

    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    22054b2 View commit details
    Browse the repository at this point in the history
  7. Fixed TableControllerV3.totalRowCount.

    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    35a1ab0 View commit details
    Browse the repository at this point in the history
  8. Fixed PaginationSubController.gotoPage.

    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    75e865a View commit details
    Browse the repository at this point in the history
  9. Fixed PaginationSubController.gotoPage (take #2).

    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    fd80749 View commit details
    Browse the repository at this point in the history
  10. Added pageParamName and keyParamName to TableControllerV3.

    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    01b00e8 View commit details
    Browse the repository at this point in the history
  11. Added take #1 of TableControllerV3 unit test.

    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    8b0ed05 View commit details
    Browse the repository at this point in the history
  12. Fixed sources watching in TableControllerV3.

    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    7cddcd2 View commit details
    Browse the repository at this point in the history
  13. Added paging test to TableController.spec.ts

    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    fb200ac View commit details
    Browse the repository at this point in the history
  14. AccountTableController now based on TableControllerV3.

    Signed-off-by: Simon Viénot <simon.vienot@icloud.com>
    svienot authored and ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    58aa358 View commit details
    Browse the repository at this point in the history
  15. Fixed PaginationSubController.gotoPage().

    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    dd6e47d View commit details
    Browse the repository at this point in the history
  16. Added tests to validate TableControllerV3 logic of shadow pages.

    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    c03e549 View commit details
    Browse the repository at this point in the history
  17. Added TableControllerV3.reset() (to be used later).

    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    481d493 View commit details
    Browse the repository at this point in the history
  18. BlockTableController now based on TableControllerV3.

    Signed-off-by: Simon Viénot <simon.vienot@icloud.com>
    svienot authored and ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    8934079 View commit details
    Browse the repository at this point in the history
  19. ContractTableController now based on TableControllerV3.

    Signed-off-by: Simon Viénot <simon.vienot@icloud.com>
    svienot authored and ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    b6b299a View commit details
    Browse the repository at this point in the history
  20. NftHolderTableController now based on TableControllerV3.

    Signed-off-by: Simon Viénot <simon.vienot@icloud.com>
    svienot authored and ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    f9fc15d View commit details
    Browse the repository at this point in the history
  21. TokenBalanceTableController now based on TableControllerV3.

    Signed-off-by: Simon Viénot <simon.vienot@icloud.com>
    svienot authored and ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    9ce2392 View commit details
    Browse the repository at this point in the history
  22. TokenTableController now based on TableControllerV3.

    Signed-off-by: Simon Viénot <simon.vienot@icloud.com>
    svienot authored and ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    89e66c4 View commit details
    Browse the repository at this point in the history
  23. TransactionTableController now based on TableControllerV3 (however wi…

    …th a pending issue concerning transaction type filtering).
    
    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    5897118 View commit details
    Browse the repository at this point in the history
  24. RewardsTransactionTableController is now based on TransactionControll…

    …erV3.
    
    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    0d9c9fd View commit details
    Browse the repository at this point in the history
  25. Replaced last occurences of PlayPauseButton by PlayPauseButtonV3.

    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    93f8947 View commit details
    Browse the repository at this point in the history
  26. Removed (now obsolete) TableController, PlayPauseButton and RowBuffer…

    … classes.
    
    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    93e8de0 View commit details
    Browse the repository at this point in the history
  27. Renamed TableControllerV3 class as TableController.

    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    bde2afd View commit details
    Browse the repository at this point in the history
  28. Renamed PlayPauseButtonV3 class as PlayPauseButton.

    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    1aaa89b View commit details
    Browse the repository at this point in the history
  29. Removed debug trace from TableController.routeDidChange().

    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    e4bd403 View commit details
    Browse the repository at this point in the history
  30. Fixed unstable check in Staking.spec.ts.

    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    5145fda View commit details
    Browse the repository at this point in the history
  31. Adjusted TokenDetails.vue after rebasing.

    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    2e16cae View commit details
    Browse the repository at this point in the history
  32. Re-worked TableController to enable usage of current route query para…

    …ms by subclasses.
    
    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    87b6ab2 View commit details
    Browse the repository at this point in the history
  33. Added comment line in PaginationSubController.unmount() to avoid tsli…

    …nt error.
    
    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    087049d View commit details
    Browse the repository at this point in the history
  34. Moved fetchXXXQueryParam() methods to RouteManager.ts

    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    f4725a5 View commit details
    Browse the repository at this point in the history
  35. TransactionTableController now adjusts its transaction filter accordi…

    …ng current route.
    
    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    f122adf View commit details
    Browse the repository at this point in the history
  36. Moved PaginationSubController.updateCurrentPage() in TableController.

    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    559dbce View commit details
    Browse the repository at this point in the history
  37. Fixed TableController.refresh().

    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    fbeda04 View commit details
    Browse the repository at this point in the history
  38. Split TransactionTableController as TransactionTableController and Tr…

    …ansactionTableControllerXL.
    
    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    58d5325 View commit details
    Browse the repository at this point in the history
  39. TableController now enables TransactionTableControllerXL to set up it…

    …s filter.
    
    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    61dc773 View commit details
    Browse the repository at this point in the history
  40. Re-enabled e2e test in TransactionNavigation.spec.ts.

    Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
    ericleponner committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    5a2b794 View commit details
    Browse the repository at this point in the history