dashy/src
Josh Cole b6ae17aad1 🐛 Fix a bug in RssFeed widget that crashes on small feeds.
RssFeed would always default to this.limit for the size of the feed item array.
Feeds that came in with fewer items than the limit would throw an exception, because
the loop would then try to iterate over non-existent entries.
2025-02-13 20:47:30 -08:00
..
assets 🔀 Merge pull request #1542 from Lissy93/FEAT/3.0.1-improvements 2024-04-28 22:58:57 +01:00
components 🐛 Fix a bug in RssFeed widget that crashes on small feeds. 2025-02-13 20:47:30 -08:00
directives fixes #1261 2024-06-19 17:40:44 +03:00
mixins 🔀 Merge branch 'master' of github.com:lissy93/dashy 2024-05-21 17:41:06 +01:00
styles 🔀 Merge pull request #1659 from kt-alt/fix/tama_dead_bkgUrl 2024-08-07 12:48:12 +02:00
utils Add 16x16 favicon 2024-08-23 11:09:42 +02:00
views 🐛 Fix layout and item size buttons 2024-04-27 15:52:40 +01:00
App.vue 👔 Adds logic to show dialog on critical error 2024-04-21 22:28:50 +01:00
main.js Enable public application OIDC client support 2024-05-09 06:24:36 +00:00
router.js New state options for sub-config 2024-04-08 20:37:33 +01:00
store.js 🛂 Disable config for guests (#1552) 2024-04-28 22:21:51 +01:00