Commit Graph

774 Commits

Author SHA1 Message Date
Alicia Sykes f1239f3aea 🚨 Fixes DeepScan logic warning 2021-12-29 22:47:03 +00:00
Alicia Sykes bf3ccc13d0 🐛 Fixes save item without title bug (#377)
Closes #377. This bg was caused by adding items without a title, meaning an ID could not be calculated. The solution was to add a validtion check to ensure that a title is specified befire saving
2021-12-29 22:31:59 +00:00
Alicia Sykes 3cbf7949c3 🐛 Fixes tile move bug (#366)
Closes #366. This issue was caused by item IDs not being regenerated after the previous move, causing the second part of the move operation (delete previous) to fail. It was fixed by calling regenerate item IDs after item removal
2021-12-29 22:14:11 +00:00
Alicia Sykes 93a6ec08ba 🚸 When in edit mode, show confirmation before leaving page 2021-12-29 20:06:19 +00:00
Alicia Sykes 7f4948aa04 💫 Removes splash screen on by default 2021-12-29 18:00:54 +00:00
Alicia Sykes d59466c7b5 Adds icon.horse to supported favicon APIs 2021-12-29 17:52:29 +00:00
Alicia Sykes aad7ab9b1f 🚚 Refactored section helpers into own file 2021-12-29 14:31:11 +00:00
Alicia Sykes c650743384 💄 Shows country flag in exchange rate widget 2021-12-29 14:30:36 +00:00
Alicia Sykes c4ac847fc4 🩹 Minor formatting fix for stock and crypto price widgets 2021-12-29 12:51:29 +00:00
Alicia Sykes 9933766adf 💄 Display horizontally in wide mode 2021-12-29 12:50:51 +00:00
Alicia Sykes 5684bf06e8 Adds a Sports Scores widget 2021-12-29 12:49:57 +00:00
Alicia Sykes 41d9ead46b Adds support for widgets in Minimal View 2021-12-27 22:41:21 +00:00
Alicia Sykes 27404f6044 🌐 Adds translations for widget text 2021-12-27 21:27:34 +00:00
Alicia Sykes 051ed1841c 🔒 Properly deregisters event listener on destroy 2021-12-27 01:04:35 +00:00
Alicia Sykes 76ea9e0cee 🔒 Use https, for CVE lookup library 2021-12-27 00:53:20 +00:00
Alicia Sykes 15eddb1565 Code style improvments, to pass SonarCloud review 2021-12-27 00:39:30 +00:00
Alicie 43664702bc 🚨 Removed superfluous argument passed to parseFloat 2021-12-27 00:07:52 +00:00
Alicie 2763e9ee00 Fixes accesibility issues in some Widgets 2021-12-27 00:07:52 +00:00
Alicie 6e3d26d077 🩹 Fixes all minor issues raised by DeepScan 2021-12-27 00:07:52 +00:00
Alicie 5867601f1a 🐛 Fix logic in GH profile widget 2021-12-27 00:07:52 +00:00
Alicie 1296ca0bda Adds widget for monitoring CVE vulnerabilities 2021-12-27 00:07:52 +00:00
Alicia Sykes ce8cdd3bfd 💄 Minor widget style improvements 2021-12-25 23:21:52 +00:00
Alicia Sykes e55c51abd7 🎨 Adds method to round price data to apprpriate decimal 2021-12-25 23:21:42 +00:00
Alicia Sykes c591a03f66 Adds option to specify height of frame widget 2021-12-25 23:21:31 +00:00
Alicia Sykes 83f61bec19 🩹 Waits for document to render before embeding 2021-12-25 23:21:21 +00:00
Alicia Sykes 63dfa11b02 Applies custom item color, if speccified 2021-12-25 23:21:01 +00:00
Alicia Sykes 0074c636b6 🚧 Commiting to switch computers... 2021-12-23 08:58:52 +00:00
Alicia Sykes c1d10d2791 🥅 Error catching for when sections contain only widgets instead of items 2021-12-22 21:06:10 +00:00
Alicia Sykes 5194ba2244 🚧 A homepage mixin for sharing logic 2021-12-22 21:04:27 +00:00
Alicia Sykes c4134e033b 🔥 Removes previous widget data structure 2021-12-22 20:13:07 +00:00
Alicia Sykes c17b93c1d4 Uses lazy loading for importing widgets 2021-12-22 19:22:35 +00:00
Alicia Sykes 7a63fdc6c7 📦 Modifies how widgets are compiled 2021-12-21 21:34:58 +00:00
Alicia Sykes f243d9b916 🔨 Enable Vue performance tools when in dev mode 2021-12-21 19:47:12 +00:00
Alicia Sykes 901c873d4e Adds a StatPing widget 2021-12-19 23:07:50 +00:00
Alicia Sykes 8ae310ebd3 Adds a cron job monitoring widget 2021-12-19 20:05:56 +00:00
Alicia Sykes 58cb439086 ♻️ Refactors date time method 2021-12-19 20:02:44 +00:00
Alicia Sykes f46d1df72a 💄 Updates themes with widget styles 2021-12-19 20:01:40 +00:00
Alicia Sykes d855c46ca3 🎨 Sorts widget API endpoints alphabetically 2021-12-19 15:13:07 +00:00
Alicia Sykes 8686a99be7 Adds a news headlines widget 2021-12-19 01:55:46 +00:00
Alicia Sykes 0b868af5bb Merge branch 'master' of github.com:Lissy93/dashy into FEATURE/basic-widget-support 2021-12-18 23:58:05 +00:00
Alicia Sykes 9cbf08678b Adds a widget that pi-hole shows traffic graph 2021-12-18 21:31:31 +00:00
Alicia Sykes 79c55af986 Adds a Pi-Hole top queries widget 2021-12-18 21:02:31 +00:00
Alicia Sykes dece5c58aa Adds a Pi-Hole stats widget 2021-12-18 20:12:13 +00:00
Alicia Sykes fad1e5ff50 Adds NASA APOD widget 2021-12-18 14:57:24 +00:00
Alicia Sykes 7084ca12d0 Adds widget to show trending GitHub repos 2021-12-18 14:06:48 +00:00
Alicia Sykes 24cf0d1e0d Adds GitHub profile stats widget 2021-12-17 21:37:57 +00:00
Alicia Sykes 08de6b8f17 Adds widget for showing public IP 2021-12-17 20:16:11 +00:00
Alicia Sykes be5188ef7d Adds upcoming public holidays widget 2021-12-17 16:52:12 +00:00
Alicia Sykes b7cd2d4c06 Builds a widget for CodeStats 2021-12-16 23:33:27 +00:00
Alicia Sykes 599a5cc8d2 🎨 Sort widget components alphabetically 2021-12-16 23:32:00 +00:00