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

Git Branch Checkout & Redux Thunk #111

Merged
merged 35 commits into from
Jun 19, 2020
Merged

Conversation

nelsonni
Copy link
Member

Git functionality to allow per-card git branch switching so that multiple versions of a single file can simultaneously exist on the canvas. This addresses the final feature open requirement in #68.

Includes:

nelsonni added 27 commits June 17, 2020 13:58
@nelsonni nelsonni added the feature Feature requests or improvements label Jun 18, 2020
@nelsonni nelsonni added this to the v1.0.0 milestone Jun 18, 2020
@nelsonni nelsonni requested a review from jettseale June 18, 2020 18:41
@nelsonni nelsonni linked an issue Jun 18, 2020 that may be closed by this pull request
3 tasks
Copy link
Collaborator

@jettseale jettseale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The dispatch calls in Browser.tsx can be simplified down now that Redux Thunks have been integrated. Besides that, just some minor changes to improve readability.

__test__/__snapshots__/format.spec.ts.snap Show resolved Hide resolved
__test__/git.oldspec.ts Outdated Show resolved Hide resolved
__test__/handlers.spec.tsx Outdated Show resolved Hide resolved
src/containers/git.ts Outdated Show resolved Hide resolved
src/containers/git.ts Outdated Show resolved Hide resolved
src/containers/git.ts Show resolved Hide resolved
src/containers/git2.ts Outdated Show resolved Hide resolved
src/containers/metafiles.ts Outdated Show resolved Hide resolved
@nelsonni nelsonni merged commit 2eb9e8c into development Jun 19, 2020
@nelsonni nelsonni deleted the feature/branch-switching branch June 19, 2020 04:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature requests or improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Side-by-Side File Versions
2 participants