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

chore: changed smart routing page ui #2168

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

Muditbhatia12
Copy link
Contributor

@Muditbhatia12 Muditbhatia12 commented Jan 30, 2025

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

Changed smart routing page UI
Before
Smart Routing revamp before

After
smart routing revamp after
image

Motivation and Context

How did you test it?

Where to test it?

  • INTEG
  • SANDBOX
  • PROD

Checklist

  • I ran npm run re:build
  • I reviewed submitted code
  • I added unit tests for my changes where possible

@Muditbhatia12 Muditbhatia12 self-assigned this Jan 30, 2025
@Muditbhatia12 Muditbhatia12 requested a review from a team as a code owner January 30, 2025 07:18
Copy link

Review changes with  SemanticDiff

@Muditbhatia12 Muditbhatia12 added the S-waiting-on-review Status: This PR has been implemented and needs to be reviewed label Jan 30, 2025
@Muditbhatia12 Muditbhatia12 linked an issue Jan 30, 2025 that may be closed by this pull request
</RenderIf>
<div className="mt-6">
<div className="font-bold text-black my-2 text-lg">
{"Smart Routing Configurations"->React.string}
Copy link
Contributor

Choose a reason for hiding this comment

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

@Muditbhatia12 The text-size and text-color of all headings does not match, can you please fix that?

<TopLeftIcons routeType=value />
<TopRightIcons routeType=value />
</div>
<div className="flex w-full items-center flex-wrap justify-between " />
Copy link
Contributor

Choose a reason for hiding this comment

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

this div can be removed

@@ -1,13 +1,13 @@
open HistoryEntity
module HistoryTable = {
@react.component
let make = (~records, ~activeRoutingIds: array<string>) => {
let make = (~records, ~activeRoutingIds: array<string>, ~customTitle) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

can you give the default title=" ", because empty title throws error in this component

title="History"
hideTitle=true
title={customTitle}
hideTitle=false
Copy link
Contributor

Choose a reason for hiding this comment

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

can you make value of hideTitle conditional

@gitanjli525
Copy link
Contributor

gitanjli525 commented Jan 30, 2025

@Muditbhatia12 Verify the view in case of No rule is configured (check for a new account)
for me, profile name is not visible
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: This PR has been implemented and needs to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CHORE] Smart Routing Page Revamp
3 participants