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

feat: Simple pool join & call to action UI #2050

Merged
merged 99 commits into from
Apr 2, 2024
Merged

Commits on Mar 28, 2024

  1. some tidy up

    Ross Bulat committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    94473d5 View commit details
    Browse the repository at this point in the history
  2. use vLast

    Ross Bulat committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    bf5aada View commit details
    Browse the repository at this point in the history
  3. export types

    Ross Bulat committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    ea9e579 View commit details
    Browse the repository at this point in the history
  4. initialization syncing by default

    Ross Bulat committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    a101b7c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0590f9e View commit details
    Browse the repository at this point in the history
  6. hide manage buttons if read only account

    Ross Bulat committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    3b554d0 View commit details
    Browse the repository at this point in the history
  7. add dispatchAllDefault to SyncController

    Ross Bulat committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    8d6ebf5 View commit details
    Browse the repository at this point in the history
  8. sync dispatch logic fixes

    Ross Bulat committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    a1abe84 View commit details
    Browse the repository at this point in the history
  9. active pools synced if no pool accounts

    Ross Bulat committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    dca005d View commit details
    Browse the repository at this point in the history
  10. useSyncing wildcard by default

    Ross Bulat committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f423781 View commit details
    Browse the repository at this point in the history
  11. add new pool member ui

    Ross Bulat committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    b2e4535 View commit details
    Browse the repository at this point in the history
  12. replace span with button

    Ross Bulat committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    6819901 View commit details
    Browse the repository at this point in the history
  13. fix

    Ross Bulat committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    c09b2a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. update locales

    Ross Bulat committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    a9af1e5 View commit details
    Browse the repository at this point in the history
  2. init join pool canvas

    Ross Bulat committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    8dafa16 View commit details
    Browse the repository at this point in the history
  3. tsx -> ts

    Ross Bulat committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    cc92fb0 View commit details
    Browse the repository at this point in the history
  4. some structural elements

    Ross Bulat committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    05c881d View commit details
    Browse the repository at this point in the history
  5. prepare start nominating button

    Ross Bulat committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    55d5f4c View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. secondary section to next line

    Ross Bulat committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    e4d8d71 View commit details
    Browse the repository at this point in the history
  2. buttons to next line on small screens

    Ross Bulat committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    f5bfa7e View commit details
    Browse the repository at this point in the history
  3. amend note

    Ross Bulat committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    7d238c6 View commit details
    Browse the repository at this point in the history
  4. amend brightness on hover

    Ross Bulat committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    05ac346 View commit details
    Browse the repository at this point in the history
  5. transition filter

    Ross Bulat committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    3696070 View commit details
    Browse the repository at this point in the history
  6. add preload to CallToAction

    Ross Bulat committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    d882d97 View commit details
    Browse the repository at this point in the history
  7. dim rewards on inactive

    Ross Bulat committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    6b429fa View commit details
    Browse the repository at this point in the history
  8. prompt border if inactive

    Ross Bulat committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    f44d6f4 View commit details
    Browse the repository at this point in the history
  9. add border styling

    Ross Bulat committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    161ef15 View commit details
    Browse the repository at this point in the history
  10. add input card

    Ross Bulat committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    c0f7e40 View commit details
    Browse the repository at this point in the history
  11. choose another pool

    Ross Bulat committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    67bcdee View commit details
    Browse the repository at this point in the history
  12. amend spacing

    Ross Bulat committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    dcad91d View commit details
    Browse the repository at this point in the history
  13. amend spacing

    Ross Bulat committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    ea8b398 View commit details
    Browse the repository at this point in the history
  14. spacing

    Ross Bulat committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    1bde7b0 View commit details
    Browse the repository at this point in the history
  15. JoinForm, add pool title

    Ross Bulat committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    060ed77 View commit details
    Browse the repository at this point in the history
  16. tab and title boilerplate

    Ross Bulat committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    9c060b3 View commit details
    Browse the repository at this point in the history
  17. spacing

    Ross Bulat committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    87e0b6d View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. finalise header design

    Ross Bulat committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    6618232 View commit details
    Browse the repository at this point in the history
  2. spacing

    Ross Bulat committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    135f93d View commit details
    Browse the repository at this point in the history
  3. abstract join pool Header

    Ross Bulat committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    31c32b7 View commit details
    Browse the repository at this point in the history
  4. implement pool nominations tab

    Ross Bulat committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    c1da47c View commit details
    Browse the repository at this point in the history
  5. pool state in header

    Ross Bulat committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    a629f32 View commit details
    Browse the repository at this point in the history
  6. overview badge styling

    Ross Bulat committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    6b9bc8c View commit details
    Browse the repository at this point in the history
  7. basic rewards

    Ross Bulat committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    7408ac7 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. fix pending rewards race

    Ross Bulat committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    d9d3024 View commit details
    Browse the repository at this point in the history
  2. expose activePoolsRef

    Ross Bulat committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    09569c7 View commit details
    Browse the repository at this point in the history
  3. newline

    Ross Bulat committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    5564b2e View commit details
    Browse the repository at this point in the history
  4. more boilerplate

    Ross Bulat committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    0da281a View commit details
    Browse the repository at this point in the history
  5. add pool roles, AddressSection

    Ross Bulat committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    9979e51 View commit details
    Browse the repository at this point in the history
  6. replace help key

    Ross Bulat committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    70ef03a View commit details
    Browse the repository at this point in the history
  7. title fixes

    Ross Bulat committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    b84199f View commit details
    Browse the repository at this point in the history
  8. plug in era points

    Ross Bulat committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    f1d1297 View commit details
    Browse the repository at this point in the history
  9. check keys exist

    Ross Bulat committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    ba7974b View commit details
    Browse the repository at this point in the history
  10. fetch daily active open pools

    Ross Bulat committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    b473e03 View commit details
    Browse the repository at this point in the history
  11. bring back shadow

    Ross Bulat committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    1119648 View commit details
    Browse the repository at this point in the history
  12. add pool bonded amount

    Ross Bulat committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    bee3144 View commit details
    Browse the repository at this point in the history
  13. filter currently inactive pools

    Ross Bulat committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    c160e1e View commit details
    Browse the repository at this point in the history
  14. theming

    Ross Bulat committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    89d8dd7 View commit details
    Browse the repository at this point in the history
  15. fix unwanted re-renders

    Ross Bulat committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    0bc6e92 View commit details
    Browse the repository at this point in the history
  16. PerformanceGraph

    Ross Bulat committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    af944fa View commit details
    Browse the repository at this point in the history
  17. make graph responsive

    Ross Bulat committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    4060cab View commit details
    Browse the repository at this point in the history
  18. make design responsive

    Ross Bulat committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    5b00914 View commit details
    Browse the repository at this point in the history
  19. adjust theme

    Ross Bulat committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    f49e8e9 View commit details
    Browse the repository at this point in the history
  20. styling, remove help button

    Ross Bulat committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    8045263 View commit details
    Browse the repository at this point in the history
  21. styling

    Ross Bulat committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    6db8c5d View commit details
    Browse the repository at this point in the history
  22. remove help

    Ross Bulat committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    5e44258 View commit details
    Browse the repository at this point in the history
  23. remove unused hook

    Ross Bulat committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    3ee1b0c View commit details
    Browse the repository at this point in the history
  24. amend text

    Ross Bulat committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    aabd16f View commit details
    Browse the repository at this point in the history
  25. graph spacing

    Ross Bulat committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    fa72c18 View commit details
    Browse the repository at this point in the history
  26. add autoSelect badge

    Ross Bulat committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    b647ff0 View commit details
    Browse the repository at this point in the history
  27. fix margin

    Ross Bulat committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    21526f5 View commit details
    Browse the repository at this point in the history
  28. optimise mobile ordering

    Ross Bulat committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    12e26e5 View commit details
    Browse the repository at this point in the history
  29. use secondary

    Ross Bulat committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    faf4141 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. misc fixes

    Ross Bulat committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    cbb0c8a View commit details
    Browse the repository at this point in the history
  2. displayFirstWarningOnly to bond inputs

    Ross Bulat committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c620c2a View commit details
    Browse the repository at this point in the history
  3. support card DisplayFor

    Ross Bulat committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    a1c5af5 View commit details
    Browse the repository at this point in the history
  4. put extrinsic & SubmitTx in JoinForm

    Ross Bulat committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e6fde89 View commit details
    Browse the repository at this point in the history
  5. separate signer from tx styling

    Ross Bulat committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    1c5d16b View commit details
    Browse the repository at this point in the history
  6. add disabled styling

    Ross Bulat committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    7434bb1 View commit details
    Browse the repository at this point in the history
  7. add card SubmitTx form factor

    Ross Bulat committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    dbdf8d2 View commit details
    Browse the repository at this point in the history
  8. deprecate JoinPool modal

    Ross Bulat committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    cfdc778 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' into rb-simple-pool-join

    Ross Bulat committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    3e9713b View commit details
    Browse the repository at this point in the history
  10. fix Header & random selection

    Ross Bulat committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e53c93e View commit details
    Browse the repository at this point in the history
  11. amend nominations types

    Ross Bulat committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    bca14bb View commit details
    Browse the repository at this point in the history
  12. address section props

    Ross Bulat committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    272f915 View commit details
    Browse the repository at this point in the history
  13. various tidy ups

    Ross Bulat committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    179f191 View commit details
    Browse the repository at this point in the history
  14. minify props

    Ross Bulat committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ab8b535 View commit details
    Browse the repository at this point in the history
  15. wrapper adjustments

    Ross Bulat committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    511eb00 View commit details
    Browse the repository at this point in the history
  16. move targets to Nominations tab

    Ross Bulat committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    b74b579 View commit details
    Browse the repository at this point in the history
  17. ensure all membership properties exist

    Ross Bulat committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    d651355 View commit details
    Browse the repository at this point in the history
  18. lint

    Ross Bulat committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    1c9ddcc View commit details
    Browse the repository at this point in the history
  19. remove space

    Ross Bulat committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e7059a5 View commit details
    Browse the repository at this point in the history
  20. claim permission input tidy up

    Ross Bulat committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    718c0ee View commit details
    Browse the repository at this point in the history
  21. misc tidy up

    Ross Bulat committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    efaa7e1 View commit details
    Browse the repository at this point in the history
  22. some translations

    Ross Bulat committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    f42fe73 View commit details
    Browse the repository at this point in the history
  23. add translations

    Ross Bulat committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    acc8f48 View commit details
    Browse the repository at this point in the history
  24. local order + translation

    Ross Bulat committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    77a9283 View commit details
    Browse the repository at this point in the history
  25. add translations

    Ross Bulat committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    a452955 View commit details
    Browse the repository at this point in the history
  26. fix key

    Ross Bulat committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    1d4ae77 View commit details
    Browse the repository at this point in the history
  27. translation

    TingALin committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    7184ef9 View commit details
    Browse the repository at this point in the history
  28. yarn locale:order

    TingALin committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    f8bedf9 View commit details
    Browse the repository at this point in the history