cypht-org / cypht

Cypht: Lightweight Open Source webmail aggregator [PHP, JS]
http://cypht.org
GNU Lesser General Public License v2.1
949 stars 147 forks source link

Hm_Notices ins't showing any alert #919

Closed jacob-js closed 3 months ago

jacob-js commented 4 months ago

In the past, invoking the show() method of Hm_Notices with a message as an argument would trigger an alert for the user. This occurred when a message was moved, copied to a new folder, or deleted. While these are minor use cases I'm aware of, this function is frequently utilized throughout the codebase, yet none of its occurrences currently result in displaying an alert.

kroky commented 4 months ago

@alvinBM @josaphatim probably a regression from the bootstrap move?

josaphatim commented 4 months ago

@kroky @jacob-js There is a PR for that thanks. https://github.com/cypht-org/cypht/pull/905

marclaporte commented 3 months ago

@jacob-js please advise

jacob-js commented 3 months ago

Thank you for the fix @alvinBM