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

OUT-445 The font for the client home page in the client portal does not reflect the font selected in the IU's customization setting #70

Merged
merged 5 commits into from
Jun 18, 2024

Conversation

aatbip
Copy link
Contributor

@aatbip aatbip commented Jun 18, 2024

Task/Ticket

The font for the client home page in the client portal does not reflect the font selected in the IU's customization setting

The main changes are

  • Adds dynamic font by fetching workspace details in the client-preview page
  • Removes + from fonts with multiple words while initializing the font in the style
  • Adds dynamic font style to notification widget and modal

fix:removes + from fonts with multiple words
@aatbip aatbip added the bug Something isn't working label Jun 18, 2024
@aatbip aatbip self-assigned this Jun 18, 2024
Copy link

vercel bot commented Jun 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
client-home ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 18, 2024 11:17am

@aatbip aatbip requested review from rrojan and sazanrjb June 18, 2024 05:29
@@ -50,6 +50,8 @@ export const NotificationWidget = () => {
return Number(taskCount) > 0
}, [appState?.appState.displayTasks, appState?.appState.readOnly, taskCount])

console.log('from notif widget', appState?.appState.font.replaceAll('+', ' '))

Choose a reason for hiding this comment

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

.

@aatbip aatbip requested a review from saugatmaharjan June 18, 2024 11:17
@aatbip aatbip merged commit a02ff79 into main Jun 18, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants