Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Convert Etch components to React components #381

@smashwilson

Description

@smashwilson

Incrementally complete the conversion from etch to React throughout the codebase. This will be easiest to do if we go top-down, gradually pushing the EtchWrapper boundary further into our component hierarchy.

  • controllers/status-bar-tile-controller.js
    • views/branch-view.js
    • views/branch-menu-view.js
    • views/push-pull-view.js
    • views/push-pull-menu-view.js
    • views/changed-files-count-view.js
  • controllers/file-patch-controller.js
    • views/file-patch-view.js
      • views/hunk-view.js (HunkView + LineView)
  • controllers/git-tab-controller.js
    • views/git-tab-view.js
      • views/staging-view.js
        • views/file-patch-list-item-view.js
        • views/merge-conflict-list-item-view.js
      • controllers/commit-view-controller.js
        • views/commit-view.js

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions