ajnart
|
739b95888b
|
💄 Prettier repository
|
2023-07-21 18:08:40 +09:00 |
|
Meier Lukas
|
2c3945a47a
|
🐛 Add transition manually to settings drawer
|
2023-07-17 15:58:16 +02:00 |
|
Meier Lukas
|
a6fe435b07
|
🐛 Fix issue with drawer transition
|
2023-07-17 15:26:22 +02:00 |
|
Manuel
|
f8bd7fb2b9
|
🚸 Improve accessibility (#980)
* 🚸 Improve accessibility
* 🌐 Add missing translations
|
2023-06-20 22:02:00 +02:00 |
|
ajnart
|
83119931bc
|
⚡️ Improve ping function
|
2023-06-14 17:31:52 +09:00 |
|
Thomas Camlong
|
9b25c918a8
|
Merge pull request #1058 from ajnart/disable-search-focus-on-mobile
✨ Disable search focus on mobile
|
2023-06-14 13:44:47 +09:00 |
|
Meier Lukas
|
f89d7e11f8
|
✨ Disable search focus on mobile
|
2023-06-13 21:12:13 +02:00 |
|
Meier Lukas
|
e24122b355
|
Merge pull request #1044 from ajnart/add-location-selection-for-weather-widget
✨ Improve location selection for weather
|
2023-06-13 20:50:34 +02:00 |
|
Meier Lukas
|
e29ba6455e
|
🐛 Fix pull request issues
|
2023-06-11 13:54:15 +02:00 |
|
Meier Lukas
|
a8b44941a0
|
🐛 Fix pull request issues
|
2023-06-11 11:59:46 +02:00 |
|
ajnart
|
3b3f7f308f
|
🧑💻 Migrate package.json prettier and eslint
Also updated the plugins and the config.
New rules should be respected from now-on
|
2023-06-11 17:51:29 +09:00 |
|
Meier Lukas
|
f033697579
|
🐛 Fix translation path
|
2023-06-10 23:59:32 +02:00 |
|
Meier Lukas
|
d00a317202
|
✨ Improve location selection for weather
|
2023-06-10 23:53:04 +02:00 |
|
Meier Lukas
|
f57d91123e
|
🏗️ Migrate overseerr search to tRPC
|
2023-06-10 15:01:56 +02:00 |
|
Meier Lukas
|
458fea369c
|
🏗️ Migrate icons to tRPC
|
2023-06-10 13:10:02 +02:00 |
|
Meier Lukas
|
0d2bbce8d7
|
🏗️ Migrate config save to tRPC
|
2023-06-10 12:24:16 +02:00 |
|
Meier Lukas
|
fc298918b2
|
🏗️ Migrate config deletion to tRPC
|
2023-06-10 11:46:51 +02:00 |
|
Meier Lukas
|
62cfce4ba1
|
🏗️ Migrate config list to tRPC
|
2023-06-10 11:28:35 +02:00 |
|
Meier Lukas
|
8e14e323a7
|
🏗️ Migrate ping to tRPC
|
2023-06-10 10:23:54 +02:00 |
|
renovate[bot]
|
61612b2bf7
|
⬆️ Update dependency next-i18next to v13 (#956)
* ⬆️ Update dependency next-i18next to v13
* 🚨 Fix compile errors
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Manuel <manuel.ruwe@bluewin.ch>
|
2023-06-09 23:14:49 +02:00 |
|
Manuel
|
cee5911259
|
✨ Open tabs in batch (#1006)
|
2023-06-07 21:44:44 +02:00 |
|
Manuel
|
a54f03df1f
|
✨ Widget menu in error boundary (#979)
|
2023-05-29 00:24:22 +02:00 |
|
Thomas Camlong
|
0a7292106d
|
Merge pull request #944 from ajnart/docker-usequery
|
2023-05-22 06:33:02 +09:00 |
|
Manuel
|
c42aed14dd
|
🚸 Add positive status codes by default
|
2023-05-21 15:23:43 +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 |
|
ajnart
|
f1fcd071a8
|
✨ Switch docker module to tanstack/react-query
|
2023-05-19 09:49:29 +09:00 |
|
ajnart
|
109e53df5d
|
🚨 Fix compilation
|
2023-05-16 15:00:46 +09:00 |
|
Thomas Camlong
|
a8ea56543b
|
Merge branch 'dev' into cache-invalidation
|
2023-05-16 14:50:11 +09:00 |
|
Thomas Camlong
|
ec08953514
|
Merge branch 'dev' into drop-cache
|
2023-05-16 13:54:43 +09:00 |
|
ajnart
|
6f48cafd42
|
⬆️ Upgrade to @tabler/icons-react
|
2023-05-15 17:40:59 +09:00 |
|
ajnart
|
d713d5f7e4
|
✨ Add buttons to reset certain cache queries
|
2023-05-15 17:14:18 +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
|
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 |
|
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
|
678c8d0018
|
🐛 Add ipv6 support for url regex (#864)
|
2023-04-26 10:31:46 +02:00 |
|
Larvey
|
e2426ed6e5
|
Make color picker button prioritize config colors
|
2023-04-25 17:02:53 -04:00 |
|
Manuel
|
5a6c039f5b
|
🚑️ Ping array (#823)
|
2023-04-21 10:21:34 +02:00 |
|
ajnart
|
252651c1fb
|
🐛 Fix edit modal zIndex and imports
|
2023-04-17 15:07:18 +09:00 |
|
ajnart
|
75cf90c7ea
|
🐛 Fix RSS client bug
|
2023-04-16 17:51:07 +09:00 |
|
Manuel
|
530b158f4e
|
♻️ Fix default img paths
|
2023-04-11 18:59:56 +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 |
|
ajnart
|
42ce621197
|
✨ Add localstorage caching with React Query
|
2023-04-05 15:50:26 +09:00 |
|
ajnart
|
31a80f5588
|
Add option to manually edit the refresh interval
|
2023-04-05 15:49:54 +09:00 |
|
ajnart
|
6811388991
|
✨ Add support for multiple RSS feeds
|
2023-04-05 15:49:52 +09:00 |
|
ajnart
|
b2f04937b9
|
Merge branch 'dev' into HEAD
|
2023-04-03 15:40:47 +09:00 |
|