homarr-renovate[bot]
70f34efd53
fix(deps): update dependency next-auth to v5.0.0-beta.15 ( #167 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-03-04 21:32:40 +01:00
homarr-renovate[bot]
50fd4c17ad
fix(deps): update dependency @auth/drizzle-adapter to ^0.8.0 ( #170 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-03-04 21:28:30 +01:00
homarr-renovate[bot]
aa19139cf7
fix(deps): update dependency @auth/core to ^0.28.0 ( #169 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-03-04 21:24:13 +01:00
homarr-renovate[bot]
8c0534f54c
fix(deps): update mantine monorepo to ^7.6.1 ( #157 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-03-04 21:15:43 +01:00
homarr-renovate[bot]
fde6d6601d
fix(deps): update dependency winston to v3.12.0 ( #188 )
...
* fix(deps): update dependency winston to v3.12.0
* fix: lockfile broken
---------
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-03-04 21:09:29 +01:00
Manuel
9440d04261
feat: add nestjs app ( #172 )
2024-03-03 21:07:27 +01:00
Meier Lukas
bb02163e25
feat: board settings ( #137 )
...
* refactor: improve user feedback for general board settings section
* wip: add board settings for background and colors, move danger zone to own file, refactor code
* feat: add shade selector
* feat: add slider for opacity
* fix: issue with invalid hex values for color preview
* refactor: add shared mutation hook for saving partial board settings with invalidate query
* fix: add cleanup for not applied changes to logo and page title
* feat: add layout settings
* feat: add empty custom css section to board settings
* refactor: improve layout of board logo on mobile
* feat: add theme provider for board colors
* refactor: add auto contrast for better contrast of buttons with low primary shade
* feat: add background for boards
* feat: add opacity for boards
* feat: add rename board
* feat: add visibility and delete of board settings
* fix: issue that wrong data is updated with update board method
* refactor: improve danger zone button placement for mobile
* fix: board not revalidated when already in boards layout
* refactor: improve board color preview
* refactor: change save button color to teal, add placeholders for general board settings
* chore: update initial migration
* refactor: remove unnecessary div
* chore: address pull request feedback
* fix: ci issues
* fix: deepsource issues
* chore: address pull request feedback
* fix: formatting issue
* chore: address pull request feedback
2024-03-03 16:01:32 +01:00
Manuel
2a83df3485
feat: use password input ( #163 )
...
* feat: use password input
* chore: address pull request feedback
* fix: typo in function name
* fix: deepsource issues
---------
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-03-02 17:46:03 +01:00
homarr-renovate[bot]
b407f2a9ac
fix(deps): update nextjs monorepo to ^14.1.1 ( #147 )
...
* fix(deps): update nextjs monorepo to ^14.1.1
* 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-03-02 15:37:40 +01:00
homarr-renovate[bot]
baa541afa9
fix(deps): update dependency better-sqlite3 to ^9.4.3 ( #118 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-03-02 15:28:02 +01:00
Manuel
c6c8778397
feat: add password input field ( #160 )
2024-02-27 21:53:53 +01:00
homarr-renovate[bot]
e74a41165d
chore(deps): update dependency eslint to ^8.57.0 ( #154 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-02-27 21:19:06 +01:00
homarr-renovate[bot]
f211ffbf78
fix(deps): update dependency mantine-react-table to v2.0.0-beta.0 ( #149 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-02-27 20:53:06 +01:00
homarr-renovate[bot]
4cf505f0c5
fix(deps): update dependency drizzle-orm to ^0.29.4 ( #150 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-02-27 20:43:40 +01:00
Meier Lukas
b2cee8f693
fix: next auth host not trusted ( #144 )
2024-02-23 17:15:24 +01:00
Manuel
60dec6e3be
feat: add 404 page ( #145 )
2024-02-21 21:24:33 +01:00
homarr-renovate[bot]
4d011364bf
fix(deps): update dependency next to ^14.1.1-canary.63 ( #146 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-02-20 21:33:40 +01:00
Meier Lukas
3d50f8165f
feat: add winston logger ( #143 )
...
* feat: add winston logger
* refactor: improve usage of winston logger overide, remove start.js file and logger.js file used for override
* fix: formatting
* fix: formatting
2024-02-20 21:28:27 +01:00
Manuel
b4749e7091
feat: add user management ( #134 )
2024-02-20 21:18:47 +01:00
homarr-renovate[bot]
fde634d834
fix(deps): update dependency next to ^14.1.1-canary.62 ( #140 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-02-20 20:15:25 +01:00
homarr-renovate[bot]
64194c51ed
fix(deps): update dependency next-auth to v5.0.0-beta.13 ( #108 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-02-20 20:08:11 +01:00
homarr-renovate[bot]
6a02afbfe2
fix(deps): update dependency next to ^14.1.1-canary.61 ( #138 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-02-19 06:31:42 +01:00
homarr-renovate[bot]
4565f38bef
fix(deps): update dependency mantine-modal-manager to ^7.5.3 ( #132 )
...
* fix(deps): update dependency mantine-modal-manager to ^7.5.3
* fix: formatting issue
---------
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-02-18 22:03:38 +01:00
Manuel
e3e38e7f44
feat: add create board modal ( #131 )
2024-02-18 15:44:49 +01:00
Meier Lukas
f1aa422614
feat: add support for multiple integration kind options ( #127 )
...
* feat: add support for multiple integration kind options
* fix: deepsource issue JS-0417 missing use callback
2024-02-18 14:24:07 +01:00
homarr-renovate[bot]
4f911c4f56
fix(deps): update dependency next to ^14.1.1-canary.59 ( #121 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-02-18 08:50:26 +01:00
Meier Lukas
d5025da789
Add search spotlight with registration hook ( #82 )
...
* wip: add spotlight
* feat: add spotlight with registration hook and group chips
* chore: address pull request feedback
* docs: add documentation for usage of spotlight actions
* fix: deepsource issue JS-0415
* feat: add support for dependencies of spotlight actions
* fix: lockfile broken
* feat: add hover effect for spotlight action
* docs: Add documentation about dependency array
* refactor: remove test spotlight actions, disallow all as group for actions
* fix: type issues
* chore: address pull request feedback
2024-02-17 14:11:23 +01:00
homarr-renovate[bot]
71521c0768
fix(deps)!: update tanstack-query monorepo ( #126 )
...
* fix(deps): update tanstack-query monorepo to ^5.21.2
* fix(deps): update tanstack-query monorepo
* fix: type issue with transformer
* fix: issues with next-auth, updated to next canary
* chore: fix type issue in trpc route
* chore: fix formatting
---------
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-02-17 12:52:25 +01:00
homarr-renovate[bot]
35edfc74c4
fix(deps): update mantine monorepo to ^7.5.3 ( #97 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-02-16 22:49:45 +01:00
homarr-renovate[bot]
6c5e4752ea
fix(deps): update dependency @auth/core to ^0.27.0 ( #89 )
...
* fix(deps): update dependency @auth/core to ^0.27.0
* fix: lockfile broken
---------
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-02-15 20:39:55 +01:00
homarr-renovate[bot]
11393525d9
fix(deps): update dependency @auth/drizzle-adapter to ^0.7.0 ( #90 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-02-15 20:28:21 +01:00
homarr-renovate[bot]
336dc38b2d
fix(deps): update dependency next-auth to v5.0.0-beta.11 ( #91 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-02-15 20:23:57 +01:00
homarr-renovate[bot]
34f06e817d
fix(deps): update dependency better-sqlite3 to ^9.4.1 ( #83 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-02-11 09:37:37 +01:00
Manuel
08fa338abb
feat: add user avatar menu ( #80 )
2024-02-10 23:14:02 +01:00
Meier Lukas
16442bc379
feat: add support for should hide option i widget edit modal ( #78 )
2024-02-10 19:11:40 +01:00
Meier Lukas
f070a0cb0a
test: add initial unit tests ( #56 )
...
* chore: add initial db migration
* test: add unit tests for packages auth, common, widgets
* fix: deep source issues
* fix: format issues
* wip: add unit tests for api routers
* fix: deep source issues
* test: add missing unit tests for integration router
* wip: board tests
* test: add unit tests for board router
* fix: remove unnecessary null assertions
* fix: deepsource issues
* fix: formatting
* fix: pnpm lock
* fix: lint and typecheck issues
* chore: address pull request feedback
* fix: non-null assertions
* fix: lockfile broken
2024-02-10 19:00:08 +01:00
homarr-renovate[bot]
60d5ebbc11
fix(deps): update dependency next-international to ^1.2.4 ( #76 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-02-10 11:27:31 +01:00
Manuel
5ef79edc1a
feat: add boards management page ( #55 )
2024-02-09 22:20:28 +01:00
homarr-renovate[bot]
81e61b4d6b
fix(deps): update mantine monorepo to ^7.5.2 ( #71 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-02-09 22:05:39 +01:00
deepsource-autofix[bot]
a4f6a7c16a
refactor: replace short hand type conversions with function calls ( #65 )
...
* refactor: replace short hand type conversions with function calls
Prefer using explicit casts by calling `Number`, `Boolean`, or `String` over using operators like `+`, `!!` or `"" +`. This is considered best practice as it improves readability.
* fix: formatting
---------
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-02-08 20:06:57 +01:00
homarr-renovate[bot]
11d1568714
fix(deps): update dependency @t3-oss/env-nextjs to ^0.9.2 ( #69 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-02-08 20:05:09 +01:00
homarr-renovate[bot]
15f08011a6
fix(deps): update dependency prettier to ^3.2.5 ( #53 )
...
* fix(deps): update dependency prettier to ^3.2.5
* fix: formatting
* fix: formatting
* fix: formatting
---------
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-02-08 19:58:56 +01:00
Meier Lukas
975f9123dd
feat: add widget server loader ( #16 )
...
* wip: Add gridstack board
* wip: Centralize board pages, Add board settings page
* fix: remove cyclic dependency and rename widget-sort to kind
* improve: Add header actions as parallel route
* feat: add item select modal, add category edit modal,
* feat: add edit item modal
* feat: add remove item modal
* wip: add category actions
* feat: add saving of board, wip: add app widget
* Merge branch 'main' into add-board
* chore: update turbo dependencies
* chore: update mantine dependencies
* chore: fix typescript errors, lint and format
* feat: add confirm modal to category removal, move items of removed category to above wrapper
* feat: remove app widget to continue in another branch
* feat: add loading spinner until board is initialized
* fix: issue with cellheight of gridstack items
* feat: add translations for board
* fix: issue with translation for settings page
* feat: add widget server loader
* fix: typing issue
* chore: address pull request feedback
* fix: formatting
2024-02-08 07:00:00 +01:00
homarr-renovate[bot]
cc52c2ba78
fix(deps): update dependency next-auth to v5.0.0-beta.9 ( #68 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-02-08 06:48:19 +01:00
Tagaishi
55ec60041a
fix: Remove version override ( #67 )
...
* 🐛 remove version override
* fix: configuration userid error
2024-02-07 21:24:50 +01:00
homarr-renovate[bot]
6797cca259
fix(deps): update dependency @auth/drizzle-adapter to ^0.6.3 ( #52 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-02-07 20:54:51 +01:00
homarr-renovate[bot]
5cbd02b142
fix(deps): update dependency @auth/core to ^0.26.3 ( #54 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-02-07 20:45:29 +01:00
homarr-renovate[bot]
544a6d9926
fix(deps): update dependency next-auth to v5.0.0-beta.8 ( #60 )
...
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-02-06 21:52:11 +01:00
Meier Lukas
ae12f0c9df
test: add vitest for unit tests ( #50 )
...
* feat: add vitest for unit tests
* chore: address pull request feedback
* test: add unit test code quality workflow
2024-02-04 09:47:23 +01:00
Manuel
dadfc0c5d7
fix(deps): update nextjs monorepo to ^14.1.0 ( #38 )
...
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com >
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-02-04 09:05:59 +01:00