Conversation
benoit74
left a comment
There was a problem hiding this comment.
I need more input from @kelson42
The "about" is not an overlay/popup but a dedicated page (which might look like an overlay/popup, I get it). So the "close button" implemented in this PR is a trick which navigates back to the home page. This is a trick, but since this is the only page the user might come from, it works. Is this what you expected or would you prefer we move the about to a real popup, since this also has the advantage that we do not have to decide about a background color anymore? I feel like this would make more sense
|
@kelson42 up |
I'm OK with both approaches... even if a proper dialog with a blured background would be neater visually. I think we should go with current approach. It does the requested job. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #137 +/- ##
=======================================
Coverage 35.88% 35.88%
=======================================
Files 11 11
Lines 1045 1045
Branches 153 153
=======================================
Hits 375 375
Misses 654 654
Partials 16 16 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
0819699 to
6ed5200
Compare
|
Rebased onto the current main branch and force-pushed. The branch now contains a single feature commit with no merge commit. |
benoit74
left a comment
There was a problem hiding this comment.
Please add an entry in CHANGELOG.md (sorry for missing this earlier) and I will merge.
Thank you!
|
Added the requested entry under the Unreleased section of CHANGELOG.md. The branch remains cleanly rebased with the feature commit and this small follow-up commit. |
Co-authored-by: insisong <emmanuelisaacnsisong@gmail.com>
3cd57ad to
01d3495
Compare
|
@benoit74 I've squashed the commits as requested into a single feature commit. Let me know if you need anything else! |
Summary
Test Plan
cd scraper && .venv/bin/python -m pytest -q tests/test_processor.py -k 'about_html'cd scraper && .venv/bin/ruff check src/maps2zim/processor.py tests/test_processor.pycd scraper && .venv/bin/ruff format --check src/maps2zim/processor.py tests/test_processor.pygit diff --checkFixes #134
Co-authored-by: insisong emmanuelisaacnsisong@gmail.com