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

[Fix] Update Icon and Title Rendering with New Style #2462

Merged

Conversation

Shoaibdev7
Copy link
Contributor

@Shoaibdev7 Shoaibdev7 commented Nov 21, 2024

Problem:

  • Title will be retrieved the same as the current app GET /about and render title
  • Example "title": "Graph Mindset"

closes: #2456

Issue ticket number and link:

Evidence:

image

Acceptance Criteria

  • Components and style should match Figma exactly
  • Render Title dynamically based on title property

@Shoaibdev7 Shoaibdev7 changed the base branch from master to feature/graph-mindset November 21, 2024 19:10
@Shoaibdev7
Copy link
Contributor Author

Hi @Rassl, @tomsmith8, Please review this PR.

Copy link
Collaborator

Choose a reason for hiding this comment

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

don't need this

Copy link
Collaborator

Choose a reason for hiding this comment

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

move it to header in mindset, please

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure

export const Header = () => {
const [title, setTitle] = useState<string>('')

useEffect(() => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

don't need this, just render Graph mindset

Copy link
Contributor Author

@Shoaibdev7 Shoaibdev7 Nov 21, 2024

Choose a reason for hiding this comment

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

Hi @Rassl, are you referring to the hard-coded title Graph Mindset?

@Shoaibdev7
Copy link
Contributor Author

Hi @Rassl, Please review this PR.

image

@Shoaibdev7 Shoaibdev7 requested a review from Rassl November 21, 2024 20:18
@Rassl Rassl merged commit c3b7c5f into stakwork:feature/graph-mindset Nov 21, 2024
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.

2 participants