-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: added bordercolor option for dynamic section #2334
Conversation
Here's the code health analysis summary for commits Analysis Summary
|
Hey
parseSection({
...section,
options: superjson.parse(section.options),
collapsed: collapseStates.at(0)?.collapsed ?? false,
items: section.items.map(({ integrations: itemIntegrations, ...item }) => ({
...item,
integrationIds: itemIntegrations.map((item) => item.integration.id),
advancedOptions: superjson.parse<BoardItemAdvancedOptions>(item.advancedOptions),
options: superjson.parse<Record<string, unknown>>(item.options),
})),
}), |
I'll take a look at it tomorrow, will fix the merge conflicts and the commits that are misleading in the current state because of my force push |
apps/nextjs/src/components/board/sections/dynamic/dynamic-actions.ts
Outdated
Show resolved
Hide resolved
@manuel-rw Thank you for reviewing the PR. Most of the changes you requested weren't commited by me, they were already commited in |
Sorry, I didn't see that you weren't the author. You're correct, there are lots of other commits included: https://github.com/homarr-labs/homarr/pull/2334/commits See https://www.atlassian.com/de/git/tutorials/merging-vs-rebasing and this image: I will have to check with @Meierschlumpf how we can fix this. We'll likely have to cherry pick and force push this branch. This means you'll have to delete your branch and re-pull once this is done. I'll let you know. |
Sorry for any inconveniences. |
Okay I fixed it and removed the migrations. So you'll need to add them again 😄 |
Is this good? |
The sqlite migration is missing |
Thanks for the feedback! Will start working on requests. |
I have implemented the requested changes. It seems there has been some changes with how |
Before you do it:
You can use
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is going in a very good direction, thank you for the effort so far ❤️
apps/nextjs/src/components/board/sections/dynamic/dynamic-actions.ts
Outdated
Show resolved
Hide resolved
apps/nextjs/src/components/board/sections/dynamic/dynamic-actions.ts
Outdated
Show resolved
Hide resolved
apps/nextjs/src/components/board/sections/dynamic/dynamic-edit-modal.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work, only 2 small things remaining 😄
apps/nextjs/src/components/board/sections/dynamic/dynamic-actions.ts
Outdated
Show resolved
Hide resolved
Fix the typecheck issues and then it's okay from my side |
apps/nextjs/src/components/board/sections/dynamic/actions/add-dynamic-section.ts
Show resolved
Hide resolved
@manuel-rw can you take a quick look at this as well? |
That is really strange. Let me test it real quick Edit: I am also getting the bug. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just minor details, looks good otherwise
Homarr
Thank you for your contribution. Please ensure that your pull request meets the following pull request:
pnpm buid
, autofix withpnpm format:fix
)dev
branchx
,y
,i
or any abbrevation)closes #2235