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

show politeia proposals #503

Merged
merged 51 commits into from
Jan 29, 2021
Merged

show politeia proposals #503

merged 51 commits into from
Jan 29, 2021

Commits on Jan 8, 2021

  1. feat: added politeia activity

    dreacot authored and beansgum committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    96a5231 View commit details
    Browse the repository at this point in the history
  2. feat: added politeia list item

    dreacot authored and beansgum committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    e0bf341 View commit details
    Browse the repository at this point in the history
  3. feat: added politeia details activity

    dreacot authored and beansgum committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    4d0c137 View commit details
    Browse the repository at this point in the history
  4. refractor: proposal details

    dreacot authored and beansgum committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    1db8832 View commit details
    Browse the repository at this point in the history
  5. chore: add proposal datatype

    dreacot authored and beansgum committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    3e5a84b View commit details
    Browse the repository at this point in the history
  6. refractor: proposal details

    dreacot authored and beansgum committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    6bf89de View commit details
    Browse the repository at this point in the history
  7. refractor: proposal details

    dreacot authored and beansgum committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    3b44873 View commit details
    Browse the repository at this point in the history
  8. feat: added util to calculate time

    feat: fetched proposal details from api
    style: modified some layouts
    dreacot authored and beansgum committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    e6911a8 View commit details
    Browse the repository at this point in the history
  9. chore: removed commented test codes

    dreacot authored and beansgum committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    10cefae View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b3d97eb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7edc413 View commit details
    Browse the repository at this point in the history
  12. chore: modified proposal class

    dreacot authored and beansgum committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    4395488 View commit details
    Browse the repository at this point in the history
  13. feat: implemented lazy load

    feat: added approporiate message for proposal status(publishes, abandoned)
    feat: implemeted politeia from dcrlibwallet
    dreacot authored and beansgum committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    eac522f View commit details
    Browse the repository at this point in the history
  14. feat: loaded proposal details and vote status from dcrlibwallet

    perf: updated proposal status util
    chore: refined code in proposal class
    chore: added yes/no votes to proposal details
    chore: cleaned up code
    dreacot authored and beansgum committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    953f693 View commit details
    Browse the repository at this point in the history
  15. style: made UI improvements

    dreacot authored and beansgum committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    075646c View commit details
    Browse the repository at this point in the history
  16. feat: added functions to fetch (in discussion, active, approved, appr…

    …oved, rejected and abandoned) proposals
    
    feat: added category filter for proposals
    dreacot authored and beansgum committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    4125b13 View commit details
    Browse the repository at this point in the history
  17. fix: corrected vote summary display

    dreacot authored and beansgum committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    c161169 View commit details
    Browse the repository at this point in the history
  18. chore: added count for categories

    dreacot authored and beansgum committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    28ecabe View commit details
    Browse the repository at this point in the history
  19. feat: update proposal list and proposals details implementation to us…

    …ed localy fetched data
    dreacot authored and beansgum committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    9619f6c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7713e97 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4d13a54 View commit details
    Browse the repository at this point in the history
  22. chore: made proposal message clearer

    dreacot authored and beansgum committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    585a5c3 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    178ae6e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f8b4aba View commit details
    Browse the repository at this point in the history
  25. chore: centered loading page

    chore: made green background darker so text can be more readeable
    chore: centered percentage in progress bar
    dreacot authored and beansgum committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    749f492 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    dc74482 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    472c8ed View commit details
    Browse the repository at this point in the history
  28. fix: inconsistent padding with spinner and app bar when scrolling pro…

    …posal list page
    dreacot authored and beansgum committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    4fd32bc View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    01a9de5 View commit details
    Browse the repository at this point in the history
  30. chore: cleanup code

    dreacot authored and beansgum committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    33a1e22 View commit details
    Browse the repository at this point in the history
  31. chore: users can only sync when connected to decred network

    chore: add button to manually sync proposal incase initial sync fails
    chore: implemented changes requested from PR review
    dreacot authored and beansgum committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    59b85ab View commit details
    Browse the repository at this point in the history
  32. chore: fixed issue where sync button wasn't fully showing on some dev…

    …ices
    
    chore: fixed crash occuring on proposal details page
    dreacot authored and beansgum committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    f6fe166 View commit details
    Browse the repository at this point in the history
  33. chore: renamed proposal listeners

    dreacot authored and beansgum committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    501d266 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    18f96c6 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    d19d299 View commit details
    Browse the repository at this point in the history
  36. chore: remove unsed import statements

    dreacot authored and beansgum committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    e2934c5 View commit details
    Browse the repository at this point in the history
  37. chore: cleaned up code

    dreacot authored and beansgum committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    c4139e9 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    d3e7c10 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    293a8cd View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    337cdde View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    ccffa44 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    d0c2f90 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    49e8203 View commit details
    Browse the repository at this point in the history
  44. Cleanup Proposal class

    remove unused class members and update variables according to dcrlibwallet
    beansgum committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    ceb6802 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    d0a287d View commit details
    Browse the repository at this point in the history
  46. Fix proposal sync

    - rotate sync icon while fetching missing proposals
    - add option to stop sync
    beansgum committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    954a354 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Configuration menu
    Copy the full SHA
    c87d733 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Cancel all notifications when app is closing

    - add proposal title and author name to notifications
    - allow proposal sync if wallet is not connected
    beansgum committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    3508f4c View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Configuration menu
    Copy the full SHA
    6f922f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Configuration menu
    Copy the full SHA
    f068be8 View commit details
    Browse the repository at this point in the history
  2. Fix syntax error

    beansgum committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    3b0628a View commit details
    Browse the repository at this point in the history