Skip to content

feat(crafting): categorize recipes and mark owned equippables - #18

Merged
robertraf merged 1 commit into
masterfrom
feat/crafting-categories-owned-state
Mar 9, 2026
Merged

feat(crafting): categorize recipes and mark owned equippables#18
robertraf merged 1 commit into
masterfrom
feat/crafting-categories-owned-state

Conversation

@robertraf

@robertraf robertraf commented Mar 9, 2026

Copy link
Copy Markdown
Owner

This pull request introduces a major UI/UX improvement to the crafting table by organizing recipes into themed groups, visually distinguishing owned items, and enhancing accessibility and clarity for users. The changes include grouping recipes by item category, adding badges and styling for owned items, and updating localization files to support new labels.

Crafting Table UI improvements:

  • Recipes are now grouped by item type (material, tool, equipment, artifact) with headers and counts, making navigation easier and more intuitive for users. (src/components/CraftingTable.tsx, [1] [2]
  • Owned items are visually distinguished in the crafting table with a badge and special styling, and their craft buttons are disabled and labeled as "Already owned". (src/components/CraftingTable.tsx, [1] [2]; src/App.css, [3] [4] [5]

Styling enhancements:

  • New CSS classes added for crafting groups, group headers, owned recipe cards, owned badge, and disabled owned craft buttons for improved visual clarity and accessibility. (src/App.css, [1] [2] [3] [4]

Localization updates:

  • English and Spanish locale files updated to include new crafting category names, owned badge, and "Already owned" button label. (src/i18n/locales/en.json, [1]; src/i18n/locales/es.json, [2]

@github-actions

github-actions Bot commented Mar 9, 2026

Copy link
Copy Markdown

Preview deployment

URL https://pr-18.spacecraft-50l.pages.dev
Commit 33ddf08
Status Ready

Deployment updated on every push to this PR.

@robertraf robertraf changed the title feat: mejorar crafting con categorías y estado de objeto obtenido feat(crafting): categorize recipes and mark owned equippables Mar 9, 2026
@robertraf
robertraf merged commit 0d2bbb5 into master Mar 9, 2026
1 check passed
@robertraf
robertraf deleted the feat/crafting-categories-owned-state branch March 9, 2026 00:29
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.

1 participant