Tagaishi
5dcdeab21c
Merge pull request #1534 from InterN0te/master-showActiveTorrent
...
Add an option to show active torrents when completed torrents are hidden in Torrent Queue widget
2023-11-06 04:11:34 +01:00
Someone
390d4e7522
Switch speedLimitOfActiveTorrents to camel case
2023-11-03 21:05:16 +00:00
Someone
f07d5f798c
Revert "Switch to CamelCase for DisplayActiveTorrents var"
...
This reverts commit c6c2dbd061 .
Revert : Wrong case used
2023-11-03 21:02:45 +00:00
Someone
c6c2dbd061
Switch to CamelCase for DisplayActiveTorrents var
2023-11-03 20:41:54 +00:00
Tagaishi
4f0be52fe9
✨ Notebook Add Advanced Controls ( #1452 )
...
* 💄 Reduce notebook widget min width to fit sidebar
* ✨ Highlight and text align controls
* ✨ Notebook Image support
* ✨ Notebook text coloring support
* ✨ Notebook Image resize support
* ✨ Notebook Advanced Highlight and Text Coloring
* ✨ TaskList and lists indentations (not finished)
* ⬆️ Updated tiptap components to 2.1.12
* 🐛 notebook content not updating
* ✨ Cancel Edit function + 🐛 onReadOnlyCheck bug fix
* ✨ Notebook Table
* 🚧 Tweaks
* 🌐 Added Translations
* 🐛 Fix notebook table column resize
* 🌐 Replace common translations
* ✨ Notebook Underline, default text change
2023-11-03 21:14:29 +01:00
Tagaishi
5eb4365a59
✨ Auto handle sonarr and radarr API differences ( #1548 )
2023-11-03 21:07:37 +01:00
Someone
982bb557a3
Renamed option "Display active torrents"
...
Removed change in public/locales/fr/modules/torrents-status.json
2023-11-02 08:44:46 +00:00
Spillebulle
c37c5f9347
Fixed Typos
2023-11-02 07:37:44 +01:00
Someone
534318f74c
Update en/.../torrents-status.json
...
Fix English unit for Megabytes per second
2023-11-01 01:11:12 +01:00
Someone
b135063f5e
Add option to set uploadspeed limit to consider torrents as active
2023-10-31 15:31:08 +00:00
Someone
2c019e12d6
Add an option to show active torrents when
...
completed torrents are hidden
2023-10-31 11:23:26 +00:00
Thomas Camlong
9d334e23c8
🐛 Fix RSS widget description
2023-10-30 13:57:40 +01:00
ajnart
ac3771ad7b
Small changes to RSS widget and MediaRequest
2023-10-25 14:08:27 +02:00
Tagaishi
62cb758db5
✨ Adds support for poster on Radarr v5's api
2023-10-13 21:55:39 +02:00
Tagaishi
4945725702
🐛 DNS-Hole error handling and fixes ( #1419 )
...
* 🐛 Remove url requirement
* ⚡ ️ Ignore dnshole in widget when not contactable
* ✨ Error tile for dns-control instead of load loop
2023-10-08 11:47:31 +02:00
AuthorShin
a6be5fa380
Update weather.json ( #1440 )
...
Typo fixed
Just changed "An error occured" to "An error occurred"
2023-10-08 11:43:37 +02:00
Manuel
7d7fe6016b
🔀 Merge branch 'dev' into feature/add-basic-authentication
2023-09-23 20:32:17 +02:00
Tagaishi
c777a774f7
✨ Hide DNS-Hole control buttons option ( #1384 )
2023-09-15 18:17:46 +02:00
Manuel
f35f6debaf
🔀 Merge dev to auth branch
2023-09-10 13:38:53 +02:00
Thomas Camlong
39c16c3d29
✨ Add a toggle to show unmonitored items in *Arr ( #1371 )
2023-09-07 21:36:15 +02:00
Tagaishi
624e2a3a2c
🐛 Media Session widget jellyfin sessions + translations ( #1353 )
2023-09-03 22:24:27 +02:00
Tagaishi
371587c62d
✨ Rework Media Request Stats Widget ( #1344 )
...
* ✨ Rework Media Request Stats Widget
* 🎨 More code to do it better than last commit
* ♻️ Resize improvement
* 🐛 Empty Username handling
* 🎨 widget as router input
* ✨ Open links in new tab + media request scrollArea
2023-09-01 22:15:40 +02:00
Manuel
8dbb6d4dd3
🔀 Merge branch 'dev' into feature/add-basic-authentication
2023-08-23 21:17:51 +02:00
Tagaishi
558c731c6b
🌐 between x and y string repetition change
2023-08-22 23:31:56 +02:00
Tagaishi
9f80f05ef6
🌐 Removing "Homarr" and "..." when unnecessary
2023-08-14 19:25:53 +02:00
Tagaishi
e97367a0a0
Merge branch 'widget-full-translation-support' of https://github.com/Tagaishi/homarr into widget-full-translation-support
2023-08-14 19:16:15 +02:00
Tagaishi
d4c9a5bb26
Merge branch 'dev' of https://github.com/ajnart/homarr into widget-full-translation-support
2023-08-13 17:46:18 +02:00
Manuel
b249c0205f
🔀 Merge branch 'dev' into feature/add-basic-authentication
2023-08-13 15:12:20 +02:00
Thomas Camlong
abb52b093a
✨ Notebook-widget ( #962 )
...
* ⬆️ Add required dependencies
* ✨ Add basic widget definition for `notebook`
* 🌐 Add basic translations for `notebook` widget
* 🐛 Fix `WidgetMenu` zIndex property
* ⚡ ️ Use dynamic import for the `notebook` widget
* 🌐 Update translations
* 🚨 Disable eslint `no-param-reassign` rule
* ✨ Add `notebook` widget
* ➕ Add `immer` as a dependency
* fix: currentConfig not loaded in useEffect callback
fixes #1249
* ♻️ Notebook widget UI (#1266 )
* ♻️ Refactor note widget
* 🐛 Fix translations
* 💄 Widget styling changes
* 🔒 Fix lockfile
* 💄 Remove primary color from edit button
* 💄 Fix css
* ✨ Add the ability to hide an option
* 🔥 Remove aria-labels
* ♻️ Address pull request feedback
* 🐛 Remove wrong description from default value
---------
Co-authored-by: gnattu <gnattu@users.noreply.github.com >
Co-authored-by: Manuel <manuel.ruwe@bluewin.ch >
Co-authored-by: Tagaishi <Tagaishi@hotmail.ch >
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2023-08-12 21:17:12 +02:00
Meier Lukas
73cf109c72
🐛 Remove not implemented action icons
2023-08-11 21:08:42 +02:00
Tagaishi
a14a9d4601
💄 Flex layout and text fitting
2023-08-11 00:07:57 +02:00
Tagaishi
9b2fecdfcb
🌐 Replaced hardcoded text to use translation
2023-08-09 22:16:57 +02:00
Tagaishi
ffa850b081
✨ Option to show time for a city ( #1236 )
2023-08-09 20:33:17 +02:00
Thomas Camlong
2b82503b6c
Merge pull request #1184 from ishaanparlikar/1182-display-city
...
✨ display location name on a weather tile
2023-08-08 09:47:11 +02:00
Meier Lukas
3e4c9cdc3d
♻️ Deprecate calendar firstdayofweek option
2023-08-06 16:00:40 +02:00
Meier Lukas
f074794009
Merge pull request #1212 from Tagaishi/widget-option-tooltips
...
✨ InfoCard
2023-08-05 23:57:22 +02:00
Tagaishi
048b27a89b
🔒 ️ Link out of translation files
2023-08-05 23:19:26 +02:00
Tagaishi
7235b5b17a
✨ General Element + Tooltip to HoverCard
2023-08-02 03:48:10 +02:00
Tagaishi
3b95b8d8c8
🤡 Forgot label + touch up
2023-07-31 00:32:11 +02:00
Tagaishi
44ed1f3e4f
💄 Added titles to widget and improved division
2023-07-25 15:49:52 +02:00
Ishan Parlikar
d35667fab2
✨ display location name on a weather tile
2023-07-18 23:53:11 +05:30
Tagaishi
b6df54c4c0
General visual improvement on the calendar + Font size selection + selection box around the day clicked.
...
Fixes #1145
2023-07-11 23:29:14 +02:00
ajnart
d008baa70a
✨ Add option to hide/show week days on calendar
...
Fixes Calendar Weekdays line #1091
2023-06-28 19:59:25 +09:00
Thomas Camlong
21fdb3d02c
New Crowdin updates ( #1038 )
2023-06-10 17:59:03 +02:00
Manuel
75ad912d04
🐛 Missing translations ( #1037 )
2023-06-10 16:51:37 +02:00
Manuel
11659dde78
✨ Add dangerous html content to rss ( #885 )
2023-05-24 21:22:31 +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
ajnart
b8ea9dbb39
🌐 Fix strings for DNS module
2023-05-16 14:10:04 +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