Skip to content

Fix invisible notification message#8763

Merged
Siedlerchr merged 12 commits into
JabRef:mainfrom
HoussemNasri:fix-invisible-notification
May 8, 2022
Merged

Fix invisible notification message#8763
Siedlerchr merged 12 commits into
JabRef:mainfrom
HoussemNasri:fix-invisible-notification

Conversation

@HoussemNasri

@HoussemNasri HoussemNasri commented May 7, 2022

Copy link
Copy Markdown
Member

Fix #8761

The notification bar appeared blank because the title and the button's text had the same color as the background. I updated the CSS style to use a lighter color and restyled the overall look and feel of the notification bar.

I also changed the notification message and duration for when the library is successfully exported to match with Typora. I did this because I think Typora has a good user experience.

Light Theme

light

Dark Theme

dark

  • Change in CHANGELOG.md described in a way that is understandable for the average user (if applicable)
  • Tests created for changes (if applicable)
  • Manually tested changed features in running JabRef (always required)
  • Screenshots added in PR description (for UI changes)
  • Checked developer's documentation: Is the information available and up to date? If not, I outlined it in this pull request.
  • Checked documentation: Is the information available and up to date? If not, I created an issue at https://github.com/JabRef/user-documentation/issues or, even better, I submitted a pull request to the documentation repository.

@ThiloteE ThiloteE added component: ui component: export-or-save [outdated] type: bug Confirmed bugs or reports that are very likely to be bugs labels May 7, 2022
notificationPane.hide();
})),
Duration.seconds(5));
Duration.seconds(10));

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

For the export I would not increase the time, 5 seconds is enough

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Done

@Siedlerchr Siedlerchr added the status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers label May 7, 2022
@Siedlerchr Siedlerchr merged commit c3f3813 into JabRef:main May 8, 2022
@Siedlerchr

Copy link
Copy Markdown
Member

Thanks again for the quick follow up and the fix!

@HoussemNasri HoussemNasri deleted the fix-invisible-notification branch May 8, 2022 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component: export-or-save component: ui [outdated] type: bug Confirmed bugs or reports that are very likely to be bugs status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

blank popup

4 participants