Open BSFishy opened 1 year ago
Initial high-level observations:
flot_charts
usage in vis_type_timeline
should be migrated to vega lite, and then flot_charts
removed from https://github.com/opensearch-project/OpenSearch-Dashboards/tree/main/packages/osd-ui-shared-deps. We should also spend some time better understanding the way osd-ui-shared-deps
loads OUI theming files and assets.body
). Mitigating this component will be useful in honing our strategy for visualization styling where we often need the explicit, calculated style values.data
, expressions
, vis_type_timeseries
), update with guidance to prioritize mitigating typographic styles. (What about monaco code editor default styling - do we need that in OUI? https://github.com/opensearch-project/OpenSearch-Dashboards/blob/cb273364086057b542a55d2bbe28631313a22df9/src/plugins/opensearch_dashboards_react/public/code_editor/README.md)opensearch_dashboards_react
tracking issue. Need to better research usage to provide UX with proper context.Will re-organize and re-format soon.
Breakout issue of #4239. Audit specific places where typography terms are used:
font-family
,font-size
,font-weight
,font-style
,line-height
.Result were gotten with this script: https://gist.github.com/BSFishy/6097fe241cc24f68b02bff2362df0b06
Results gist: https://gist.github.com/BSFishy/e440dabadc2a581ce349197520351946 (the results are huge and won't fit in a comment)