Skip to content
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

Fixed: Inconsistent Visibility Behavior: Text and Button Overlay When Opening Tabs. #3688

Merged
merged 1 commit into from
Feb 3, 2024

Conversation

MohitMaliFtechiz
Copy link
Collaborator

Fixes #3623

  • Fixed the tab icon showing when there is no ZIM file opened in the reader which causes the unexpected UI behavior.
  • Fixed "Read Aloud" menu item is showing when we close all tabs(which means currently no ZIM file is opened in the reader) so showing this button is redundant.

Before Fix

beforefix.mp4

After Fix

AfterFix.mp4

Copy link

codecov bot commented Jan 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0fafa85) 48.54% compared to head (6ecd328) 48.59%.

❗ Current head 6ecd328 differs from pull request most recent head cfcb429. Consider uploading reports for the commit cfcb429 to get more accurate results

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #3688      +/-   ##
============================================
+ Coverage     48.54%   48.59%   +0.05%     
- Complexity     1089     1092       +3     
============================================
  Files           285      285              
  Lines         10591    10591              
  Branches       1422     1422              
============================================
+ Hits           5141     5147       +6     
+ Misses         4606     4604       -2     
+ Partials        844      840       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@gouri-panda gouri-panda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MohitMaliDeveloper Thanks 🎉Code looks goode to me but unfortunately i can't produce this bug. But it makes sense. @kelson42 LGTM!

… Opening Tabs.

* Fixed the tab icon showing when there is no ZIM file is opened in the reader which causing the unexpected UI behaviour.
* Fixed "Read Aloud" menu item is showing when we close all tabs(which means currently no ZIM file is opened in the reader) so showing this button is redundant.
@kelson42 kelson42 merged commit 796c5a0 into main Feb 3, 2024
7 of 8 checks passed
@kelson42 kelson42 deleted the Fix#3623 branch February 3, 2024 13:16
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.

Inconsistent Visibility Behavior: Text and Button Overlay When Opening Tabs
4 participants