Skip to content

Conversation

isstuev
Copy link
Collaborator

@isstuev isstuev commented Jul 14, 2025

Description and Related Issue(s)

resolves #2837

Checklist for PR author

  • I have tested these changes locally.
  • I added tests to cover any new functionality, following this guide
  • Whenever I fix a bug, I include a regression test to ensure that the bug does not reappear silently.
  • If I have added, changed, renamed, or removed an environment variable
    • I updated the list of environment variables in the documentation
    • I made the necessary changes to the validator script according to the guide
    • I added "ENVs" label to this pull request

@isstuev isstuev marked this pull request as ready for review July 29, 2025 14:18
@isstuev isstuev requested a review from tom2drum July 29, 2025 14:18
textStyle: 'lg',
fontWeight: 'semibold',
textStyle: 'heading.md',
lineHeight: '32px',
Copy link
Collaborator

Choose a reason for hiding this comment

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

I believe the line height should remain at the default value, but the minimum height for the header should be set. Additionally, there is no need to define the font weight here, as it is already specified in the typography settings.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

if I remove font weight property, the title gets 600 (semibold), and I can't find the cause of that problem

Comment on lines +107 to +110
onSubmit={ voidFn }
onFocus={ voidFn }
onHide={ voidFn }
onBlur={ voidFn }
Copy link
Collaborator

Choose a reason for hiding this comment

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

If we don't need these handlers in some scenarios, it might be better to make those props optional.

onClear={ handleClear }
onFormClick={ onTriggerClick }
value={ searchTerm }
mt={ -5 }
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we redefine the top padding of the drawer body instead of applying a negative margin here?

<DrawerFooter
borderTop="1px solid"
borderColor="border.divider"
bg="background.primary"
Copy link
Collaborator

Choose a reason for hiding this comment

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

What is the reason for changing the background here? It seems we don't have that token at the moment.

Comment on lines +18 to +20
const actionBar = document.querySelector('[data-testid="action-bar"]') ||
document.querySelector('[class*="ActionBar"]') ||
document.querySelector('[class*="action-bar"]');
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this code correct? I cannot find any occurrences of the ActionBar class name or the action-bar test ID.


// Check for TableHeaderSticky - it should not be stuck when at top
await page.waitForFunction(() => {
const stickyHeaders = document.querySelectorAll('[class*="TableHeaderSticky"]');
Copy link
Collaborator

Choose a reason for hiding this comment

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

Same comment here.
And not all table headers are stuck at the top of the page.

@tom2drum
Copy link
Collaborator

tom2drum commented Aug 1, 2025

Something wrong with overlay z-index
Screenshot 2025-08-01 at 3 14 51 PM

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.

Mobile UI: search (drawer)
2 participants