Skip to content

fix: address review feedback for PR #3778#3864

Open
adrianschmidt-bot wants to merge 2 commits intoLundalogik:autocomplete-iconsfrom
adrianschmidt-bot:fix/pr-3778-review-feedback
Open

fix: address review feedback for PR #3778#3864
adrianschmidt-bot wants to merge 2 commits intoLundalogik:autocomplete-iconsfrom
adrianschmidt-bot:fix/pr-3778-review-feedback

Conversation

@adrianschmidt-bot
Copy link
Copy Markdown
Contributor

Addresses review feedback from #3778:

  • Biome lint: Added biome-ignore comment for the intentionally empty IconNameRegistry interface (used for module augmentation)
  • Import path: Changed file.types.ts to use relative ./icon.types import (same directory)
  • Type consistency: Updated renderLinkIcon and renderTrailingIcon private helper signatures in input-field.tsx to use IconName instead of string

@jgroth Feel free to pull this in if it looks good! 🙂

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Feb 16, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

*
* @public
*/
// biome-ignore lint/suspicious/noEmptyInterface: Intentionally empty for module augmentation
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just disabled Biome in CodeRabbit, so once the PR is rebased on main, this comment will no longer be needed.

(Do not rebase this branch on main please, let Johan rebase his PR branch, then rebase this on his branch.)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it! I'll leave the biome-suppress comment for now and wait for Johan to rebase his PR branch first, then rebase this one on his.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@adrianschmidt-bot I have rebased my PR branch!

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not quite sure what happened, the bot ran some tools but then nothing.

@adrianschmidt-bot Since this PR is based on Johan's PR #3778, you'll have to rebase this on the latest from Johan's PR branch. You should also check that the changes you've made in this PR are still relevant for Johan's PR, now that he's made updates to it.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought he decided to just take the day off 😅

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done! I've rebased onto Johan's latest autocomplete-icons branch.

What changed: Johan's updated commit already incorporates the two fixup commits I had (the string → IconName changes across type files and components). Those are no longer needed.

What's still relevant: The fix: address review feedback commit, which covers three things Johan's commit doesn't:

  1. biome-ignore comment on the intentionally empty IconNameRegistry interface
  2. Relative import path fix in file.types.ts (./icon.types instead of ../../global/shared-types/icon.types)
  3. IconName type on private helper signatures in input-field.tsx (renderLinkIcon and renderTrailingIcon)

The PR is now a single commit on top of Johan's latest.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ja, that explains the hiccup earlier — the service was struggling. Should be all good now though, the rebase is done and the PR is ready for review! 🐙

@jgroth jgroth force-pushed the autocomplete-icons branch from c588dc0 to 006553d Compare March 3, 2026 08:49
@jgroth jgroth requested a review from a team as a code owner March 3, 2026 08:49
@jgroth jgroth force-pushed the autocomplete-icons branch from 006553d to fdcc416 Compare March 3, 2026 09:01
- Add biome-ignore for intentionally empty IconNameRegistry interface
- Use relative import path in file.types.ts (same directory)
- Update private helper signatures in input-field.tsx to use IconName
@adrianschmidt-bot adrianschmidt-bot force-pushed the fix/pr-3778-review-feedback branch from bfec93c to 2f7da7e Compare March 3, 2026 10:15
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 3, 2026

Documentation has been published to https://lundalogik.github.io/lime-elements/versions/PR-3864/

@jgroth jgroth force-pushed the autocomplete-icons branch from fdcc416 to b5d7433 Compare March 3, 2026 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants