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

Account popup #135

Merged
merged 19 commits into from
Jun 16, 2017
Merged

Account popup #135

merged 19 commits into from
Jun 16, 2017

Commits on Jun 16, 2017

  1. Configuration menu
    Copy the full SHA
    d407eb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03829e2 View commit details
    Browse the repository at this point in the history
  3. store: remove unused import

    whilei committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    42b433b View commit details
    Browse the repository at this point in the history
  4. components/store: basic function account popup

    - remove popupstate from global
    - place popup in accounts list, show
    - unify button and dialog elements into 'popup' directive
    whilei committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    973c493 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9cc25f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f8d7ef7 View commit details
    Browse the repository at this point in the history
  7. lib: delete tables wide/short style

    Problem: they weren't having any impact...
    
    Follow up problem: get table columns to respond to width
    , especially so you can see the whole address
    whilei committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    b1d3aba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9c772fb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7fa91ac View commit details
    Browse the repository at this point in the history
  10. components: try to solve table spacing issue with responsive columns

    Doesn't work either... hm.
    whilei committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    7a0021e View commit details
    Browse the repository at this point in the history
  11. components: problem: cancel buttons not red

    solution: use directive 'secondary' to make them themed red
    whilei committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    989c725 View commit details
    Browse the repository at this point in the history
  12. components: problem: canceling tx sent back to dash

    solution: send to parent address instead
    whilei committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    4c195d1 View commit details
    Browse the repository at this point in the history
  13. components: problem: accounts 'SEND' button not positive green

    solution: add green style
    whilei committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    1fe7923 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    76af489 View commit details
    Browse the repository at this point in the history
  15. problem: popup button not gray like design spec

    solution: make gray with white color and
    change 'ADD ETHER' -> 'ADD ETC'
    whilei committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    1daa093 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bd71392 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1526ca2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    30cb2ea View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    dc6f69e View commit details
    Browse the repository at this point in the history