You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Old style on page messages, this is what you get when using e.g messages.success():
Add PROJECT_ACTION_MESSAGE_TAG to e.g messages.success() and you get:
Adding showMessage to a HX-Trigger you get this style that also clears automatically after a short while:
Can we merge style 1 and 2 so we have only to types? Making them look a bit more alike would be good in any case. Consistent colours for error/info/success.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
messages.success()
:PROJECT_ACTION_MESSAGE_TAG
to e.gmessages.success()
and you get:showMessage
to aHX-Trigger
you get this style that also clears automatically after a short while:Can we merge style 1 and 2 so we have only to types? Making them look a bit more alike would be good in any case. Consistent colours for error/info/success.
Beta Was this translation helpful? Give feedback.
All reactions