Meier Lukas
dff6cb9d31
feat(settings): add simple-ping settings ( #2118 )
2025-02-07 22:10:35 +01:00
Meier Lukas
92f70f5a03
feat(user): add search in new tab preference ( #2125 )
2025-01-26 22:37:48 +01:00
Meier Lukas
1fd3fd8dfb
refactor: env validation typescript and common package ( #1912 )
2025-01-14 19:03:38 +01:00
Meier Lukas
d98552540a
fix(deps): update nextjs monorepo to v15 (major) ( #1844 )
2025-01-04 19:47:23 +01:00
Meier Lukas
c840ff85bc
feat: add context specific search and actions ( #1570 )
2024-12-06 19:07:27 +01:00
Meier Lukas
0ff7c8903b
feat: add support for all languages from old homarr ( #1394 )
...
* feat: add support for all languages from old homarr
* fix: add mantine-react-table translations, remove arabic language
* refactor: change translations to json for better crowdin support
* fix: issues with loading dayjs and mantine-react-table translations
* chore: add additional translations with variables
* fix: format and deepsource issues
* fix: test failing because of missing coverage exclusions
* fix: format issues
* fix: format issue
2024-11-03 00:11:27 +01:00
Meier Lukas
326b769c23
feat: add server settings for default board, default color scheme and default locale ( #1373 )
...
* feat: add server settings for default board, default color scheme and default locale
* chore: address pull request feedback
* test: adjust unit tests to match requirements
* fix: deepsource issue
* chore: add deepsource as dependency to translation library
* refactor: restructure language-combobox, adjust default locale for next-intl
* chore: change cookie keys prefix from homarr- to homarr.
2024-11-02 21:15:46 +01:00
Meier Lukas
4502569223
refactor: move from next-international to next-intl ( #1368 )
...
* refactor: move from next-international to next-intl
* refactor: restructure translation package,
* chore: change i18n-allay framework to next-intl
* fix: add missing bold html tag to translation
* fix: format issue
* fix: address deepsource issues
* fix: remove international-types dependency
* fix: lint and typecheck issues
* fix: typecheck issue
* fix: typecheck issue
* fix: issue with translations
2024-10-26 22:46:14 +02:00
Meier Lukas
0df7cb5c25
feat: improve metadata ( #1308 )
2024-10-17 12:38:38 +02:00
Meier Lukas
cd77acdfab
fix: prevent flickering by removing auto color scheme and default background color ( #1299 )
...
* fix: prevent flickering by removing auto color scheme and default background color
* fix: typecheck issue
2024-10-16 21:44:53 +02:00
Meier Lukas
770768eb21
fix: rtl common translation unnecessary ( #1246 )
...
* fix: rtl common translation unnecessary
* fix: format issue
2024-10-05 16:31:15 +02:00
Meier Lukas
8f7ed056c4
fix: issue with color scheme in layout ( #1168 )
...
* fix: issue with color scheme in layout
* test: add and adjust unit tests for sign-in-callback
2024-09-26 19:02:45 +02:00
Manuel
19cd41a8e5
feat: add crawling settings ( #959 )
...
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-09-06 22:51:18 +02:00
Meier Lukas
b080e0de71
feat: add colorscheme to user in db ( #987 )
2024-09-01 20:37:52 +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
Manuel
15d9327d46
feat: add rss widget ( #760 )
...
Co-authored-by: SeDemal <demal.sebastien@bluewin.ch >
2024-07-27 18:11:29 +02:00
Manuel
7e64d39693
feat: add analytics ( #528 )
...
* feat: add analytics
* feat: send data to umami
* refactor: fix format
* fix: click behavior of switches
* refactor: format
* chore: rerun ci
---------
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-05-26 17:18:25 +02:00
Thomas Camlong
f1b1ec59ec
chore: update prettier configuration for print width ( #519 )
...
* feat: update prettier configuration for print width
* chore: apply code formatting to entire repository
* fix: remove build files
* fix: format issue
---------
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com >
2024-05-19 22:38:39 +02:00
Meier Lukas
5723295856
fix: mantine react table style issue ( #508 )
2024-05-17 21:42:45 +02:00
Meier Lukas
fba767bde3
fix: cache is not exportet from react ( #417 )
...
* fix: cache is not exportet from react
* fix: format issue
* fix: type issue
2024-05-01 21:17:28 +02:00
Meier Lukas
b78d32b81c
fix: nextjs is slow dev server ( #364 )
...
* fix: nextjs slow compile time
* fix: change optimized package imports and transpile packages
* fix: format issue
2024-04-25 22:06:15 +02:00
Meier Lukas
9ed298d641
refactor: improve board manage page ( #323 )
...
* refactor: improve board manage page
* chore: address pull request feedback
2024-04-13 12:42:03 +02:00
Meier Lukas
361700b239
feat: add board access settings ( #249 )
...
* wip: add board access settings
* wip: add user access control
* wip: add user access control
* feat: add user access control
* refactor: move away from mantine-modal-manager
* fix: ci issues and failing tests
* fix: lint issue
* fix: format issue
* fix: deepsource issues
* chore: address pull request feedback
2024-03-20 20:30:58 +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
homarr-renovate[bot]
e150577c7e
fix(deps): update tanstack-query monorepo to ^5.21.7 ( #133 )
...
* fix(deps): update tanstack-query monorepo to ^5.21.7
* fix: formatting issue
* 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:13:19 +01:00
Manuel
7d648600ee
config. replace logo ( #136 )
2024-02-18 21:53:51 +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
Meier Lukas
782897527f
feat: add widget preview pages ( #9 )
...
* feat: add widget definition system
* fix: wrong typecheck command in turbo generator
* chore: fix formatting
* feat: add widget preview page
* chore: fix formatting and type errors
* chore: fix from widget edit modal and remove some never casts
* chore: address pull request feedback
2024-01-02 15:36:59 +01:00
Meier Lukas
fa19966fcc
chore: restructure packages of the project ( #7 )
...
* chore: restructure validation package
* chore: move zod only to validation package
* chore: rename packages from alparr to homarr
* chore: move mantine core, dates and icons library to ui package, move most other mantine packages to seperate packages for further customization and centralization
* chore: fix formatting
* fix: wrong typecheck command in turbo generator
* chore: fix formatting
* chore: address pull request feedback
* chore: fix ci check issues
2024-01-02 14:18:37 +01:00
Meier Lukas
a082f70470
feat: add next-international translations ( #2 )
...
* feat: add next-international translations
* chore: fix formatting
* chore: address pull request feedback
2023-12-19 23:09:41 +01:00