feat: ExperienceCard stack field and Card subcomponent layout

This commit is contained in:
Ilia Mashkov
2026-05-18 12:39:41 +03:00
parent 543020f85c
commit 782c619a91
5 changed files with 36 additions and 13 deletions
+4
View File
@@ -77,6 +77,10 @@ export type ExperienceRecord = BaseRecord & {
* Rich text description of responsibilities and achievements
*/
description: string;
/**
* Technologies used during this role
*/
stack: string[];
/**
* Sorting weight for chronological display
*/