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

[Enhancement] Configurable UI Style #134

Open
giranm opened this issue Jun 27, 2022 · 2 comments · Fixed by #469
Open

[Enhancement] Configurable UI Style #134

giranm opened this issue Jun 27, 2022 · 2 comments · Fixed by #469
Labels
enhancement New feature or request
Milestone

Comments

@giranm
Copy link
Owner

giranm commented Jun 27, 2022

Summary

We are using Bootstrap via react-bootstrap which powers the design of the PagerDuty Live Console UI.
Some users have also requested the ability to modify certain characteristics such as:

  • Dark Mode
  • Custom Colour Palette
  • Compact Table Rows

This ticket has been raised to track and investigate potential approaches to implementing some of the characteristics above.

@giranm giranm added the enhancement New feature or request label Jun 27, 2022
@giranm giranm added this to the Beta milestone Jun 27, 2022
@giranm giranm moved this to Todo in PagerDuty Live Jun 27, 2022
@giranm
Copy link
Owner Author

giranm commented Jun 30, 2022

The FixedSizeList component has a property called itemSize which determines the overall row height.

It is currently set to 60 px, but changing this to 45 provides a more compact view - perhaps this should be updated as the user updates UI preferences.

Default

Screenshot 2022-06-30 at 22 04 35

Compact Test

Screenshot 2022-06-30 at 22 05 33

@giranm
Copy link
Owner Author

giranm commented Oct 10, 2022

Requires completion of #200 and #298

@giranm giranm moved this from Todo to Triage in PagerDuty Live Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Triage
Development

Successfully merging a pull request may close this issue.

1 participant