We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b412d commit 5610c75Copy full SHA for 5610c75
src/renderer/utils/notifications/notifications.ts
@@ -146,6 +146,13 @@ export async function enrichNotification(
146
};
147
}
148
149
+/**
150
+ * Assign an order property to each notification to stabilize how they are displayed
151
+ * during notification interaction events (mark as read, mark as done, etc.)
152
+ *
153
+ * @param notifications
154
+ * @param settings
155
+ */
156
export function stabilizeNotificationsOrder(
157
notifications: AccountNotifications[],
158
settings: SettingsState,
0 commit comments