Commit Graph

1166 Commits

Author SHA1 Message Date
Alicia Sykes
e8cee3bd4d 🗃️ Adds options to prevent config saving to schema + docs (#485) 2022-02-11 10:21:59 +00:00
Alicia Sykes
a65c3c569e Adds option to prevent saving changes locally (#485) 2022-02-11 10:20:45 +00:00
Alicia Sykes
76e5a1b77b Adds option to prevent saving changes to disk (#485) 2022-02-11 09:59:53 +00:00
Alicia Sykes
f7c3c80b33 🗃️ Adds option for global useProxy (#486) 2022-02-10 13:23:30 +00:00
Alicia Sykes
45edc9731a 🗑️ Deletes Json to Yaml script (#482)
RIP my hand written YAML parser, you served me well. Replaced with the js-yaml node package
2022-02-09 18:30:38 +00:00
Alicia Sykes
86837105cf 🐛 Fix malformed YAML in export menu (#482) 2022-02-09 18:27:48 +00:00
Alicia Sykes
c4f1be2b76 🚸 Pressing enter submits login form (#483) 2022-02-09 18:04:16 +00:00
Alicia Sykes
5bc9a5f660 🚧 Started working on sub-items 2022-02-08 16:49:34 +00:00
Alicia Sykes
cadae7c113
🔀 Merge pull request #471 from Lissy93/SECURITY/dependency-updates
[SECURITY] Dependency Updates
2022-02-05 01:34:12 +00:00
Alicia Sykes
ebae510294 ⬆️ Updates rsup-progress to 3.0.0 2022-02-04 22:06:15 +00:00
Alicia Sykes
56866d5a31
🔀 Merge pull request #468 from rubenandre/fix-putCommasInBigNum-utils
🐛 Fix putCommasInBigNum logic
2022-02-02 22:12:39 +00:00
Ruben Silva
eb06140fa4 🐛 Fix putCommasInBigNum logic 2022-02-02 19:34:38 +00:00
Ruben Silva
e3c7dc0f5d 🐛 Fix hardcoded usd currency 2022-02-02 19:31:58 +00:00
Alicia Sykes
a5944c1d06 Adds type checking for section search 2022-02-01 19:15:18 +00:00
Alicia Sykes
11291ae0e6 Improved validation warnings in JSON editor 2022-02-01 18:59:55 +00:00
Alicia Sykes
e472d91102 Improved validation warnings in JSON editor 2022-02-01 18:54:19 +00:00
Alicia Sykes
ad1fae5b66 🐛 Fixes clearFilterInput Safari bug (#463) (Sentry: 2911601158) 2022-02-01 16:43:09 +00:00
Alicia Sykes
d07a5f7e6f Remove empty KeyCloak block from edit appConfig 2022-02-01 16:00:23 +00:00
Alicia Sykes
67326ed395 🗃️ Adds cutToHeight to schema (#461) 2022-01-30 04:05:10 +00:00
Alicia Sykes
6b9484a0fe 🐛 Removes max height from colorful theme (#461) 2022-01-30 04:04:28 +00:00
Alicia Sykes
7cc4b26e34 🗃️ Updates schema and config docs (#456) 2022-01-28 23:25:47 +00:00
Alicia Sykes
e6ba3243c3 UI implementation of custom response code (#456) 2022-01-28 23:24:10 +00:00
Alicia Sykes
eb1bc69155 Refactors NetData widget data requeest 2022-01-28 23:21:30 +00:00
Alicia Sykes
6e2ae6d3fc 🐛 Fixes numbers being removed from tags (#430) 2022-01-28 13:33:41 +00:00
Alicia Sykes
34e109ddeb 💄 Makes warning color/ yellow darker in light themes 2022-01-26 16:59:51 +00:00
Alicia Sykes
5570cd257f 🐛 Switches recovered and deaths in C19 widget 2022-01-26 16:59:10 +00:00
Alicia Sykes
488cfc1c7b 🐛 Fixes empty section visible in search (#447) 2022-01-26 10:25:23 +00:00
Alicia Sykes
33b132c463 💄 No section full height in mobile + fix Safari (#432, #442) 2022-01-26 09:58:31 +00:00
Alicia Sykes
f463fbdf51 🐛 Attempts to fix Safari editor height (#439) 2022-01-24 17:46:50 +00:00
Alicia Sykes
730280a448 Adds Glances IP address widget (#437) 2022-01-24 13:29:08 +00:00
Alicia Sykes
edbd770a2d IP address widget used ipapi.co by default (#437) 2022-01-24 12:37:47 +00:00
Alicia Sykes
5b6e75766d Adds support for fetching IP via HTTPS (#437) 2022-01-24 12:20:16 +00:00
Alicia Sykes
407384de63 🎨 Improved cross-theme widget styling and options 2022-01-22 20:46:34 +00:00
Alicia Sykes
c3b6d2b0e0 💄 Collapsible sections fill available space 2022-01-22 20:46:03 +00:00
Alicia Sykes
25bc577fb1 Improved section and widget layout for Minimal view 2022-01-22 20:44:31 +00:00
Alicia Sykes
35dee3e3b2 🚑 HOTFIX, Item save error with widgets 2022-01-21 22:38:47 +00:00
Alicia Sykes
bf39553e1d Improved widget error handling, don't fail on error 2022-01-21 13:14:30 +00:00
Alicia Sykes
cf98a96a15 Small refactor to glances mixin 2022-01-21 13:02:02 +00:00
Alicia Sykes
2c9ae46207 Adds support for custom headers, body and method in widgt request object 2022-01-21 13:01:33 +00:00
Alicia Sykes
9cd8c21d8e Show real value on hover, percentage chart 2022-01-21 13:00:58 +00:00
Alicia Sykes
58a085a550 Adds an email widget for AnonAddy 2022-01-21 12:58:15 +00:00
Alicia Sykes
b96af21bc9 📦 Builds a toggle switch form element 2022-01-21 12:56:18 +00:00
Alicia Sykes
7953ccf3c8 Merge branch 'master' of github.com:Lissy93/dashy into FEATURE/more-widgets 2022-01-20 16:37:01 +00:00
Alicia Sykes
c8f33d85bf 🚧 Adds AnonAddy widget endpoint to defaults 2022-01-20 16:36:54 +00:00
Alicia Sykes
63904366ce Adds widget compatibility into workspace view 2022-01-20 05:41:29 +00:00
Alicia Sykes
dfea4e317c Refactors all Glances widgets to inherit from parent mixin 2022-01-19 11:43:04 +00:00
Alicia Sykes
ea3ffa5d36 🚨 Fixes warnings from DeepScan 2022-01-19 00:06:09 +00:00
Alicia Sykes
2e593fcf92 Respect user updateInterval when set to zero 2022-01-18 23:56:29 +00:00
Alicia Sykes
88727cf2e2 Adds a network traffic widget 2022-01-18 23:07:24 +00:00
Alicia Sykes
6d9e34c90f Adds a network interface widget 2022-01-18 19:11:03 +00:00
Alicia Sykes
6b8a5ee086 Adds a system alert widget 2022-01-18 17:16:00 +00:00
Alicia Sykes
9148195b84 Built system load and load history widgets 2022-01-18 16:03:44 +00:00
Alicia Sykes
f25aa07d5f 🐛 Check items exist before itterating #415 2022-01-17 19:52:15 +00:00
Alicia Sykes
63a0d18813 Adds a disk IO widget 2022-01-15 21:30:43 +00:00
Alicia Sykes
323123e6c0 🩹 Remove continious update from disk space widget 2022-01-15 21:28:25 +00:00
Alicia Sykes
45700d7875 Adds option to copy item URL to clipboard 2022-01-15 19:29:15 +00:00
Alicia Sykes
ddf105ee65 🗃️ Updates schema with new clipboard option 2022-01-15 19:28:21 +00:00
Alicia Sykes
cd0673013b 💬 Updates text for copy-to-clpiboard 2022-01-15 19:27:13 +00:00
Alicia Sykes
b1da435656 🍱 Adds new icon for copy-to-clipboard 2022-01-15 19:26:20 +00:00
Alicia Sykes
8b1282c5e1 🩹 Fixes clock date update delay at midnight (#402) 2022-01-15 05:12:24 +00:00
Xert
55a84053e2
🐛Fixes query date formatting in PublicHolidays widget 2022-01-10 21:47:51 +01:00
Alicia Sykes
ed158169eb 🐛 Fixes nav links still visible after removing (#389) 2022-01-09 14:24:51 +00:00
Alicia Sykes
d10e6a8987 🐛 Fixes unable to add new app bug (#390) 2022-01-09 14:21:52 +00:00
Alicia Sykes
2ec59660de 🐛 Fixes unable to edit item bug (#415) 2022-01-09 14:21:01 +00:00
Alicia Sykes
3a3364f156 Adds file system widget 2022-01-08 17:06:36 +00:00
Alicia Sykes
e3b3f3c5a8 Adds current memory history widget 2022-01-08 14:10:04 +00:00
Alicia Sykes
4e64ccff3b Adds current memory usage widget 2022-01-08 13:55:26 +00:00
Alicia Sykes
8349206770 Adds CPU history widget 2022-01-08 13:32:43 +00:00
Alicia Sykes
7fd1cab362 Adds widgets for monitoring CPU usage 2022-01-08 12:00:34 +00:00
Alicia Sykes
9884087975 📦 Adds legend, and customizable height and title to percentage chart component 2022-01-08 11:59:40 +00:00
Alicia Sykes
e253a35b05 🎨 Moves widget update logic into mixin 2022-01-08 11:58:38 +00:00
Alicia Sykes
4a14b27cf3 🚧 Working on CPU Usage Widgets 2022-01-07 23:25:32 +00:00
Alicia Sykes
9ebdf67a44 📦 Build a percentage chart component 2022-01-07 21:32:58 +00:00
Alicia Sykes
37e8a003f9 Builds CPU Gauge Chart 2022-01-05 21:22:34 +00:00
Alicia Sykes
a889c0e78a 📦 Built an SVG gauge chart component 2022-01-04 22:45:36 +00:00
Alicia Sykes
f5c11b3dc6 Adds Covid status widget 2022-01-03 18:31:49 +00:00
Alicia Sykes
710b3ea7ad Adds crypto wallet balance widget 2022-01-03 12:32:00 +00:00
Alicia Sykes
2ee01f603c 🎨 Refactors StatPing widget 2022-01-03 12:31:39 +00:00
Alicia Sykes
d516bb02fa 💬 Adds option for clock to have customCityName (#402) 2022-01-03 09:39:51 +00:00
Alicia Sykes
1c8021964b 🩹 Fix capitalization in weather widget (#402) 2022-01-03 09:30:51 +00:00
Alicia Sykes
7b030d8e5b Adds current Eth gas price widget 2022-01-02 23:09:31 +00:00
Alicia Sykes
d4d8ea5a5f
🔀 Merge pull request #397 from leocov-dev/FEATURE/keycloak-user-data
 Adds Keycloak group and role based visibility
Credit to @leocov-dev
Closes #342
2022-01-02 03:19:27 +00:00
Leonardo Covarrubias
dd30099ad8 ❇️ added keycloak logout button 2022-01-01 17:32:48 -05:00
BOZG
158919d882 Updated Swedish translation 2022-01-01 21:53:31 +01:00
Leonardo Covarrubias
da98ea5cf2 ❇️ add keycloak group and role based visibility 2022-01-01 15:51:21 -05:00
Alicia Sykes
746a3774b6 🐛 Removes object deconstructing for custom headers 2022-01-01 01:14:56 +00:00
Alicia Sykes
47762a1dd8 💬 Adds text translations for NetData chart titles 2022-01-01 00:43:32 +00:00
Alicia Sykes
eb4e45dfb5 Adds proxy support to NetData widgets. 🎆 First commit of 2022 :) 2022-01-01 00:40:29 +00:00
Alicia Sykes
395aea292e 🎇 Updates widget request to only apply headers when needed
🎇 Happy New Year 🎇
2021-12-31 23:59:14 +00:00
Alicia Sykes
1914d25b45 Refactored NetData and HealthChecks with mixin request 2021-12-31 23:56:53 +00:00
Alicia Sykes
d2ff1438e2 Adds proxying support into Pi-Hole widgets (#391) 2021-12-30 21:20:35 +00:00
Alicia Sykes
25fa6ebae8 Adds proxying functionality to fix widget CORS errors (#391) 2021-12-30 21:17:25 +00:00
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
Alicia Sykes
771e2f3717 Moves common functionality into reusable mixin 2021-12-16 04:53:33 +00:00
Alicia Sykes
e0b09d48ee Adds widget to fetch and display system stats 2021-12-16 04:03:36 +00:00
Alicia Sykes
6e84dacd51 Builds system memory monitoring widget 2021-12-16 00:50:21 +00:00
Alicia Sykes
382d43f52c 💄 Allows user to set chart colors and height 2021-12-16 00:46:23 +00:00
Alicia Sykes
c5f9f5e216 💄 Allows user to customize chart colors 2021-12-16 00:35:58 +00:00
Alicia Sykes
f1bc2a2888 Builds system load usage widget 2021-12-15 02:28:48 +00:00
Alicia Sykes
283d8c750e Builds CPU history widget 2021-12-15 02:17:17 +00:00
Alicia Sykes
66067b002f 🔥 Deletes ExampleWidget, adds tutorial for creating widget 2021-12-14 20:31:00 +00:00
Alicia Sykes
3da76ce299 👻 A simple example widget
A simple example which you can use as a template for creating your own widget. Takes two optional parameters (text and count), and fetches a list of images from dummyapis.com, and renders the results to the UI.
2021-12-14 19:02:45 +00:00
Alicia Sykes
6df95c9387 Made an RSS feed widget 2021-12-14 16:58:29 +00:00
Alicia Sykes
f61366ca48 Builds a content embed widget 2021-12-14 13:48:50 +00:00
Alicia Sykes
642cfc655b Builds live flight data widget 2021-12-14 00:55:01 +00:00
Alicia Sykes
5cb588a586 🎨 Handle loading state for widgets 2021-12-13 22:40:35 +00:00
Alicia Sykes
0a4d021b4e 🥅 Adds graceful error hadling to widgets 2021-12-13 21:40:13 +00:00
Alicia Sykes
19d3c03001 🔥 Remove previous widget implementation from Home page 2021-12-13 21:39:19 +00:00
Alicia Sykes
70f99ea1e9 Adds ability to open widgets in full-page 2021-12-13 21:38:39 +00:00
Alicia Sykes
f9a0005740 🥅 Updates error catching functionality, to handle stack traces 2021-12-13 21:37:43 +00:00
Alicia Sykes
aa770d6629 💬 Adds links to security docs in app info modal 2021-12-13 21:36:11 +00:00
Alicia Sykes
2075cbc222 Adds refresh button to widget, for reloading data 2021-12-13 16:22:24 +00:00
Alicia Sykes
ae8179ecd7 Creates an embedable webpage widget 2021-12-13 14:03:39 +00:00
Alicia Sykes
d9759c06b3 Creates a joke-fetching widget 2021-12-12 19:06:32 +00:00
Alicia Sykes
51b7e639cc Creates an stock price chart widget 2021-12-12 16:30:07 +00:00
Alicia Sykes
a77cb9430f Creates an FX widget 2021-12-12 15:04:34 +00:00
Alicia Sykes
9d21fa48d0 Adds XKCD comic widget 2021-12-11 22:29:52 +00:00
Alicia Sykes
985b0000fa Adds a crypto price watch-list widget 2021-12-11 21:11:07 +00:00
Alicia Sykes
d3c4fb50ae 🚋 Updates train status codes 2021-12-11 21:10:05 +00:00
Alicia Sykes
d5432774cc Adds helper functions for converting date, and currency 2021-12-11 20:46:22 +00:00
Alicia Sykes
65733d2af7 Develops a crypto price chart widget 2021-12-11 18:50:31 +00:00
Alicia Sykes
ebd4c48300 Develops a crypto price chart widget 2021-12-11 18:50:11 +00:00
Alicia Sykes
c12eac2bbf 💄 Adds Red styling for Line Closed status 2021-12-11 18:46:39 +00:00
Alicia Sykes
e8fa255e2e Adds second param to ErrorHandler for printing stack trace 2021-12-11 18:44:59 +00:00
Alicia Sykes
cf7e021a82 Adds a London Underground status widget 2021-12-10 13:17:48 +00:00
Alicia Sykes
c38a094a63 Adds a weather forecast widget 2021-12-08 19:58:03 +00:00
Alicia Sykes
c6052edd86
🌐 Adds Flag for Swedish Translations 2021-12-07 11:45:06 +00:00
BOZG
b514a99720 Adding initial Swedish translation 2021-12-07 08:08:00 +01:00
Alicia Sykes
2e57ea908b Case-insensitive item sorting (#352) 2021-12-06 18:34:51 +00:00
Alicia Sykes
49b405a717 branch 'master' of github.com:Lissy93/dashy 2021-12-05 19:24:52 +00:00
Alicia Sykes
3f8b180553 🚧 Nearly finished the weather widget 2021-12-03 16:56:33 +00:00
Alicia Sykes
de97f562a1 👽 Adds constants for weather API endpoint 2021-12-03 16:55:57 +00:00
Alicia Sykes
7851467397 Refactors and improves the icon component 2021-12-03 16:55:07 +00:00
Alicia Sykes
01fe0f0dbd 🍱 Adds assets for weather widget 2021-12-03 16:51:19 +00:00
Alicia Sykes
c14eaf0aa2 🚧 Working on the weather widget 2021-12-02 18:57:52 +00:00
Alicia Sykes
f5f49aa016
Merge branch 'master' into FEATURE/login-remember-me-always 2021-12-01 21:34:26 +00:00
Alicia Sykes
57554ddcdf Reliability improvements for icon fallbacks 2021-11-30 15:58:47 +00:00
Alicia Sykes
c9f2483c3e 🎨 Improved code style in Section 2021-11-30 15:52:15 +00:00
Brendan O'Leary
02180c5c23 Linting fix 2021-11-28 23:23:32 -05:00
Brendan O'Leary
917608c680 String to Bool for statusCheckAllowInsecure on save 2021-11-28 23:20:07 -05:00
Alicia Sykes
080e68445c Made a simple clock widget 2021-11-28 21:27:30 +00:00
Alicia Sykes
a0672c57d0 🗃️ Adds data key for widget local storage 2021-11-28 21:26:40 +00:00
Alicia Sykes
490c8e73fa 🚧 Basic structure for widgets 2021-11-28 21:26:08 +00:00
Alicia Sykes
6b4fbfe25b Adds mixin for widgets 2021-11-28 21:24:25 +00:00
Alicia Sykes
50164bf790 🎨 Adds new CSS vars for widgets 2021-11-28 21:23:51 +00:00
Alicia Sykes
eeaa924962 🐛 Fixes favicon APIs in schema 2021-11-24 11:30:03 +00:00
UrekD
196afd37d5 Update sl.json 2021-11-15 00:10:14 +01:00
Alicia Sykes
d4be445a13
🔀 Merge pull request #325 from EVOTk/patch-fr-1.9.1
[DRAFT] Update French translation
2021-11-14 12:11:07 +00:00
Alicia Sykes
2609aba7a3
🌐 Removes cloud and raw edit button text 2021-11-14 12:09:33 +00:00
Alicia Sykes
cd3a304744 🚧 Started working on itnitial state for widgets 2021-11-13 20:30:55 +00:00
Alicia Sykes
3ed8262495 🐛 Fixes hide settings in conf (#329) 2021-11-13 15:05:35 +00:00
Alicia Sykes
a8ab082483 🐼 Updates supported favicon APIs 2021-11-13 14:38:59 +00:00
Alicia Sykes
3f7b50512f 🔥 Removes edit raw conf button from Save menu (#325) 2021-11-11 21:43:17 +00:00
Alicia Sykes
fb73f0e154 🛂 Only authenticated users should be able to W2D 2021-11-10 21:43:18 +00:00
Alicia Sykes
8d1b57c34e Adds fallback options for when icon servers are down 2021-11-10 17:48:36 +00:00
Alicia Sykes
14ef52ccf3 📦 Changes default favicon API to allesedv 2021-11-10 17:47:51 +00:00
EVOTk
bb2713d1a3
Update fr.json 2021-11-09 22:29:12 +01:00
Alicia Sykes
28ff522a61 🔥 Implements lazy loading for alternate views 2021-11-08 19:31:52 +00:00
Alicia Sykes
c991a46298 ♻️ Refactor key names to use contstants 2021-11-07 22:55:06 +00:00
Alicia Sykes
7e6cce8828 👔 Adds theme selector to config css menu 2021-11-07 21:09:16 +00:00
Alicia Sykes
ebbfe58cfd 🌐 Adds translations for new save buttons in editor 2021-11-07 21:08:39 +00:00
Alicia Sykes
b16b47b55e 💄 Improved UI for app info modal 2021-11-07 21:07:47 +00:00
Alicia Sykes
c9c3c0bc0f 🔊 Updates log headings for json editor 2021-11-07 21:07:12 +00:00
Alicia Sykes
9bd3ef0a46 🏪 Updates status logs in the store 2021-11-07 21:04:54 +00:00
Alicia Sykes
fd04241700 Adds option for starting tab to be applied 2021-11-07 21:04:18 +00:00
Alicia Sykes
da65ed36e8 👔 Adds link to cloud backup and raw editor from edit menu 2021-11-07 21:03:46 +00:00
Alicia Sykes
6863121916 🐛 Closes editor when saved locally 2021-11-06 22:40:05 +00:00
Alicia Sykes
7171632433 Adds option to change font from UI 2021-11-06 22:20:02 +00:00
Alicia Sykes
6fcd993798 🎨 Refactors color pallete to inherit top-level vars 2021-11-06 20:58:36 +00:00
Alicia Sykes
20aed447d6 💄 Adds customizable shoaddow for nav-link-shadow 2021-11-06 20:58:00 +00:00
Alicia Sykes
a54bdd687f 💄 Adds one-dark theme 2021-11-06 20:36:24 +00:00
Alicia Sykes
a3bc07cc69 💄 Adds Adventure theme 2021-11-05 19:07:20 +00:00
Alicia Sykes
453a3c107c Refactors class names in collapsible 2021-11-05 18:55:25 +00:00
Alicia Sykes
8bff8335f0 🐛 Fix unequal button height in French (#311) 2021-11-05 18:35:03 +00:00
Alicia Sykes
65f6882e0d 🐛 Fixes item text flicker on hover (#312) 2021-11-05 18:27:55 +00:00
Alicia Sykes
2acf3965d2 🐛 Fixes status check dot in edit mode (#301) 2021-11-05 18:19:37 +00:00
Alicia Sykes
e9344fc122 🐛 Fixes overlapping edit menu (#311) 2021-11-05 17:54:43 +00:00
UrekD
22ef6cf170
Config JSON Editor Pointer Fix
Adjusted/removed font class that was used in the editor to display the pointer correctly.
Text is very slightly smaller and less bold.
2021-11-04 20:31:43 +01:00
Alicia Sykes
e39b14a16d 💄 Material dark original, improved variable inheritance 2021-10-30 23:55:52 +01:00
Alicia Sykes
785695b7f5 Updates method of getting initial theme 2021-10-30 13:59:56 +01:00
Alicia Sykes
168e52c251 Item size and layout are now managed by store 2021-10-30 13:45:47 +01:00
Alicia Sykes
513b1cd955 🔥 Remove no-longer needed prop attrs 2021-10-30 13:23:54 +01:00
Alicia Sykes
6f3570eed2 🏪 Adds custom theme options to store 2021-10-30 13:22:58 +01:00
Alicia Sykes
e556445094 🌐 Preview changes button, and Add section title 2021-10-30 12:41:50 +01:00
Alicia Sykes
160f72e32a 💄 Improved styling variables for config editor 2021-10-29 23:03:58 +01:00
Alicia Sykes
fb13f84c0e 😶 what am i doing with my life... 2021-10-29 23:03:26 +01:00
Alicia Sykes
e6a607572e Add attribute for isNew to section form, to determine if editing existing 2021-10-29 23:02:45 +01:00
Alicia Sykes
f624dba4f9 Adds status message keys to error handler 2021-10-29 23:01:56 +01:00
Alicia Sykes
a237ec0827 🏪 Adds setup / update section to store 2021-10-29 23:01:18 +01:00
Alicia Sykes
beb532b967 Add new section functionality 2021-10-29 19:16:10 +01:00
Alicia Sykes
229e67aca8 Updates key names 2021-10-28 23:40:27 +01:00
Alicia Sykes
e4ea1c802d Radio button component accepts object input for options 2021-10-28 23:38:43 +01:00
Alicia Sykes
2facae3dc1 Adds live preview mode to JSON editor
Also updates the YAML parser, uses reusable radio bttons, reads initial config from state, refactos code, and few other things :)
2021-10-28 01:33:35 +01:00
Alicia Sykes
a19b8b8f88 🎨 Updates data state for custom CSS 2021-10-28 00:11:46 +01:00
Alicia Sykes
618ab1c439 🎨 Update to read + write conf from store 2021-10-27 23:33:31 +01:00
Alicia Sykes
06dd8ed525 🎨 Use schema title attribute if available and fixed position save menu 2021-10-27 22:03:28 +01:00
Alicia Sykes
c7e6047385 💄 Min width for select dropdown 2021-10-27 22:02:39 +01:00
Alicia Sykes
f135de5129 🩹 Removes trailing curly brace 2021-10-27 22:02:06 +01:00
Alicia Sykes
b3b84c6a13 🗃️ Updates shcema title and description attributes 2021-10-27 22:01:28 +01:00
Alicia Sykes
08072f1fb6 Adds info log for interactive-editor to store 2021-10-27 21:24:32 +01:00
EVOTk
793ada1902
🌐 Update fr for interactive-editor 2021-10-27 13:30:26 +02:00
EVOTk
f9991837fa
Update fr for interactive-editor 2021-10-27 13:18:11 +02:00
Alicia Sykes
016dfb17c4 💚 Fixes CI 2021-10-26 23:18:55 +01:00
Alicia Sykes
3e7eae2624 🌐 Updates structure for context menu in French translations 2021-10-26 22:48:28 +01:00
Alicia Sykes
4b291808f2 🎨 Minor imprvments to code structure 2021-10-26 22:48:02 +01:00
Alicia Sykes
2190b6eb84 Improved regex for url validation 2021-10-26 22:47:25 +01:00
Alicia Sykes
26f464f2b3 💄 Interactive editor style updates for Material Themes 2021-10-26 22:46:35 +01:00
Alicia Sykes
7cda6651c0
Implements save to disk functionality 2021-10-26 17:02:17 +01:00
Alicia Sykes
6bdc4fe313
Reusable save/cancel buttons for new config editors 2021-10-26 17:01:36 +01:00
Alicia Sykes
b882a38950
🚧 WIP, redo layout and size, to use VueX state 2021-10-25 23:41:05 +01:00
Alicia Sykes
06d08a8fff
Implements Add new Item functionality 2021-10-25 23:22:41 +01:00
Alicia Sykes
31e172befb
Implements move, copy and delete item, and delete section functionality 2021-10-25 19:11:13 +01:00
Alicia Sykes
f398a374e7 🚧 Working on interactive editor, commiting to switch computer 2021-10-24 17:36:30 +01:00
Alicia Sykes
f450094235 🗃️ Adds descriptors to schema 2021-10-24 17:35:29 +01:00
Alicia Sykes
91956d88a2 Convert hotkey value to Number 2021-10-24 17:24:09 +01:00
Alicia Sykes
16e649c67f 🎨 Update Input to accept Number or Text 2021-10-24 17:23:26 +01:00
Alicia Sykes
9bec26d4ab 🎨 Adds store and modal keys for move item 2021-10-24 17:22:51 +01:00
Alicia Sykes
f4053d9bc0 🏪 Adds copy_item action to store 2021-10-24 17:21:17 +01:00
Alicia Sykes
9d361142bb 🚧 Creates copy part of move item 2021-10-24 17:20:38 +01:00
Alicia Sykes
df03046288 Adds functionality for navigating to single-section view 2021-10-24 14:47:37 +01:00
Alicia Sykes
640e605ea5 🌐 Add translations for edit mode tooltip 2021-10-24 14:37:54 +01:00
Alicia Sykes
f5965a788f Adds edit title button next to page title 2021-10-24 14:32:41 +01:00
Alicia Sykes
51bcd2344e 🌐 Updates translation keys 2021-10-24 14:32:11 +01:00
Alicia Sykes
d3772891b5 Adds context menu for more options on Settings 2021-10-24 14:31:14 +01:00
Alicia Sykes
7ac233e763 🌐 Change stucture of context menu 2021-10-24 14:30:22 +01:00
Alicia Sykes
e0a7cbdf96 Adds index to section itterator, for editing 2021-10-24 13:31:13 +01:00
Alicia Sykes
64bd506c91 Display a different tooltip, depending on if in edit mode 2021-10-24 13:28:20 +01:00
Alicia Sykes
fecd1c6493 Builds edit section form and functionality 2021-10-24 13:26:49 +01:00
Alicia Sykes
0a00c9beb2 🔩 Adds updateSection functionality to store 2021-10-24 13:25:22 +01:00
Alicia Sykes
87bf9263db If in edit mode, open item-edit instead of launching, onclick 2021-10-23 20:05:43 +01:00
Alicia Sykes
e78bd07ced 🔄 Rebased from master 2021-10-23 19:43:09 +01:00
Alicia Sykes
89737ffa5d Implements UI editor form for appConfig 2021-10-23 19:28:08 +01:00
Alicia Sykes
e6f3cae63d 🗃️ Update order and descriptors in schema for appConfig form 2021-10-23 19:27:35 +01:00
Alicia Sykes
b1a7fce05d 🎨 Move interactive-editor styles into own stylesheet 2021-10-23 19:26:34 +01:00
Alicia Sykes
8147f40e9c Adds ability to edit pageInfo through the UI 2021-10-23 13:07:30 +01:00
Alicia Sykes
3f35f99a72 🐛 Fixes auth data structure reverting to array 2021-10-23 01:57:21 +01:00
Alicia Sykes
e9e15307b7 🗃️ Updates schema and config docs with default opening method, and new supported opening methods 2021-10-23 01:42:05 +01:00
Alicia Sykes
05b5ada9fc 👊 Adds default openingMethod 2021-10-23 01:20:07 +01:00
Alicia Sykes
3ac29d2a98 Adds utils for target opening method (#289) 2021-10-23 01:18:56 +01:00
Alicia Sykes
38fc1e429e 🍱 Adds new icons for opening method (#289) 2021-10-23 01:16:54 +01:00
Alicia Sykes
4b98e05f75 Support for _parent and _top targets (#289) 2021-10-23 00:49:31 +01:00
Alicia Sykes
6f927797d8 Adds an option to enable edit mode, in settings 2021-10-22 00:30:43 +01:00
Alicia Sykes
2876357297 🔥 Replaces old export code, with new export modal 2021-10-22 00:29:44 +01:00
Alicia Sykes
269e6a93bf 🍱 Adds icons for editing, moving items 2021-10-22 00:28:41 +01:00
Alicia Sykes
fbbc5e0753 Imports Vue-JSON-tree component 2021-10-22 00:27:38 +01:00
Alicia Sykes
4fe3d5c5a0 🚧 Adds option for Move and Delete item, plus translations 2021-10-22 00:26:55 +01:00
Alicia Sykes
7d0647f582 💄 Adds CSS option for tooltip to have higher z-index 2021-10-22 00:26:03 +01:00
Alicia Sykes
b90301e479 💄 Adds CSS for disabled SVG button option 2021-10-22 00:25:27 +01:00
Alicia Sykes
48947785bd Adds ExportConfigMenu to Home view 2021-10-22 00:24:43 +01:00
Alicia Sykes
68cd03636a 🌐 Adds new EN translations for editing, exporting config 2021-10-22 00:23:49 +01:00
Alicia Sykes
da7717b6f2 Builds a modal for exporting config to file or clipboard 2021-10-22 00:22:13 +01:00
David
9002e2237a Added new translation for Polish language 2021-10-21 16:41:42 +02:00
Alicia Sykes
b2d2e70d57
🔀 Merge pull request #287 from Lissy93/FIX/icons-layout
[FIX] Icon overlap and squeeze issues
Fixes #283
Fixes #285
2021-10-21 15:02:19 +01:00
Alicia Sykes
5eb37e22a9 🐛 Fix icon overlap and squeeze (#283 #285) 2021-10-20 23:53:18 +01:00
Alicia Sykes
30bdf153c3
Revert "[FIX] Improves item layout, fixes hover bug" 2021-10-20 12:32:54 +01:00
Alicia Sykes
cd40bb192f Fixes value not updating on form init 2021-10-19 21:57:51 +01:00
Alicia Sykes
a3da4c743f 🐛 Improves item layout, fixes hover bug (#283) 2021-10-19 21:13:52 +01:00
Alicia Sykes
37e49ae240 🙈 Perform deep copy of config, to reset pointers 2021-10-18 23:18:26 +01:00
Alicia Sykes
1ed55b42c6 🎨 Apply local style vars for embeded form elements, and adds in-code docs 2021-10-18 22:47:32 +01:00
Alicia Sykes
8a4f4373c1 💄 Creates configurable CSS variables for new config editor 2021-10-18 22:14:02 +01:00
Alicia Sykes
03906130c7 🚧 Adds responsivness, translations, icons and layout to bottom banner 2021-10-18 21:58:18 +01:00
Alicia Sykes
6f0ee82821 📱 Responsive mobile-support for form elements 2021-10-18 21:57:28 +01:00
Alicia Sykes
e6bb509e57 🍱 Adds icons for the interactive config editor 2021-10-18 21:55:29 +01:00
Rune Bjørnerås
401dd72bbe 🌐 Add 🇳🇴 Norwegian translations 2021-10-18 10:00:00 +02:00
Alicia Sykes
31a2d74461 Turn on edit mode and close, then show banner on hompage when edit mode on 2021-10-17 20:10:59 +01:00
Alicia Sykes
ef57a5be1f 🚧 Started on the save config banner 2021-10-17 20:09:17 +01:00
Alicia Sykes
08da96da2d Adds mutation key for INITIALIZE_CONFIG 2021-10-17 20:08:38 +01:00
Alicia Sykes
159748e3de Show banner when in edit mode 2021-10-17 19:14:12 +01:00
Alicia Sykes
5aefbb272f 🚧 Now displays different input fields, dependeing on data type 2021-10-17 18:55:54 +01:00
Alicia Sykes
71a0194612 Made a radio-button component 2021-10-17 18:55:17 +01:00
Alicia Sykes
3a3a26c3c5 💚 Remove duplicate style 2021-10-17 18:54:54 +01:00
Alicia Sykes
b78db37a8f A drop-down select form component 2021-10-17 16:20:42 +01:00
Alicia Sykes
8d84dbddb3 🚧 Adding and removing of all form items 2021-10-17 14:42:42 +01:00
Alicia Sykes
664727c3e7 🐛 Fixes text overflow bug (#278) 2021-10-17 12:04:19 +01:00
Alicia Sykes
6ef202337e 🍱 Adds icons for add + remove fields 2021-10-16 22:27:16 +01:00
Alicia Sykes
b1e7ce22dd 🚧 You can now add more items, neat! 2021-10-16 21:55:28 +01:00
Alicia Sykes
f1fc013457 🚧 You can now save items to VueX store, neat! 2021-10-16 21:03:26 +01:00
Alicia Sykes
677f0eea4e 🚧 Able to display form data from schema 2021-10-16 20:34:31 +01:00
Alicia Sykes
716bb7419a 📎 Adds option for description by input 2021-10-16 20:33:18 +01:00
Alicia Sykes
36cea32ee5 👽 Add getter to return specific item 2021-10-16 20:31:43 +01:00
Alicia Sykes
685d559716 Merge branch 'master' of github.com:Lissy93/dashy into FEATURE/interactive-editor 2021-10-16 19:23:51 +01:00
Alicia Sykes
07dd3269e5 🗃️ Adds routingMode to schema and configuring docs 2021-10-16 19:06:59 +01:00
Alicia Sykes
85b0fbebd3 Makes the routing mode user-configurable 2021-10-16 19:06:08 +01:00
Alicia Sykes
7a817c17d4 Generate and append a unique ID to each item 2021-10-16 16:41:10 +01:00
Alicia Sykes
b9b9c30713 🚧 Lays ground-work for the Edit Item modal form 2021-10-16 15:32:18 +01:00
Alicia Sykes
19ba9dc16d 🌐 Remove the word 'Open' from context menu 2021-10-16 15:31:42 +01:00
Alicia Sykes
050b3a141e 💄 Update built-in themes 2021-10-15 22:07:35 +01:00
Alicia Sykes
a45887fe48 🩹 Fix text overflow on small items 2021-10-15 22:07:02 +01:00
Alicia Sykes
9270b85203 Builds single-section view 2021-10-15 21:49:34 +01:00
Alicia Sykes
ff47cd237e 🍱 Adds a back-button icon asset 2021-10-15 21:48:13 +01:00
Alicia Sykes
fffa2319c1 Implements router history mode, for cleaner URLs 2021-10-13 20:02:13 +01:00
Alicia Sykes
25a9751682 🏴‍☠️ Adds Ye Pirate Speak 2021-10-12 22:02:41 +01:00
Alicia Sykes
51789f8164 📱 Improved responsivness for large items with grid layout 2021-10-12 20:26:44 +01:00
Alicia Sykes
a21dc50597 📱 Ignore custom grid, when on tiny screen/ mobile 2021-10-11 22:17:22 +01:00
Alicia Sykes
67b0e69b78 ✏️ Fixes typo in App Version translation key 2021-10-11 22:07:17 +01:00
Alicia Sykes
129891038f 🐛 (#274) Fixes relaive icon fetching, when base_url used 2021-10-11 22:02:56 +01:00
Alicia Sykes
6bd6a5ade5 📱 Quick-settings hidden by default on mobile 2021-10-11 21:39:39 +01:00
Alicia Sykes
27a4f9fa5c 📱 Improved mobile responsivness for quick-settings 2021-10-11 21:36:52 +01:00
Alicia Sykes
987f904430 📱 Navbar show/ hide functionality on mobile 2021-10-11 21:36:23 +01:00
Alicia Sykes
5fe79711bd If only 1 section set, then expand on load 2021-10-10 22:33:39 +01:00
Alicia Sykes
e971a0b56b 💄 Hover color on description text of colorful theme 2021-10-10 22:33:11 +01:00