Skip to content

Conversation

@AlexVOiceover
Copy link
Collaborator

Title

Header component with profile placeholder
Generic button component


TL;DR

Feel free to use this button.

  • text: string;
  • color?: string;
  • variant?: 'primary' | 'secondary' | 'outline';
  • size?: 'sm' | 'md' | 'lg';
  • disabled?: boolean;
  • type?: 'button' | 'submit' | 'reset';
  • onclick?: () => void;
  • class?: string;

Gallery

image

Changes

created files:
header
button

@AlexVOiceover AlexVOiceover requested a review from a team June 9, 2025 13:50
Copy link
Collaborator

@JasonWarrenUK JasonWarrenUK left a comment

Choose a reason for hiding this comment

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

iz nice

@JasonWarrenUK JasonWarrenUK merged commit 1414896 into main Jun 9, 2025
1 check passed
@JasonWarrenUK JasonWarrenUK deleted the header_component branch June 9, 2025 16:02
AlexVOiceover added a commit that referenced this pull request Nov 1, 2025
- Add !isInEmailView condition to completely hide email button instead of showing it disabled
- Simplify isDisabled logic to only check hasAnsweredQuestions
- Remove unnecessary tooltip text for email view state
- Update TESTING_ISSUES.md to mark Issue #14 as fixed
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