Skip to content

feat(ktl-3977): added new case studies#5369

Merged
berezinant merged 8 commits intomasterfrom
ktl-3977-add-case-studies
Feb 13, 2026
Merged

feat(ktl-3977): added new case studies#5369
berezinant merged 8 commits intomasterfrom
ktl-3977-add-case-studies

Conversation

@berezinant
Copy link
Contributor

No description provided.

@berezinant berezinant force-pushed the ktl-3977-add-case-studies branch 2 times, most recently from 232ea92 to 4b65823 Compare February 12, 2026 12:31
@berezinant berezinant marked this pull request as ready for review February 12, 2026 12:31
display: flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
}

/* visual compensation */
Copy link
Contributor Author

Choose a reason for hiding this comment

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

not needed anymore as we updated the icon in the set

@berezinant berezinant force-pushed the ktl-3977-add-case-studies branch from 4b65823 to 7fac559 Compare February 12, 2026 13:08
Copy link
Collaborator

@nikpachoo nikpachoo left a comment

Choose a reason for hiding this comment

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

🚀

@berezinant berezinant force-pushed the ktl-3977-add-case-studies branch from 7fac559 to 94ff5b0 Compare February 13, 2026 11:18
}
}
};
return <MD2Markdown
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@zoobestik I made some changes on md2html — now links have resc style. Should not be a breaking change but just in case I mentioned it

{item.platforms.map((platform) =>
<PlatformIcon key={platform} platform={platform} />
{item.platforms?.map((platform) =>
<TechnologyIcon key={platform} type="platform" value={platform} />
Copy link
Collaborator

@zoobestik zoobestik Feb 13, 2026

Choose a reason for hiding this comment

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

It isn't clear to me why

   <TechnologyIcon type="platform" value={platform} />
   <TechnologyIcon type="framework" value={framework} />

is better than

   <PlatformIcon key={platform} value={platform} />
   <FrameworkIcon key={framework} value={framework} />

?

I mean, I saw that they have shared styles, but you still add a wrapper:
{type === 'platform' ? getPlatformIcon(value) : getFrameworkIcon(value)}

You can use another way to eliminate duplication without an extra wrapper.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yep, the idea was not to duplicate styles. I made some changes and now it looks simpler

@zoobestik zoobestik self-requested a review February 13, 2026 12:31
@berezinant berezinant force-pushed the ktl-3977-add-case-studies branch from 94ff5b0 to 97620c9 Compare February 13, 2026 13:27
@berezinant berezinant merged commit 8811bf6 into master Feb 13, 2026
5 checks passed
@berezinant berezinant deleted the ktl-3977-add-case-studies branch February 13, 2026 15:19
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.

4 participants