Commit Graph

1012 Commits

Author SHA1 Message Date
ajnart 6173c20616 🏷️ Update types for AppShelfMenu 2022-05-26 21:06:44 +02:00
ajnart 3dc0208a73 💄 Styling changes 2022-05-26 20:07:54 +02:00
ajnart b6fcabc270 🐛 Fix footer display issues 2022-05-26 20:07:22 +02:00
ajnart ee2e36bdfa Rename the download module 2022-05-26 19:45:18 +02:00
ajnart b0c92c9951 💄 Style DownloadModule 2022-05-26 19:14:36 +02:00
ajnart 72fddda411 Make the Footer update a notification 2022-05-26 19:14:19 +02:00
ajnart 3a358a229d Add Download Module!
Shows current downloads from qbittorrent at the moment, transmission coming soon 😉
2022-05-26 18:19:12 +02:00
ajnart 2aad3d3eb0 Add support for qBittorrent in AddAppShelfItem 2022-05-26 18:17:59 +02:00
ajnart 8e2d347ab5 🏗️ Rework moduleWrapper architecture 2022-05-26 18:16:57 +02:00
ajnart 789e0510ea 🐛 Fix a bug with strings as module settings 2022-05-26 18:15:00 +02:00
ajnart 2c16075413 💄 WeatherModule styling 2022-05-26 18:13:51 +02:00
ajnart 96f58288ac 💄 DateModule styling 2022-05-26 18:13:35 +02:00
ajnart d4168dcdf4 💄 Styling and UI changes 2022-05-26 18:13:23 +02:00
ajnart 1ec8f1db19 🚑 Critical hotfix for various bugs 2022-05-26 00:10:48 +02:00
ajnart 4026d0b6be 💄 Update poster styling 2022-05-25 18:26:13 +02:00
ajnart 3f2aa50f85 Totally rework how the media previews work! 2022-05-25 13:13:36 +02:00
ajnart fbaaa389c2 🐛 Fix Readarr date match 2022-05-25 13:13:17 +02:00
ajnart 2cb6781a94 Lidarr and Readarr integrations 2022-05-25 10:50:57 +02:00
ajnart 4f68f7e395 Add a keybind to open settings, CTRL + L 2022-05-24 23:02:27 +02:00
ajnart 9eef4988e7 Add a way to save a config and delete it 2022-05-24 22:55:47 +02:00
ajnart a89b0746ba 💄 Make the settings menu a drawer instead 2022-05-24 22:55:10 +02:00
ajnart 4984866fb3 🚨 Linting and add icons
Adds future support for self hosted icons
2022-05-24 20:15:07 +02:00
ajnart 4ae4b224c7 🐛 Fixing issues with weahter module 2022-05-24 20:14:26 +02:00
ajnart 802f7fd6c7 🧑‍💻 Added strings as an option type for modules 2022-05-24 20:14:07 +02:00
ajnart bbb35b236f 💄 Change the way the footer is displayed 2022-05-24 20:13:01 +02:00
Thomas Camlong 361d41065c Merge branch 'dev' into dnd 2022-05-23 14:39:17 +02:00
ajnart 5db28b1607 🚨 Fix storybook compilation 2022-05-23 14:23:05 +02:00
ajnart dbfd4cf050 🐛 Fix search module default queryUrl 2022-05-23 12:38:10 +02:00
ajnart ffd298a2b6 🐛 Fix line clamping in media display 2022-05-23 12:37:36 +02:00
Thomas Camlong 19bd14c63d Merge branch 'dev' into dnd 2022-05-23 11:24:31 +02:00
ajnart b69343af56 Introduce DND in main app shelf! 2022-05-23 11:20:08 +02:00
ajnart 94ee90eebb ⚰️ Remove dead code 2022-05-23 11:19:40 +02:00
ajnart 72b3097ad1 ⚰️ Remove dead code 2022-05-23 11:19:26 +02:00
Thomas Camlong 225f910fe8 Merge pull request #139 from ajnart/New-Config-Format
 Add new config format
2022-05-23 10:48:46 +02:00
ajnart 10d9ffc740 🚨 Fix compilation for types 2022-05-23 10:44:31 +02:00
ajnart 6a905e1b49 🚨 Lint code and prettier 2022-05-23 10:24:54 +02:00
ajnart 72e08f484f 🚑 Use different type of UUID 2022-05-23 10:23:10 +02:00
ajnart 64dbb9c025 Add drag and drop, fixes #88 2022-05-23 00:04:14 +02:00
ajnart af2e0235bf Add new config format
Should be WAAAAY easier to work with modules now
2022-05-22 20:42:10 +02:00
ajnart bf85818f8b 🐛 Fix #133 2022-05-22 20:40:10 +02:00
ajnart 1840713179 Basic drag and drop 2022-05-21 10:32:54 +02:00
ajnart b11bffb7cf 🐛 Exclude stories from tsconfig 2022-05-21 10:32:35 +02:00
ajnart bfb26a9402 🚑 Fix API url for services 2022-05-21 01:26:55 +02:00
ajnart c3b11be2d0 🚑 Fix UUID by using crypto 2022-05-21 01:26:24 +02:00
ajnart e1eab70f93 Match config with URL typed
Homarr will now match a config with the URL used or return a 404 if not found
2022-05-21 01:01:20 +02:00
ajnart adb341c0fa Add default icon, fix URL parsing
Fixes #121 and Fixes #132
2022-05-21 00:54:36 +02:00
ajnart 25ccdffeb9 Make logo clickable 2022-05-21 00:52:55 +02:00
ajnart f36e7b8abb Made service name clickable
Co-authored-by: Bjorn L. <walkxnl@gmail.com>
2022-05-20 23:03:42 +02:00
Thomas "ajnart" Camlong 667322d14e Use ID instead of only names 2022-05-20 22:34:36 +02:00
ajnart 7bc779b296 ⚰️ Remove dead code
Used to test the weather module
2022-05-18 23:13:32 +02:00