renovate[bot]
5d34ef3544
Update tanstack-query monorepo to v4.29.7
2023-05-15 08:15:47 +00:00
renovate[bot]
44b48ce475
Update dependency next to v13.4.2
2023-05-15 08:14:53 +00:00
ajnart
d713d5f7e4
✨ Add buttons to reset certain cache queries
2023-05-15 17:14:18 +09:00
renovate[bot]
45db7dfcb0
Add renovate.json
2023-05-15 17:10:23 +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
ajnart
27c0ef608e
🐛 Fix a small bug with the ping system
2023-05-15 17:10:10 +09:00
renovate[bot]
9f2517cce1
Update mantine monorepo to v6.0.10
2023-05-15 08:09:56 +00:00
renovate[bot]
0c7d64c8e6
Update dependency prettier to v2.8.8
2023-05-15 08:09:10 +00:00
renovate[bot]
37342a54be
Update dependency @types/dockerode to v3.3.17
2023-05-15 08:04:37 +00:00
Thomas Camlong
830adad22f
Merge pull request #849 from ajnart/renovate/configure
...
Configure Renovate
2023-05-15 17:00:45 +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
Thomas Camlong
194da2b6e5
Merge pull request #855 from ajnart/small-fix-ping
...
🐛 Fix a small bug with the ping system
2023-05-15 16:27:03 +09:00
ajnart
599ccda1ed
✨ Add stale time to useGetDashboardIcons query
2023-05-15 16:24:22 +09:00
ajnart
9f4f3794b0
🐛 Fix small bug when deleting a config
...
It would always return error previously. That has been fixed.
2023-05-15 16:24:05 +09:00
ajnart
c2c0d0bb55
🐛 Fix IconSelector size
...
Added the `withinPortal` option so that it doesn't clip into the underlying modal
2023-05-15 16:23:36 +09:00
ajnart
6901c985fd
✨ Add notifications when chaning configs
2023-05-15 16:22:58 +09:00
ajnart
86913d2244
🌐 Fix missing string in add-app.json
2023-05-15 16:22:33 +09:00
ajnart
f34d1d0096
🙈 Add all languages other than EN to gitignore
...
This will allow for easier search in IDEs
- vscode hides gitignored files
- new contributors won't push translations using JSON anymore
2023-05-15 16:22:13 +09: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
Thomas Camlong
6ad799efe8
Merge pull request #883 from ajnart/manuel-rw-patch-2
2023-05-06 16:28:38 +09:00
Manuel
e6c4b1e78c
🔧 Update version in default.json
2023-05-06 09:28:00 +02:00
Meier Lukas
81292a8b5a
Merge pull request #880 from ajnart/fix/wrong-locale-for-turkish
...
🐛 Fix wrong i18n locale for turkish
2023-05-04 16:30:12 +02:00
Meier Lukas
c71c36f6b3
🐛 Fix wrong i18n language for turkish
2023-05-04 16:24:34 +02:00
Thomas Camlong
20f3dc3b3f
Merge pull request #877 from ajnart/language/add-turkish
...
✨ Add turkish translation locale
2023-05-04 13:21:40 +09:00
Meier Lukas
400c5d1229
🐛 Fix failing build by adding turkish locale directory
2023-05-04 06:13:45 +02:00
Meier Lukas
a0ad61beb8
✨ Add turkish translation locale
2023-05-04 06:06:39 +02:00
Manuel
1c0c9cc282
🔧 Update deprecated attributes in config file ( #868 )
2023-05-03 12:51:03 +02:00
Manuel
50aba040e4
✨ Add label filter for torrent widget ( #865 )
2023-05-03 12:50:11 +02:00
Manuel
678c8d0018
🐛 Add ipv6 support for url regex ( #864 )
2023-04-26 10:31:46 +02:00
Thomas Camlong
5c61f81c03
Merge pull request #856 from LarveyOfficial/dashName
...
✨ Dash Integration: Ability to re-name widget for multiple instances
2023-04-26 09:54:36 +09:00
Thomas Camlong
85e90700a6
Merge pull request #861 from LarveyOfficial/colorPickerFix
...
🐛 Make color picker prioritize config colors
2023-04-26 09:48:48 +09:00
Larvey
e2426ed6e5
Make color picker button prioritize config colors
2023-04-25 17:02:53 -04:00
Larvey
7c6ac76ace
Remove unneeded ternary
...
Didn't know this was possible. :D
2023-04-25 14:02:45 -04:00
Larvey
815d4d6a62
Remove dashName from all languages but English
...
As per request, seems this was not required. Only English
2023-04-25 14:01:58 -04:00
Larvey
59238ae2a6
Added dashName variable
...
Allows user to change DashDot Name
2023-04-25 13:43:14 -04:00
Larvey
39c89c3f6d
Added dashName variable to locales
...
In preparation for the dashName variable addition
2023-04-25 13:37:49 -04:00
Manuel
0cdd8ca6b2
🔀 Merge pull request #843 from ajnart/dev (0.12.1)
2023-04-25 17:55:27 +02:00
ajnart
9b45e24584
🐛 Fix a small bug with the ping system
2023-04-25 16:06:15 +09:00
Manuel
cd433b0e3c
🚨 Fix runtime zustand warnings for imports ( #853 )
v0.12.1
2023-04-24 21:40:20 +02: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
renovate[bot]
d1b7ef3707
Add renovate.json
2023-04-24 08:01:40 +00:00
Manuel
cd9fa354ec
🐛 Fix rss widget crash with legacy string ( #848 )
2023-04-23 22:09:29 +02:00
Manuel
f308e64788
📝 Update README.md ( #822 )
...
* 📝 Update README.md
* Update README.md
Co-authored-by: Bjorn Lammers <walkxnl@gmail.com >
* Update README.md
Co-authored-by: Bjorn Lammers <walkxnl@gmail.com >
* Update README.md
Co-authored-by: Bjorn Lammers <walkxnl@gmail.com >
* Update README.md
Co-authored-by: Bjorn Lammers <walkxnl@gmail.com >
* Update README.md
Co-authored-by: Bjorn Lammers <walkxnl@gmail.com >
---------
Co-authored-by: Bjorn Lammers <walkxnl@gmail.com >
2023-04-21 11:31:27 +02:00
Manuel
da2dcf821c
🔖 Update version in package.json ( #844 )
2023-04-21 11:09:21 +02:00
Manuel
5a6c039f5b
🚑 ️ Ping array ( #823 )
2023-04-21 10:21:34 +02:00
Thomas Camlong
f4d936e3e5
New Crowdin updates ( #829 )
...
* New translations media-requests-list.json (Spanish)
* New translations media-requests-list.json (Danish)
* New translations media-requests-list.json (German)
* New translations media-requests-list.json (Hebrew)
* New translations media-requests-list.json (Italian)
* New translations media-requests-list.json (Norwegian)
* New translations media-requests-list.json (Slovak)
* New translations media-requests-list.json (English)
* New translations media-requests-list.json (Spanish)
* New translations media-requests-list.json (German)
* New translations media-requests-list.json (English)
* New translations rss.json (German)
* New translations media-requests-list.json (Hebrew)
* New translations media-requests-list.json (Italian)
* New translations media-requests-list.json (Chinese Simplified)
* New translations media-requests-list.json (Chinese Simplified)
* New translations media-requests-stats.json (Chinese Simplified)
* New translations search.json (Chinese Simplified)
* New translations add-app.json (Chinese Simplified)
* New translations error-boundary.json (Chinese Simplified)
* New translations media-requests-list.json (Danish)
* New translations media-requests-list.json (Dutch)
* New translations media-requests-stats.json (Dutch)
* New translations common.json (Dutch)
* New translations dashdot.json (Dutch)
* New translations ping.json (Dutch)
* New translations page-appearance.json (Dutch)
* New translations config-changer.json (Dutch)
* New translations search-engine.json (Dutch)
* New translations add-app.json (Dutch)
* New translations about.json (Dutch)
* New translations change-position.json (Dutch)
* New translations torrents-status.json (Dutch)
* New translations general.json (Dutch)
* New translations gridstack.json (Dutch)
* New translations video-stream.json (Dutch)
* New translations rss.json (Dutch)
* New translations rss.json (English)
* New translations iframe.json (Dutch)
* New translations error-boundary.json (Dutch)
* New translations dashdot.json (Chinese Simplified)
* New translations about.json (Chinese Simplified)
* New translations rss.json (Chinese Simplified)
* New translations common.json (Chinese Simplified)
* New translations rss.json (Chinese Simplified)
* New translations error-boundary.json (Chinese Simplified)
2023-04-21 10:15:47 +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
Thomas Camlong
e7731651f2
Merge pull request #825 from ajnart/fix-calendar
...
🐛 Fix Calendar
2023-04-17 17:02:12 +09:00