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:
RrybaN
2024-04-12 23:15:57 +08:00
committed by GitHub
parent 468a4d820f
commit 9d08560e91
7 changed files with 96 additions and 26 deletions

View File

@@ -7,6 +7,7 @@
---@field title? string
---@field description? string
---@field duration? number
---@field showDuration? boolean
---@field position? NotificationPosition
---@field type? NotificationType
---@field style? { [string]: any }