homarr-renovate[bot]
|
8aaa4f5856
|
fix(deps): update dependency @tabler/icons-react to ^3.19.0 (#1197)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-09-28 04:14:54 +00:00 |
|
homarr-renovate[bot]
|
1bce7a300d
|
fix(deps): update dependency @tabler/icons-react to ^3.18.0 (#1188)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-09-26 21:48:08 +00:00 |
|
homarr-renovate[bot]
|
78230b1fe9
|
fix(deps): update mantine monorepo to ^7.13.0 (#1178)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-09-25 09:48:24 +00:00 |
|
homarr-renovate[bot]
|
141c65149a
|
chore(deps): update dependency eslint to ^9.11.1 (#1167)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-09-23 21:34:24 +00:00 |
|
homarr-renovate[bot]
|
6692c83fbf
|
chore(deps): update dependency eslint to ^9.11.0 (#1157)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-09-20 20:39:16 +00:00 |
|
Meier Lukas
|
ce1ef3cbe7
|
feat: add improved search (#1051)
* feat: add improved search
* wip: add support for sorting, rename use-options to use-query-options, add use-options for local usage, add pages search group
* feat: add help links from manage layout to help search mode
* feat: add additional search engines
* feat: add group search details
* refactor: improve users search group type
* feat: add apps search group, add disabled search interaction
* feat: add integrations and boards for search
* wip: hook issue with react
* fix: hook issue regarding actions and interactions
* chore: address pull request feedback
* fix: format issues
* feat: add additional global actions to search
* chore: remove unused code
* fix: search engine short key
* fix: typecheck issues
* fix: deepsource issues
* fix: eslint issue
* fix: lint issues
* fix: unordered dependencies
* chore: address pull request feedback
|
2024-09-20 16:51:42 +02:00 |
|
homarr-renovate[bot]
|
2258dc3ec6
|
fix(deps): update nextjs monorepo to ^14.2.13 (#1154)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-09-20 02:11:53 +00:00 |
|
homarr-renovate[bot]
|
8f5d7f8387
|
fix(deps): update nextjs monorepo to ^14.2.12 (#1146)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-09-18 07:48:58 +00:00 |
|
homarr-renovate[bot]
|
6685f4c806
|
fix(deps): update dependency @tabler/icons-react to ^3.17.0 (#1126)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-09-15 13:15:44 +00:00 |
|
homarr-renovate[bot]
|
7a56006533
|
fix(deps): update nextjs monorepo to ^14.2.11 (#1117)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-09-12 22:48:47 +00:00 |
|
homarr-renovate[bot]
|
fb55f1272d
|
fix(deps): update nextjs monorepo to ^14.2.10 (#1109)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-09-12 18:50:17 +00:00 |
|
homarr-renovate[bot]
|
18c1da4a62
|
fix(deps): update dependency @tabler/icons-react to ^3.16.0 (#1096)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-09-10 16:49:06 +00:00 |
|
homarr-renovate[bot]
|
3f076fafcd
|
fix(deps): update nextjs monorepo to ^14.2.9 (#1091)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-09-09 19:21:59 +00:00 |
|
homarr-renovate[bot]
|
8069d7acf0
|
chore(deps): update dependency typescript to ^5.6.2 (#1088)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-09-09 16:49:18 +00:00 |
|
homarr-renovate[bot]
|
7b6301e498
|
fix(deps): update dependency @tabler/icons-react to ^3.15.0 (#1085)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-09-08 21:10:08 +00:00 |
|
Meier Lukas
|
5404cebf5b
|
feat: add import for config files from oldmarr (#1019)
* wip: add oldmarr config import
* wip: add support for wrong amount of categories / sections with autofix, color mapping, position adjustments of wrappers
* fix: lockfile broken
* feat: add support for form data trpc requests
* wip: improve file upload
* refactor: restructure import, add import configuration
* wip: add configurations for import to modal
* refactor: move oldmarr import to old-import package
* fix: column count not respects screen size for board
* feat: add beta badge for oldmarr config import
* chore: address pull request feedback
* fix: format issues
* fix: inconsistent versions
* fix: deepsource issues
* fix: revert {} to Record<string, never> convertion to prevent typecheck issue
* fix: inconsistent zod version
* fix: format issue
* chore: address pull request feedback
* fix: wrong import
* fix: broken lock file
* fix: inconsistent versions
* fix: format issues
|
2024-09-07 18:13:24 +02:00 |
|
homarr-renovate[bot]
|
d20384dfe0
|
chore(deps): update dependency eslint to ^9.10.0 (#1078)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-09-06 20:35:26 +00:00 |
|
homarr-renovate[bot]
|
ca83872151
|
fix(deps): update nextjs monorepo to ^14.2.8 (#1067)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-09-04 22:29:57 +00:00 |
|
Yossi Hillali
|
6ff36405ba
|
feat: Prowlarr integration (#965)
Co-authored-by: Manuel <30572287+manuel-rw@users.noreply.github.com>
|
2024-09-01 15:40:22 +02:00 |
|
homarr-renovate[bot]
|
51be02477b
|
fix(deps): update mantine monorepo to ^7.12.2 (#1048)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-08-30 14:10:14 +00:00 |
|
homarr-renovate[bot]
|
3771a61c49
|
fix(deps): update nextjs monorepo to ^14.2.7 (#1041)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-08-27 16:13:16 +00:00 |
|
homarr-renovate[bot]
|
961fca0f64
|
fix(deps): update dependency @tabler/icons-react to ^3.14.0 (#1039)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-08-27 10:11:09 +00:00 |
|
homarr-renovate[bot]
|
2ea0d04c71
|
fix(deps): update dependency @tabler/icons-react to ^3.13.0 (#1034)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-08-26 13:36:27 +00:00 |
|
homarr-renovate[bot]
|
7ec4adcb24
|
chore(deps): update dependency eslint to ^9.9.1 (#1021)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-08-23 20:48:24 +00:00 |
|
homarr-renovate[bot]
|
1311e72ca0
|
fix(deps): update nextjs monorepo to ^14.2.6 (#1009)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-08-22 11:35:43 +00:00 |
|
Meier Lukas
|
2d155fa0c4
|
feat: add password requirements (#988)
* feat: add password requirements
* fix: format issue
* fix: unexpected empty string in component jsx
* test: adjust unit test passwords
|
2024-08-19 21:11:36 +02:00 |
|
homarr-renovate[bot]
|
5b651a782a
|
fix(deps): update mantine monorepo to ^7.12.1 (#967)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-08-12 13:16:26 +00:00 |
|
homarr-renovate[bot]
|
a9d87e4e6b
|
chore(deps): update dependency eslint to ^9.9.0 (#961)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-08-09 20:48:37 +00:00 |
|
homarr-renovate[bot]
|
21c0e4b354
|
fix(deps): update dependency @tabler/icons-react to ^3.12.0 (#944)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-08-09 02:33:55 +00:00 |
|
homarr-renovate[bot]
|
137ebf6d22
|
fix(deps): update mantine monorepo to ^7.12.0 (#920)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-08-05 16:48:06 +00:00 |
|
Meier Lukas
|
4380aa9b3e
|
fix: mantine-react-table not localized #333 (#873)
|
2024-07-27 17:10:51 +02:00 |
|
homarr-renovate[bot]
|
eba4052522
|
chore(deps): update dependency eslint to ^9.8.0 (#870)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-07-26 21:09:40 +00:00 |
|
homarr-renovate[bot]
|
47834d4288
|
chore(deps): update dependency typescript to ^5.5.4 (#857)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-07-22 23:24:14 +00:00 |
|
homarr-renovate[bot]
|
30669d23e3
|
fix(deps): update dependency @tabler/icons-react to ^3.11.0 (#818)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-07-16 11:48:26 +00:00 |
|
homarr-renovate[bot]
|
fe5af9231e
|
fix(deps): update mantine monorepo to ^7.11.2 (#808)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-07-13 15:33:24 +00:00 |
|
homarr-renovate[bot]
|
7d61baad03
|
chore(deps): update dependency eslint to ^9.7.0 (#786)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-07-12 21:10:47 +00:00 |
|
homarr-renovate[bot]
|
99175feda4
|
fix(deps): update nextjs monorepo to ^14.2.5 (#779)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-07-10 15:27:39 +00:00 |
|
homarr-renovate[bot]
|
bf70143cca
|
fix(deps): update dependency @tabler/icons-react to ^3.10.0 (#769)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-07-09 11:22:21 +00:00 |
|
Meier Lukas
|
3214d889fa
|
refactor: add color initials to avatar, improve usage of user avatar (#753)
|
2024-07-08 00:00:54 +02:00 |
|
homarr-renovate[bot]
|
75e5a6c42f
|
fix(deps): update dependency @tabler/icons-react to ^3.9.0 (#745)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-07-04 20:10:12 +00:00 |
|
homarr-renovate[bot]
|
e12531cccc
|
fix(deps): update dependency @tabler/icons-react to ^3.8.0 (#737)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-07-02 21:23:14 +00:00 |
|
homarr-renovate[bot]
|
60c0cfa911
|
fix(deps): update mantine monorepo to ^7.11.1 (#735)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-07-02 11:21:36 +00:00 |
|
homarr-renovate[bot]
|
0ac123b59f
|
chore(deps): update dependency typescript to ^5.5.3 (#733)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-07-01 19:09:01 +00:00 |
|
homarr-renovate[bot]
|
e057affddf
|
chore(deps): update dependency eslint to ^9.6.0 (#722)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-06-28 17:48:14 +00:00 |
|
homarr-renovate[bot]
|
52e936f979
|
fix(deps): update mantine monorepo to ^7.11.0 (#719)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-06-26 17:08:53 +00:00 |
|
homarr-renovate[bot]
|
6a3a8465e7
|
fix(deps): update dependency @tabler/icons-react to ^3.7.0 (#715)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-06-25 15:48:11 +00:00 |
|
homarr-renovate[bot]
|
d5f4bd0aab
|
chore(deps): update dependency typescript to ^5.5.2 (#697)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-06-20 18:13:25 +00:00 |
|
homarr-renovate[bot]
|
8b4cc5b994
|
chore(deps): update dependency eslint to ^9.5.0 (#668)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-06-14 19:48:24 +00:00 |
|
homarr-renovate[bot]
|
e4c6864a94
|
fix(deps): update dependency @tabler/icons-react to ^3.6.0 (#664)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-06-13 20:48:14 +00:00 |
|
homarr-renovate[bot]
|
4e9593b859
|
fix(deps): update mantine monorepo to ^7.10.2 (#662)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
|
2024-06-13 09:26:34 +00:00 |
|