Skip to content

[Users Table]: Uncenter dropdown options #13697

@nucleogenesis

Description

@nucleogenesis

This issue is not open for contribution. Visit Contributing guidelines to learn about the contributing process and how to find suitable issues.

Description

Initially reported by @ozer550 and @AlexVelezLl at today's UX bash.

After further investigation, @AlexVelezLl identified this as the cause.

There, we:
import tippy from 'tippy.js'
But Alex astutely pointed out that in KDS we:
import tippy from 'tippy.js/umd'
which results in there not being any styles imported.

Unfortunately, updating the import and not importing those styles breaks the onboarding tour 😢

So - we need to identify the best path forward for avoiding regressions in both cases. Noting that if there is some difficulty in fixing the onboarding tour we will favor fixing the dropdowns first.

Acceptance criteria

Investigate if the onboarding tour's styles can be fixed relatively simply after updating the import to include the /umd.

  • Avoid regressions in the onboarding tour
  • Text should be left justified (in ltr language) and right justified in rtl languages in the dropdown shown above.
  • Fix Facility > Users > Options Dropdown
  • Fix Facility > Users > Users Table> Single-user > Options Dropdown

Metadata

Metadata

Labels

P0 - criticalPriority: Release blocker or regressionbugBehavior is wrong or broken

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions