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

Feature: reworking error toast notifications #18172

Merged
merged 16 commits into from
Feb 12, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'v15/dev' into v15/feature/reworking-error-notifications
# Conflicts:
#	src/Umbraco.Web.UI.Client/src/packages/core/notification/notification.context.ts
  • Loading branch information
nielslyngsoe committed Jan 30, 2025
commit d1fa73c462e50bcf5b04a1c56fd073dfc6232096
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export interface UmbNotificationDefaultData {
* @deprecated, do not use this. It will be removed in v.16 — Use UmbPeekError instead
*/
structuredList?: Record<string, Array<unknown>>;
whitespace?: 'normal' | 'pre-line' | 'pre-wrap' | 'nowrap' | 'pre';
}

/**
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.