Commit Graph

5 Commits

Author SHA1 Message Date
d656986413 Add DashboardIcon (PNG) Support
- Refactored to make better naming sense
- Added capability to select between the PNG and SVG offerings of DashboardIcons
2024-11-14 20:06:54 +11:00
d0c4e9d846 Add Dashboard Icons prefix support
- defined new type IconSource and constants, presently supporting:
  - LocalFile
  - SimpleIcon
  - DashboardIcon
- added new field to bookmarks and monitors to hold IconSource
- adjusted IsSimpleIcon to get truthiness from IconSource field
- generalised `toSimpleIconIfPrefixed` into `toRemoteResourceIconIfPrefixed`,
  adding support for `walkxcode`'s dashboard icons via CDN (svg)
2024-11-14 18:30:41 +11:00
01af97ddab Allow fetching releases from multiple sources 2024-08-27 03:26:16 +01:00
b63b5eb262 Make converting string to simple icon url reusable 2024-06-02 18:21:02 +01:00
ec8ba40cf0 Initial commit 2024-04-27 20:10:24 +01:00