Commit Graph

3058 Commits

Author SHA1 Message Date
ajnart
9d51e2ce52 Change the loading overloay to the refresh button 2023-04-05 15:49:54 +09:00
ajnart
1a7ae434b7 Raise cache time for ReactQuery 2023-04-05 15:49:54 +09:00
ajnart
1930a4c1f6 Add title display if availalbe 2023-04-05 15:49:53 +09:00
ajnart
0c99b77843 Update default rss feed value with homarr releases 2023-04-05 15:49:53 +09:00
ajnart
405219c081 Change default value, fix API 2023-04-05 15:49:53 +09:00
ajnart
54aa5f7f4d Update RSS widget locale 2023-04-05 15:49:53 +09:00
ajnart
6811388991 Add support for multiple RSS feeds 2023-04-05 15:49:52 +09:00
Thomas Camlong
7cf6fe53fc Merge pull request #788 from ajnart/allow-multiple-widgets-of-same-type
Allow multiple widgets of same type
2023-04-04 20:29:59 +09:00
deepsource-autofix[bot]
217e5b861f style: Format code with prettier 2023-04-03 06:57:28 +00:00
ajnart
f1e39ba911 💡 Address PR comments 2023-04-03 15:57:11 +09:00
ajnart
56e824267d 🚨 Lint and prettier 2023-04-03 15:45:47 +09:00
ajnart
2fc4adfbb0 Update useGetRssFeed to use ids 2023-04-03 15:41:46 +09:00
ajnart
b2f04937b9 Merge branch 'dev' into HEAD 2023-04-03 15:40:47 +09:00
Thomas Camlong
2c9fbb5a1b Merge pull request #780 from ajnart/rss-improvements 2023-04-01 15:01:13 +09:00
Thomas Camlong
5a41de0eb9 Merge pull request #783 from ajnart/deepsource-autofix-1247c7e2
Replace short hand type conversions with function calls
2023-04-01 08:15:37 +09:00
ajnart
69dd4ea75c Add support for proxied docker #758 2023-03-31 21:30:00 +02:00
Meier Lukas
e2311fedc0 🐛 Fix issues from pull request 2023-03-30 23:35:29 +02:00
Meier Lukas
77c8cb8f9e 🐛 API endpoints not working with multiple widgets 2023-03-30 23:15:08 +02:00
Meier Lukas
18d58ad4e7 Update default config 2023-03-30 22:54:36 +02:00
Meier Lukas
8c59ab0846 🐛 Fix issues with updating tiles 2023-03-30 22:54:08 +02:00
Meier Lukas
525985b1dc Migrate tiles from id to type 2023-03-30 22:20:56 +02:00
Meier Lukas
43dc1cd70c Change rendering from id to type 2023-03-30 21:54:44 +02:00
Meier Lukas
66f9dd51dd Add migration for multiple widgets 2023-03-30 21:46:59 +02:00
Thomas Camlong
1652f6e368 Merge pull request #766 from ajnart/tests/add-tests
 Add vitest and initial tests
2023-03-29 20:16:08 +09:00
deepsource-autofix[bot]
e8d82c866e style: Format code with prettier 2023-03-29 11:02:54 +00:00
Manuel
4c13e8c2f0 Update mock plex url in plex sdk test 2023-03-29 13:02:33 +02:00
Manuel
51a1156e68 💚 Remove tests from CI build 2023-03-29 13:00:36 +02:00
Manuel
13531a007c 🚨 Fix build warnings 2023-03-29 12:55:03 +02:00
Manuel
41e142634f Merge branch 'tests/add-tests' of https://github.com/ajnart/homarr into tests/add-tests 2023-03-29 12:42:51 +02:00
Manuel
ca47f2d240 💚 Fix tests and build system 2023-03-29 12:42:47 +02:00
deepsource-autofix[bot]
0506cd542c style: Format code with prettier 2023-03-29 10:20:01 +00:00
Manuel
3f44c59e00 🔀 Merge branch 'dev' into tests/add-tests 2023-03-29 12:17:20 +02:00
deepsource-autofix[bot]
497e22830e style: Format code with prettier
Format code with prettier

This commit fixes the style issues introduced in e966fda according to the output
from prettier.

Details: https://deepsource.io/gh/ajnart/homarr/transform/d081bf6a-f351-4ebd-a249-c708aaec7e67/
2023-03-29 12:04:30 +02:00
Thomas Camlong
e966fdad71 Merge pull request #771 from ajnart/mantine-v6
🎉 Move to Mantine v6
2023-03-28 16:05:09 +09:00
deepsource-autofix[bot]
64e8e85aac refactor: Replace short hand type conversions with function calls
Prefer using explicit casts by calling `Number`, `Boolean`, or `String` over using operators like `+`, `!!` or `"" +`. This is considered best practice as it improves readability.
2023-03-27 06:10:26 +00:00
deepsource-io[bot]
964b65477c ci: Update .deepsource.toml 2023-03-27 06:02:42 +00:00
deepsource-io[bot]
39a4e89d66 ci: Add .deepsource.toml 2023-03-27 02:49:53 +00:00
ajnart
c7317c7278 Address PR comments 2023-03-27 11:42:17 +09:00
Thomas Camlong
31f562a223 Merge pull request #779 from ajnart/sonarr-series-name 2023-03-24 00:43:27 +08:00
Manuel
577e467048 Add happy-dom dependency 2023-03-22 21:40:38 +01:00
ajnart
8d1ebba2e1 💄 Style and usability improvements to RSS widget 2023-03-23 01:28:17 +08:00
ajnart
fdeac8eb29 Add TV show name in media info and style changes 2023-03-23 00:44:03 +08:00
Thomas Camlong
b87cfb4853 Merge pull request #748 from ajnart/edit-mode-password
Edit mode password modal
2023-03-22 22:30:42 +08:00
Thomas Camlong
64dec6ce3f Merge branch 'dev' into edit-mode-password 2023-03-22 22:22:16 +08:00
Thomas Camlong
a114e6c623 Merge pull request #770 from ajnart/required-properties
 Make integrations fields required
2023-03-22 22:21:21 +08:00
Thomas Camlong
c2af38caab Merge pull request #775 from ajnart/about-keybinds
 Add a simple keybind viewer in about menu #751
2023-03-22 22:20:56 +08:00
Manuel
0d6346c73a ♻️ Pull request comments 2023-03-22 13:29:00 +01:00
ajnart
e0eb195097 🚨 Fix compilation 2023-03-21 11:43:10 +08:00
ajnart
94f13b805c 🐛 Hide docker when edit mode is not enabled #745 2023-03-21 11:40:33 +08:00
ajnart
c507a8892f 🐛 Fix bug with notification 2023-03-21 11:39:34 +08:00