Skip to content

Feat/revert wizard#56

Closed
aritradevelops wants to merge 2 commits intointerpretive-systems:refactorfrom
aritradevelops:feat/revert_wizard
Closed

Feat/revert wizard#56
aritradevelops wants to merge 2 commits intointerpretive-systems:refactorfrom
aritradevelops:feat/revert_wizard

Conversation

@aritradevelops
Copy link

Summary

Describe the change briefly.

Linked Issue(s)

Closes #53

Checklist

  • I am assigned to the linked issue(s)
  • I wrote tests or updated existing tests
  • I ran go build and go test ./...
  • I updated docs/README if needed

Udayan853 and others added 2 commits October 2, 2025 13:45
- Moved wizards to a seperate package
- Introduced `Wizard` interface for consistency
- Refactored the key press management into `keys.go` with action
  constants
- Extracted UI components to `internal/tui/components`
- Added `commands.go` to unify gitx function calls
- Moved the search functionality to a new `search` package
- Moved theme to a different package to avoid circular dependencies
@kubeden
Copy link
Contributor

kubeden commented Oct 3, 2025

+4k/-2.5k change is rather hard to review.. also from the code I notice there are multiple unneeded features, and the build ci fails

If you would please revise the code and clean it up with a shorter, cleaner PR

Feel free to start a new one for your ease :)

@aritradevelops
Copy link
Author

Hey @kubeden I have actually started working from PR #55 (refactored version). so most of the changes you see are are from the commits to that branch. once that is merged you can see the original changes. Please don't worry, if there is some trouble after that one is merged then I will reopen a new fresh PR.

@kubeden
Copy link
Contributor

kubeden commented Oct 5, 2025

Hmm.. I understand. Let me clone and explore. I'll let you know.

In the meantime, please change the target branch to refactor 👍

@aritradevelops aritradevelops changed the base branch from main to refactor October 5, 2025 11:38
@aritradevelops
Copy link
Author

@kubeden I was not aware that you had the refactor branch, and this PR got conflicts and got messy even for me to work, so I will start a fresh one from that branch. Closing this one.

@kubeden
Copy link
Contributor

kubeden commented Oct 5, 2025

Ignore the refactor for now! You can do the change towards the un-refactored branch and I'll refactor myself later

@aritradevelops aritradevelops deleted the feat/revert_wizard branch October 5, 2025 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[feat] revert to a checkpoint

3 participants