-
Notifications
You must be signed in to change notification settings - Fork 22
Revamp UI interactions #214
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
Open
jcollins1983
wants to merge
56
commits into
PyFixate:main
Choose a base branch
from
jcollins1983:revamp-ui
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
Changes from all commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
1673d57
make reformat_text private
jcollins1983 ba6066a
beginnings of (hopefully) improving the UI logic
jcollins1983 55af830
switch to the more descriptive UserInputError from the Fixate excepti…
jcollins1983 844682c
switch to new user_serial from _ui.py
jcollins1983 43c0b69
add user_yes_no and _user_abort_retry
jcollins1983 8cdc998
add _user_choices_
jcollins1983 aac14da
add space after choices string
jcollins1983 bfa1c55
make get_user_input private
jcollins1983 02b228f
gui for user choices done
jcollins1983 b56c71a
add some colour to the user_info_important call
jcollins1983 f4bfb2b
make a bit easier to follow
jcollins1983 0bef7a3
add user_info and user_info_important
jcollins1983 0ae712a
add user_ok
jcollins1983 a9833b8
add user_action
jcollins1983 7ed5d93
add some missing type hints
jcollins1983 7da8de8
add _user_image so indicate that an image would have been displayed
jcollins1983 97affa8
make information standout more
jcollins1983 3c790bc
fix typo
jcollins1983 aca4d91
add user image and gif functionality
jcollins1983 1e0247f
add doc strings
jcollins1983 b4d2b5e
include message RE use of GIFs in ccommand line
jcollins1983 2adc228
add post sequence display functions
jcollins1983 62f7355
move logic out of cmd and qt UIs into ui.py
jcollins1983 c08f417
adjust tests to account for movement of logic from ui to ui controlle…
jcollins1983 5aef5e7
fix a whoopsie
jcollins1983 5eca4af
fix docstring
jcollins1983 12301bd
probably don't need anything other than int or string for serial numbers
jcollins1983 382f2b5
add tests for new _ui.py
jcollins1983 4e7428c
fix tests
jcollins1983 46f3f47
add a bit more flexibility for the user_info_important colours in the…
jcollins1983 5c92d03
add test to ensure Issue #213 is not repeated
jcollins1983 cc7fe83
Merge branch 'PyFixate:main' into revamp-ui
jcollins1983 42ffa0d
fix typo in comment
jcollins1983 89631c3
Merge branch 'main' into revamp-ui
jcollins1983 a5db621
Merge branch 'main' into revamp-ui
jcollins1983 6ef77b5
remove the 'Result' part of the q.put
jcollins1983 8bfefc7
fix the things that were getting in the way of the UI tests
jcollins1983 5c0a2db
make mypy happy
jcollins1983 e4b9c22
remove unused import
jcollins1983 5115025
switch to consistent use of f-strings
jcollins1983 45f2e84
remove unused import
jcollins1983 3f65a18
addressing review comments
jcollins1983 70bfe63
add multiplier to account for width of !
jcollins1983 5cc7272
add manual tests for UI
jcollins1983 783ec7f
add file used in my setup
jcollins1983 2096a71
update release notes
jcollins1983 a72ad7a
one day I will remember all of these things together... bump version
jcollins1983 a6bb641
Merge branch 'main' into revamp-ui
jcollins1983 5b088e6
address review comments round 2 and bump black version
jcollins1983 b8ada04
sync black version to pre-commit...
jcollins1983 e131436
remove black from tox
jcollins1983 a1f0c65
forgot the envlist entry for removing black
jcollins1983 92be7d5
update mypy version to latest
jcollins1983 eca5ab7
remove tox -e black from workflows
jcollins1983 f0fec56
fix typos
jcollins1983 48a623d
Merge branch 'main' into revamp-ui
jcollins1983 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -29,3 +29,4 @@ venv37 | |
| .vscode/settings.json | ||
| docs/_build/ | ||
| .DS_Store | ||
| .env | ||
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,6 +4,6 @@ repos: | |
| hooks: | ||
| - id: check-yaml | ||
| - repo: https://github.com/psf/black | ||
| rev: 22.3.0 | ||
| rev: 26.3.1 | ||
| hooks: | ||
| - id: black | ||
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.