mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 07:26:02 +01:00
feat(notify): show duration (#542)
* feat(notify): add option to show duration lib.notify new option `showDuration?: boolean -- Option to show duration bar` * fix(notify): allow icon color using hexadecimal values * chore(notify): show duration to default and added tinycolor2 for supporting available color formats * feat(notify): define interface for showDuration
This commit is contained in:
@@ -37,6 +37,7 @@ export const debugCustomNotification = () => {
|
||||
description: 'Notification description',
|
||||
type: 'success',
|
||||
icon: 'microchip',
|
||||
showDuration: false,
|
||||
},
|
||||
},
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user