Skip to content

Conversation

@dailydotdevbot
Copy link
Contributor

@dailydotdevbot dailydotdevbot commented Jan 27, 2026

Summary

This PR merges the separate "Stack" and "Tools" profile sections into a single unified "Stack & Tools" field. Users can now manage their technology stack and preferred tools from one centralized location in their profile.

Changes

  • Updated ProfileUserStack component:
    • Renamed title from "Stack" to "Stack & Tools"
    • Added tool categories (Development, Design, etc.) to SECTION_ORDER
    • Updated empty state text to reflect the merged functionality
  • Removed standalone tools components:
    • ProfileUserTools
    • UserToolItem
    • UserToolModal
    • UserToolSection
  • Consolidated GraphQL types:
    • Moved DatasetTool type to userStack.ts
    • Removed userTool.ts GraphQL module
  • Removed useUserTools hook
  • Updated imports in useToolSearch and useStackSearch to use consolidated module
  • Removed ProfileUserTools from user profile page

Closes ENG-470


Created by Huginn 🐦‍⬛

Preview domain

https://eng-470-merge-profile-stack-and.preview.app.daily.dev

dailydotdevbot and others added 2 commits January 27, 2026 14:10
- Update ProfileUserStack title from "Stack" to "Stack & Tools"
- Add tool categories (Development, Design, etc.) to SECTION_ORDER
- Update empty state text to "Share your stack & tools with the community"
- Remove ProfileUserTools component and import from profile page
- Remove tools components directory (ProfileUserTools, UserToolItem, etc.)
- Remove userTool.ts GraphQL client (move DatasetTool to userStack.ts)
- Remove useUserTools.ts hook
- Update useToolSearch.ts to import from userStack.ts

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
After removing userTool.ts as part of the stack/tools merge, some files
still imported from it. This updates the imports to use the consolidated
userStack.ts module.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Jan 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
daily-webapp Ready Ready Preview Jan 27, 2026 5:55pm
1 Skipped Deployment
Project Deployment Review Updated (UTC)
storybook Ignored Ignored Jan 27, 2026 5:55pm

Request Review

@rebelchris rebelchris merged commit 91cfa74 into main Jan 27, 2026
4 of 7 checks passed
@rebelchris rebelchris deleted the eng-470-merge-profile-stack-and-tools-into-single-field branch January 27, 2026 17:51
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