-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
UI Redesign #2110
UI Redesign #2110
Conversation
Looks great dude! |
Thanks @timkpaine @mhkeller looks like Re: the positioning of the button, there is now an optional header displayed even when the config panel is closed which removes this overlap. It can currently be enabled by giving the viewer a title: Screen.Recording.2023-02-21.at.9.26.24.PM.mov |
4ebae6b
to
4627c48
Compare
@GREEB Thanks for the feedback! This bug doesn't look related to this PR, as it repros on the current release 1.9.4. Also, while we want to fix Firefox bugs when they are reported, we don't currently have the capability to run automated tests against this browser and it is therefore not officially supported yet (Chrome only). There is some effort being put in to fix this (and an initial PR #2114). I've opened a bug for this #2115 |
This was some solid work. Kudos to all the players that made this happen! |
A redesigned UX by Thought Merchants and the Prospective Co.
Superstore Demo.
UI changes:
Pro Light
andPro Dark
, replaceMaterial Light
andMaterial Dark
.title
persistence field, as well as an user-editable title control that persists when the settings panel closes if it is non-empty.StatusBar
now shows total/virtual rows and total/virtual columns.perspective-viewer-datagrid
.Treemap
andSunburst
charts render whenGroup By
is empty (even though this is not yet a particularly useful view due to the coupling ofGroup By
with the axis label)Non-UI changes:
serde_wasm_bindgen
, improves performance and asset payload.ScrollPanel
totransform: translateY()
to reduce screen-shear.Table.num_rows
andTable.num_columns
to@finos/perspective
.TODO: