Commit Graph

161 Commits

Author SHA1 Message Date
Sourav Ghosh
bdf61fa35f Bookmarks - Open in new Tab (#983) 2023-05-29 17:59:31 +02:00
Manuel
a54f03df1f Widget menu in error boundary (#979) 2023-05-29 00:24:22 +02:00
Manuel
173b40684c Add more iFrame attributes (#869) 2023-05-28 17:11:23 +02:00
Manuel
11659dde78 Add dangerous html content to rss (#885) 2023-05-24 21:22:31 +02:00
Manuel
faecf3bcbf 💄 Fix video stream width 2023-05-21 19:23:50 +02:00
ajnart
fd66c620b9 🐛 Fix small display bug in calendar widget 2023-05-21 22:43:40 +09:00
Manuel
336aff13cc 💄 Fix scrollbar bookmark widget (#957) 2023-05-20 18:04:15 +02:00
Manuel
fb52c4b003 Add ad guard home (#937)
*  Add add guard home

*  Add request for blocked domains and fix request for blocked queries

* ♻️ PR feedback

*  Fix tests
2023-05-20 14:42:15 +02:00
Luca
ba8ef4a844 Allow opening media requests links in external host (#824)
* Allow opening media requests links in external host

* Removed useless translation files

* Restored translations

* 🌐 Add missing translation

---------

Co-authored-by: Manuel <manuel.ruwe@bluewin.ch>
2023-05-16 22:30:04 +02:00
Thomas Camlong
3e6413d9f2 Ability to manage media requests from the widget (#894)
* Ability to manage media requests from the widget

* 🚸 Improve UX & Design

---------

Co-authored-by: Manuel <manuel.ruwe@bluewin.ch>
2023-05-16 22:19:14 +02:00
Manuel
d0180b1f87 🐛 Overseerr air date undefined crash (#936) 2023-05-16 20:37:29 +02:00
Thomas Camlong
a8ea56543b Merge branch 'dev' into cache-invalidation 2023-05-16 14:50:11 +09:00
ajnart
b8ea9dbb39 🌐 Fix strings for DNS module 2023-05-16 14:10:04 +09:00
ajnart
6f48cafd42 ⬆️ Upgrade to @tabler/icons-react 2023-05-15 17:40:59 +09:00
Manuel
a982773c0d Bookmark widget (#890)
* 🚧 Bookmark widget

*  Add input type

Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>

*  Add content display and input fields

* 🐛 Fix delete button updating to invalid schema

* 🌐 Add translations for options

*  Add field for image

* ♻️ Refactor IconSelector and add forward ref

* 🦺 Add form validation

* 🦺 Add validation for icon url and fix state for icon picker

* 🌐 PR feedback

---------

Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
2023-05-15 17:10:23 +09:00
Manuel
c52acd2913 Bookmark widget (#890)
* 🚧 Bookmark widget

*  Add input type

Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>

*  Add content display and input fields

* 🐛 Fix delete button updating to invalid schema

* 🌐 Add translations for options

*  Add field for image

* ♻️ Refactor IconSelector and add forward ref

* 🦺 Add form validation

* 🦺 Add validation for icon url and fix state for icon picker

* 🌐 PR feedback

---------

Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
2023-05-15 09:54:50 +02:00
ajnart
3efe18d06f Invalidate queries
This commit adds the functionality of query invalidation
- when a config is created
- when the calendar options are changed

It also makes it so the calendar doesn't update if the widget is currently being edited
2023-05-15 16:20:48 +09:00
Manuel
92e8d79c5a Add pihole integration (#860)
*  Add pihole integration

* Update src/widgets/adhole/AdHoleControls.tsx

Co-authored-by: Larvey <39219859+LarveyOfficial@users.noreply.github.com>

* Update src/tools/client/math.ts

Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>

* Update src/widgets/dnshole/DnsHoleSummary.tsx

Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>

---------

Co-authored-by: Larvey <39219859+LarveyOfficial@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
2023-05-06 19:51:53 +02:00
Manuel
50aba040e4 Add label filter for torrent widget (#865) 2023-05-03 12:50:11 +02:00
Larvey
7c6ac76ace Remove unneeded ternary
Didn't know this was possible. :D
2023-04-25 14:02:45 -04:00
Larvey
59238ae2a6 Added dashName variable
Allows user to change DashDot Name
2023-04-25 13:43:14 -04:00
Manuel
f4df411d47 🐛 Fix calendar sizing (#852) 2023-04-24 21:39:04 +02:00
Manuel
2494ee6a34 💄 Fix max iframe width (#851) 2023-04-24 20:09:12 +02:00
Manuel
cd9fa354ec 🐛 Fix rss widget crash with legacy string (#848) 2023-04-23 22:09:29 +02:00
Larvey
2ed085831b Allow Video Stream widget to play any video file type. (#835)
* Remove type limitation for video player

This allows the video player to play any video source, including m3u8 live streams, mp4, gifs, etc.

* Fixed Linting.
2023-04-21 10:15:27 +02:00
ajnart
252651c1fb 🐛 Fix edit modal zIndex and imports 2023-04-17 15:07:18 +09:00
ajnart
543113292b 🐛 Fix Calendar 2023-04-17 14:48:04 +09:00
ajnart
75cf90c7ea 🐛 Fix RSS client bug 2023-04-16 17:51:07 +09:00
Manuel
049492917a 💄 Dynamic calender dimensions 2023-04-11 22:07:17 +02:00
Thomas Camlong
d920c6319f Merge pull request #797 from ajnart/rss-multiple-feeds
Rss multiple feeds
2023-04-11 01:07:49 +09:00
ajnart
b45a614cd8 💡 Address PR comments 2023-04-10 23:29:00 +09:00
Manuel
6b3fe8951a 🚨 Fix warnings 2023-04-09 16:46:13 +02:00
Manuel
31a0b5553f Merge branch 'dev' into feat/overseerr-widget 2023-04-06 23:34:37 +02:00
Manuel
c1463b3aa6 Add overseerr widget 2023-04-05 21:49:42 +02:00
ajnart
18c84e7e1e 🔥 Remove unused dependencies 2023-04-05 15:49:54 +09:00
ajnart
31a80f5588 Add option to manually edit the refresh interval 2023-04-05 15:49:54 +09:00
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
6811388991 Add support for multiple RSS feeds 2023-04-05 15:49:52 +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
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
8c59ab0846 🐛 Fix issues with updating tiles 2023-03-30 22:54:08 +02:00