-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[docs-infra] Split feedback channels per product #42413
Conversation
Netlify deploy previewhttps://deploy-preview-42413--material-ui.netlify.app/ Bundle size report |
|
||
const BASE_UI_FEEBACKS_CHANNEL_ID = 'C075LJG1LMP'; | ||
const MATERIAL_UI_FEEBACKS_CHANNEL_ID = 'C0757QYLK7V'; | ||
// const PIGMENT_CSS_FEEBACKS_CHANNEL_ID = 'C074TBW0JKZ'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@brijeshb42 I assume we don't have pages for now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah. No pages yet.
const X_GRID_FEEBACKS_CHANNEL_ID = 'C0757R0KW67'; | ||
const X_CHARTS_FEEBACKS_CHANNEL_ID = 'C0757UBND98'; | ||
const X_EXPLORE_FEEBACKS_CHANNEL_ID = 'C074TBYQK2T'; | ||
// const DESIGN_KITS_FEEBACKS_CHANNEL_ID = 'C075ADGN0UU'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@oliviertassinari Do you have a specific page in mind, or is it just an idea for latter for the design kits? Because for now, they don't have pages with feedback input. Or at least I did not find them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was an idea for later, but we have https://mui.com/material-ui/design-resources/material-ui-for-figma/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, ok, I didn't expected we would act on the issue already, but if the team already feels like the time for this is right 👍
if (url.includes('/x/react-date-pickers') || url.includes('/x/react-tree-view')) { | ||
return X_EXPLORE_FEEBACKS_CHANNEL_ID; | ||
} | ||
if (url.includes('/x/react-data-grid')) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't work, e.g. https://mui.com/x/api/data-grid/data-grid/. Is there a way we could rely on productId rather than URLs? For example, once we move the docs to subdomains, this will break.
The team is mostly me bothered by all the data grid feedback I don't care about 😅 |
| 'x-date-pickers' | ||
| 'x-charts'; | ||
| 'x-charts' | ||
| 'x-tree-view' | ||
| 'toolpad-studio' | ||
| 'toolpad-core'; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know why it's in master
but not in next
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! I'm assuming System-related comments are falling into the Material UI channel, right? (I guess that's already the case, isn't it? 🤔)
Signed-off-by: Alexandre Fauquette <45398769+alexfauquette@users.noreply.github.com>
Signed-off-by: Alexandre Fauquette <45398769+alexfauquette@users.noreply.github.com>
Fix mui/mui-public#168
@mui/docs-infra Tested on
docs-feedback-material-ui
anddocs-feedback-base-ui
. Will need to be merge to test for X channels