-
Notifications
You must be signed in to change notification settings - Fork 381
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
Refactor and Fixes: Type Hints, Import Issues, and Code Formatting in UI code base #605
Open
VasigaranAndAngel
wants to merge
4
commits into
TagStudioDev:main
Choose a base branch
from
VasigaranAndAngel:ui-codebase-refactor
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Refactor and Fixes: Type Hints, Import Issues, and Code Formatting in UI code base #605
VasigaranAndAngel
wants to merge
4
commits into
TagStudioDev:main
from
VasigaranAndAngel:ui-codebase-refactor
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VasigaranAndAngel
force-pushed
the
ui-codebase-refactor
branch
from
November 27, 2024 16:55
37d1aca
to
d858ff0
Compare
CyanVoxel
added
Type: Refactor
Code that needs to be restructured or cleaned up
Priority: Low
Doesn't require immediate attention
Priority: Medium
An issue that shouldn't be be saved for last
Status: Review Needed
A review of this is needed
labels
Nov 28, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple comments, all in all a lot of very nice refactoring though!
VasigaranAndAngel
force-pushed
the
ui-codebase-refactor
branch
from
December 2, 2024 11:19
3b8822f
to
3975a32
Compare
- Refactored code to address type hint issues across multiple files. - Fixed import issues. - Resolved `mypy` and `pytest` errors. - Formatted with ruff. - Removal of few unnecessary lambdas. - Removal of `home_ui.py`, `home.ui` refactor: in main_window.py, removed 'Qt User Interface Compiler' warning and unwanted functions.
VasigaranAndAngel
force-pushed
the
ui-codebase-refactor
branch
from
December 9, 2024 09:25
3975a32
to
e9d8912
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Priority: Low
Doesn't require immediate attention
Priority: Medium
An issue that shouldn't be be saved for last
Type: Refactor
Code that needs to be restructured or cleaned up
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
mypy
andpytest
errors.home_ui.py
,home.ui
files.