Add project start screen#45
Conversation
bbd09ae to
e36e3a0
Compare
|
If you could just comment here what files are changed. For the future commits dont do the ruff pre commit even if it fails. We will remove the ruff stuff as its causing issues for checking whats changed in PR's. For example it says 17 files changes even though it was probably only a couple. You dont need to change anything now, just lmk which files were changed for the actual implementation |
Yeah absolutely. The actual project start screen implementation changed the following files:
Separately, I also changed 'src/tests/integration/test_viewport_actions.py' for the small test stabilization fix around the image-viewer grid/center-crop toggle tests. The remaining changed files are from the Ruff/pre-commit cleanup stuff. Understood on the Ruff/pre-commit point. For future PRs, I won’t apply Ruff cleanup just to get the check passing from now on. |
Summary
Adds a project start screen for the empty/no-images-loaded state so users have clear first actions when launching the tool.
Changes
Notes
Testing