Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create user welcome message for header #43

Closed
riddlew opened this issue May 30, 2023 · 0 comments · Fixed by CommunityFocus/cf-frontend#33
Closed

Create user welcome message for header #43

riddlew opened this issue May 30, 2023 · 0 comments · Fixed by CommunityFocus/cf-frontend#33
Assignees
Labels
100Devs - good first issue Good for newcomers frontend This issue involves changes made to the frontend small issue For issues that can be completed in under ~3 hours
Milestone

Comments

@riddlew
Copy link

riddlew commented May 30, 2023

What

The header component (which will be created in #45) needs a component to display the message "Hi, NAME!", where NAME is the user's name. Since we do not have username functionality implemented yet, you can use a placeholder of "NAME" for the user's name.

Please reference the Figma design at https://www.figma.com/file/aOxY6JeMesN7fq72tZsbD9/Untitled?type=design&t=ojy9KXiE1A3V8cHZ-0 for an idea of how this component will look (design subject to change). This component is located in the upper-right corner in the green header bar.

WelcomeMessage

Details

  • Component that creates an element that display's the message "Hi, NAME!".
    • Example:
      <WelcomeMessage />
      
      // result
      <span>Hello, NAME!</span>
  • No styling required as of right now, only the basic functionality.
  • No testing required as of right now, this will be handled in a separate issue.
@riddlew riddlew added 100Devs - good first issue Good for newcomers help wanted Issues that are ready to be assigned small issue For issues that can be completed in under ~3 hours labels May 30, 2023
@nmpereira nmpereira added this to the MVP milestone May 30, 2023
@nmpereira nmpereira removed the help wanted Issues that are ready to be assigned label May 31, 2023
@riddlew riddlew added the frontend This issue involves changes made to the frontend label May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
100Devs - good first issue Good for newcomers frontend This issue involves changes made to the frontend small issue For issues that can be completed in under ~3 hours
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants