Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit dialog #78

Merged
merged 29 commits into from Nov 24, 2018
Merged

Commit dialog #78

merged 29 commits into from Nov 24, 2018

Commits on Nov 17, 2018

  1. Configuration menu
    Copy the full SHA
    569af3a View commit details
    Browse the repository at this point in the history
  2. Fix test failure

    seokju-na committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    4bebe90 View commit details
    Browse the repository at this point in the history
  3. Fix test case namespace

    seokju-na committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    fdb87aa View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2018

  1. Change name to 'NativeMenu'

    because it uses electron provided menu
    seokju-na committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    bc36441 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. Change VcsItemListManager to concrete with factory

    For previous spec, it was not possible to reuse VcsItemListManager
    because it only operates on one DOM container.
    
    This commit changes the DI method to factory so that VcsItemListManager
    can be created from each DOM container.
    seokju-na committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    82ddbb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc32adc View commit details
    Browse the repository at this point in the history
  3. Add hover palette

    seokju-na committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    afcadbf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a56a2c1 View commit details
    Browse the repository at this point in the history
  5. Add menu ui

    seokju-na committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    d67c65f View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. Fix wrong spelling

    seokju-na committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    fe1e189 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2018

  1. Add vcs account model

    seokju-na committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    db8f547 View commit details
    Browse the repository at this point in the history
  2. Remove blank line

    seokju-na committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    cadc17e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57cd73c View commit details
    Browse the repository at this point in the history
  4. Add vcs account dummy

    seokju-na committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    325bedf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9f4e88 View commit details
    Browse the repository at this point in the history
  6. Add 'zone-patch-electron'

    seokju-na committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    5ea956c View commit details
    Browse the repository at this point in the history
  7. Add email dummy

    seokju-na committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    fc15797 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    72259a4 View commit details
    Browse the repository at this point in the history
  9. Add menu item interface

    seokju-na committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    10c8472 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8fbca2a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    28adca6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    23b4f11 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e360deb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    87c62d8 View commit details
    Browse the repository at this point in the history
  15. Add git commit command

    seokju-na committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    175fcda View commit details
    Browse the repository at this point in the history
  16. Add 'COMMITTED' action

    seokju-na committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    59868af View commit details
    Browse the repository at this point in the history
  17. #77 Commit dialog

    seokju-na committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    0b18eb1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b63c52a View commit details
    Browse the repository at this point in the history
  19. Fix test failure

    seokju-na committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    d8b35a0 View commit details
    Browse the repository at this point in the history