mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 04:56:03 +03:00
[PR #1446] [MERGED] refactor(frontend): improved notification messages system #1522
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#1522
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cypht-org/cypht/pull/1446
Author: @josaphatim
Created: 2/12/2025
Status: ✅ Merged
Merged: 2/12/2025
Merged by: @josaphatim
Base:
master← Head:refactoring-of-notification-messages📝 Commits (6)
c289279enh(frontend): improved notification messages52929ceFix Hm_Debug6ff244bRefact JS calls for creating noticesdc1ab5cSet severity to hm debug messagesc93f188Fix unit tests7d89a45Removed Hm_Notices::hide method as not need anymore📊 Changes
71 files changed (+445 additions, -432 deletions)
View changed files
📝
lib/cache.php(+8 -8)📝
lib/config.php(+5 -5)📝
lib/db.php(+3 -3)📝
lib/dispatch.php(+6 -6)📝
lib/environment.php(+1 -1)📝
lib/format.php(+1 -1)📝
lib/framework.php(+4 -4)📝
lib/module.php(+3 -3)📝
lib/modules.php(+1 -1)📝
lib/output.php(+28 -10)📝
lib/request.php(+5 -5)📝
lib/session_base.php(+1 -1)📝
lib/session_db.php(+2 -2)📝
lib/session_php.php(+2 -2)📝
modules/2fa/modules.php(+4 -4)📝
modules/2fa/site.js(+4 -16)📝
modules/account/modules.php(+6 -6)📝
modules/advanced_search/modules.php(+3 -3)📝
modules/advanced_search/site.js(+4 -5)📝
modules/carddav_contacts/hm-carddav.php(+5 -5)...and 51 more files
📄 Description
Improved the notification system adding different severities to the messages and debugging messages.
Fixed error messages not disappearing, causing the error list to exceed the screen size making it difficult to click items in the message area
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.