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
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
Manuel
13531a007c
🚨 Fix build warnings
2023-03-29 12:55:03 +02:00
Manuel
3f44c59e00
🔀 Merge branch 'dev' into tests/add-tests
2023-03-29 12:17:20 +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
ajnart
c7317c7278
Address PR comments
2023-03-27 11:42:17 +09: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
59504ff6c4
Merge pull request #742 from ajnart/fix/rss-crash
...
🚑 Fix RSS widget crash
2023-03-21 11:28:40 +08:00
ajnart
3bb0f20066
🧑💻 Address PR comments
2023-03-21 11:26:19 +08:00
Manuel
4c9d1a1c01
🔀 Merge branch 'dev' into tests/add-tests
2023-03-20 23:18:20 +01:00
Manuel
4c28a77e00
✨ Add widget error boundary ( #753 )
2023-03-18 12:29:10 +01:00
Manuel
4a856c6267
✅ Add vitest and initial tests
2023-03-17 22:10:00 +01:00
Manuel
47cb9cd5b6
💄 Fix overflow of items in RSS widget
2023-03-07 20:09:51 +01:00
Manuel
13999e44eb
💄 Add conditional rendering for image
2023-03-07 19:52:56 +01:00
ajnart
457e9cf2bd
🎨 Format codebase
2023-03-03 12:40:49 +09:00
ajnart
387f155b29
WIP on Mantine v6
2023-03-03 01:13:23 +09:00
ajnart
5dae500ac3
🚧 WIP on Mantine V6
2023-03-03 00:37:22 +09:00
Manuel
6f7692c086
🚑 Fix RSS widget crash
2023-02-28 20:41:09 +01:00
Mauz
fddcfb3f06
🚑 Fix Error with latest Dashdot changes ( #725 )
2023-02-22 22:04:09 +01:00
Manuel
2c1b329dfd
🚨 Fix build warnings
2023-02-18 15:02:39 +01:00
Manuel
b738fa8463
🔀 Merge branch 'dev' into feature/dashdot-consistency-changes
2023-02-17 23:41:49 +01:00
Manuel
27fac54da4
✨ Add iframe widget ( #717 )
2023-02-15 22:17:47 +01:00
Manuel
d157e986a1
✨ Plex and Jellyfin widget ( #713 )
2023-02-15 22:12:49 +01:00
Manuel
ca50cffe82
✨ Add RSS widget
2023-02-15 22:00:06 +01:00
MauriceNino
d8931644d8
Refactor settings code; Add props access to every settings item
2023-02-14 13:41:59 +01:00
MauriceNino
368707ed76
Add translations for en & de in Dashdot; Fix PR comments
2023-02-14 13:01:12 +01:00
Thomas Camlong
dc69930eab
Merge branch 'dev' into feature/dashdot-consistency-changes
2023-02-14 10:53:46 +09:00
MauriceNino
2e242256cc
Fix margin on the right side
2023-02-10 18:48:08 +01:00
MauriceNino
a05e80bf26
Add options to sort and resize graphs in dash. widget
2023-02-10 18:20:28 +01:00
ajnart
06d72d679b
🚧 WIP on dynamic imports
2023-02-10 13:21:38 +09:00
ajnart
edb13ae716
🚧 WIP on dynamic imports
2023-02-10 13:21:38 +09:00
ajnart
84db1aeaf7
⚡ ️ Change code editor
2023-02-10 12:44:31 +09:00
Yossi Hillali
fab018a10e
✨ Add video-stream widget ( #685 )
2023-02-08 22:23:53 +01:00
Manuel
58d42ea00c
✨ Add warning for downgrading dash. url protocol
2023-02-06 20:52:36 +01:00
Manuel
63f1a64893
🐛 Fix bug with scroll area sizing
2023-02-05 20:12:21 +01:00
Manuel
2539e8cec1
✨ Custom column counts for gridstack #613 #660
2023-02-05 17:16:03 +01:00
Thomas Camlong
5296ce88d2
✨ Add sonarr-v4 compatibility ( #689 )
2023-02-05 17:09:11 +01:00
ajnart
cc9317b31c
Change calendar media style
2023-02-05 21:09:21 +09:00
ajnart
2588134b58
Try fixing previews
2023-02-05 19:37:21 +09:00
ajnart
3bd5495d2a
🚑 Hotfix preview height
2023-02-03 21:08:27 +09:00