Meier Lukas
022fad92a9
fix: empty wrappers without items should not be visible in view mode ( #1026 )
2024-08-25 11:38:05 +02: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]
8779b7d607
fix(deps): update tanstack-query monorepo to ^5.52.1 ( #1013 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-08-22 17:09:49 +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
homarr-renovate[bot]
34374e9a18
chore(deps): update dependency @types/react to ^18.3.4 ( #1003 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-08-20 20:48:42 +00:00
homarr-renovate[bot]
432af79055
fix(deps): update tanstack-query monorepo to ^5.52.0 ( #1002 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-08-20 19:33:58 +00:00
homarr-renovate[bot]
27d08baa2d
fix(deps): update dependency dayjs to ^1.11.13 ( #1001 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-08-20 19:21:08 +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]
9666440e80
fix(deps): update dependency undici to v6.19.8 ( #998 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-08-19 17:36:28 +00:00
homarr-renovate[bot]
33441d11ac
chore(deps): update dependency @types/node to ^20.16.1 ( #995 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-08-19 13:37:43 +00:00
homarr-renovate[bot]
2f77be8045
fix(deps): update tanstack-query monorepo to ^5.51.24 ( #997 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-08-19 13:30:11 +00:00
homarr-renovate[bot]
0883173d7b
chore(deps): update dependency @types/node to ^20.16.0 ( #993 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-08-18 10:29:28 +00:00
Meier Lukas
7521ef0519
feat: add hotkeys ( #986 )
2024-08-18 12:07:00 +02:00
homarr-renovate[bot]
3eb90968ac
fix(deps): update dependency chroma-js to v3 ( #992 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-08-18 11:45:32 +02:00
Meier Lukas
c5894136f6
refactor: remove item import for now ( #985 )
2024-08-16 22:49:56 +02:00
homarr-renovate[bot]
17b29620fd
chore(deps): update dependency @types/node to ^20.15.0 ( #989 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-08-16 18:33:10 +00:00
homarr-renovate[bot]
9d62fb42c4
fix(deps): update dependency jotai to ^2.9.3 ( #969 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-08-13 03:11:47 +00: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
Meier Lukas
f8c9ae67f8
wip: add modal to move items on board ( #927 )
2024-08-10 22:58:48 +02:00
Meier Lukas
bc886d9476
feat: add collapse to login screen with cli command for password reset ( #963 )
...
* feat: add collapse to login screen with cli command for password reset
* refactor: add translations
2024-08-10 15:54:43 +02:00
Meier Lukas
9ce172e78a
feat: add dynamic section ( #842 )
...
* chore: add parent_section_id and change position to x and y_offset for sqlite section table
* chore: rename existing positions to x_offset and y_offset
* chore: add related mysql migration
* chore: add missing height and width to section table
* fix: missing width and height in migration copy script
* fix: typecheck issues
* fix: test not working caused by unsimilar schemas
* wip: add dynamic section
* refactor: improve structure of gridstack sections
* feat: add rendering of dynamic sections
* feat: add saving of moved sections
* wip: add static row count, restrict min-width and height
* chore: address pull request feedback
* fix: format issues
* fix: size calculation within dynamic sections
* fix: on resize not called when min width or height is reached
* fix: size of items while dragging is to big
* chore: temporarly remove migration files
* chore: readd migrations
* fix: format and deepsource issues
* chore: remove db_dev.sqlite file
* chore: add *.sqlite to .gitignore
* chore: address pull request feedback
* feat: add dynamic section actions for adding and removing them
2024-08-10 12:37:16 +02: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]
f6e551807f
chore(deps): update dependency @types/node to ^20.14.15 ( #958 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-08-09 18:33:11 +00:00
homarr-renovate[bot]
3be110097b
fix(deps): update dependency undici to v6.19.7 ( #950 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-08-09 17:32:51 +00:00
Meier Lukas
f327837d82
feat: add user setting for home board ( #956 )
2024-08-09 19:24:50 +02:00
Meier Lukas
13e09968d9
feat: add logout redirect url ( #954 )
...
* feat: add logout redirect url
* fix: format issue
2024-08-09 19:24:07 +02:00
Meier Lukas
fcb72e6716
feat: add column count and is public options to board creation modal ( #930 )
...
* feat: add column count and is public options to board creation modal
* test: adjust board creation test to match modified schema
2024-08-09 18:28:52 +02:00
Meier Lukas
349c49462f
fix: redirect url from login not working ( #952 )
2024-08-09 16:08:08 +02:00
Meier Lukas
6dafbaae48
feat: add session expiry ( #951 )
2024-08-09 15:59:00 +02: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
Meier Lukas
9258c397e0
fix: alert that certain fields in user settings are disabled is always shown ( #928 )
...
* fix: alert that certain fields in user settings are disabled is always shown
* fix: wrong inverted check
2024-08-08 20:38:17 +02:00
Meier Lukas
81946e50a9
feat: add duplication action for items ( #926 )
2024-08-08 20:37:41 +02:00
homarr-renovate[bot]
f9e2df085b
fix(deps): update tanstack-query monorepo to ^5.51.23 ( #936 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-08-08 17:07:53 +02:00
homarr-renovate[bot]
c2bf6779c0
fix(deps): update dependency jotai to ^2.9.2 ( #933 )
...
* fix(deps): update dependency jotai to ^2.9.2
* fix: lint issue
---------
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-08-08 07:04:17 +02:00
Meier Lukas
c4c4d41e4d
feat: add support for app url variables ( #915 )
...
* feat: add support for app url variables
* fix: test not working
* fix: format issue
2024-08-06 21:43:12 +02: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
ca1ecdf848
feat: add preview to icon picker ( #914 )
2024-08-04 21:20:21 +02:00
Meier Lukas
b53a2b6b78
feat: add refresh button to docker containers table ( #913 )
2024-08-04 21:19:31 +02:00
Meier Lukas
b8b084c188
fix: restrict access to docker containers page to admins ( #912 )
2024-08-04 21:19:16 +02:00
homarr-renovate[bot]
2a459dda20
fix(deps): update tanstack-query monorepo to ^5.51.21 ( #905 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-08-02 19:21:00 +00:00
homarr-renovate[bot]
afe2637f2d
chore(deps): update dependency @types/node to ^20.14.14 ( #902 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-08-02 08:48:37 +00:00
homarr-renovate[bot]
26615d80e7
fix(deps): update tanstack-query monorepo to ^5.51.18 ( #900 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-08-01 14:09:47 +00:00
homarr-renovate[bot]
5c73b54428
fix(deps): update tanstack-query monorepo to ^5.51.17 ( #899 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-08-01 13:35:52 +00:00
homarr-renovate[bot]
a9a46024e2
fix(deps): update dependency typescript-eslint to v8 ( #896 )
...
* fix(deps): update dependency typescript-eslint to v8
* fix: lint issues
* fix: more lint issues
---------
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-08-01 10:13:12 +02:00
homarr-renovate[bot]
5256853351
fix(deps): update dependency undici to v6.19.5 ( #893 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-31 10:49:18 +00:00
homarr-renovate[bot]
3a5f818e7c
fix(deps): update tanstack-query monorepo to ^5.51.16 ( #892 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-31 09:35:52 +00:00
homarr-renovate[bot]
15171dd5af
fix(deps): update dependency chroma-js to ^2.6.0 ( #891 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-30 23:21:24 +00:00
homarr-renovate[bot]
79cabe6580
fix(deps): update dependency chroma-js to ^2.5.0 ( #890 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-30 22:48:25 +00:00
homarr-renovate[bot]
e40d2d776f
chore(deps): update dependency @types/ws to ^8.5.12 ( #883 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-29 09:11:18 +00:00
homarr-renovate[bot]
851f5e486d
chore(deps): update dependency @types/node to ^20.14.13 ( #882 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-07-28 10:28:40 +00:00