-
-
Notifications
You must be signed in to change notification settings - Fork 356
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
SageMaker Studio support #192
Conversation
Pushed a commit to fix the Typography styles in dark mode. It relies on an undocumented property |
@dlqqq |
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! Awesome work @3coins.
* Reflect theme changes without a refresh By leveraging `IThemeManager.themeChanged`, we can listen on theme change signals and rebuild the theme object in response. This allows CSS variable changes to reflect in the MUI theme without having to refresh the page. * update yarn.lock * pass themeManager as a prop instead of using top-level scope * remove theme hack added in #192 --------- Co-authored-by: gchow <garson.chow@factset.com> Co-authored-by: David L. Qiu <david@qiu.dev>
* Reflect theme changes without a refresh By leveraging `IThemeManager.themeChanged`, we can listen on theme change signals and rebuild the theme object in response. This allows CSS variable changes to reflect in the MUI theme without having to refresh the page. * update yarn.lock * pass themeManager as a prop instead of using top-level scope * remove theme hack added in jupyterlab#192 --------- Co-authored-by: gchow <garson.chow@factset.com> Co-authored-by: David L. Qiu <david@qiu.dev> (cherry picked from commit ca03e2c)
* Reflect theme changes without a refresh By leveraging `IThemeManager.themeChanged`, we can listen on theme change signals and rebuild the theme object in response. This allows CSS variable changes to reflect in the MUI theme without having to refresh the page. * update yarn.lock * pass themeManager as a prop instead of using top-level scope * remove theme hack added in jupyterlab#192 --------- Co-authored-by: gchow <garson.chow@factset.com> Co-authored-by: David L. Qiu <david@qiu.dev> (cherry picked from commit ca03e2c)
* Reflect theme changes without a refresh By leveraging `IThemeManager.themeChanged`, we can listen on theme change signals and rebuild the theme object in response. This allows CSS variable changes to reflect in the MUI theme without having to refresh the page. * update yarn.lock * pass themeManager as a prop instead of using top-level scope * remove theme hack added in #192 --------- Co-authored-by: gchow <garson.chow@factset.com> Co-authored-by: David L. Qiu <david@qiu.dev> (cherry picked from commit ca03e2c) Co-authored-by: Garson R Chow <58149459+garsonbyte@users.noreply.github.com>
* Upgraded langchain, pinned typing_extensions version * Updated to return local host username for non-collaborative mode * fix typography styles in dark mode * Fixed /clear command --------- Co-authored-by: David L. Qiu <david@qiu.dev>
* Reflect theme changes without a refresh By leveraging `IThemeManager.themeChanged`, we can listen on theme change signals and rebuild the theme object in response. This allows CSS variable changes to reflect in the MUI theme without having to refresh the page. * update yarn.lock * pass themeManager as a prop instead of using top-level scope * remove theme hack added in jupyterlab#192 --------- Co-authored-by: gchow <garson.chow@factset.com> Co-authored-by: David L. Qiu <david@qiu.dev>
* Upgraded langchain, pinned typing_extensions version * Updated to return local host username for non-collaborative mode * fix typography styles in dark mode * Fixed /clear command --------- Co-authored-by: David L. Qiu <david@qiu.dev>
* Reflect theme changes without a refresh By leveraging `IThemeManager.themeChanged`, we can listen on theme change signals and rebuild the theme object in response. This allows CSS variable changes to reflect in the MUI theme without having to refresh the page. * update yarn.lock * pass themeManager as a prop instead of using top-level scope * remove theme hack added in jupyterlab#192 --------- Co-authored-by: gchow <garson.chow@factset.com> Co-authored-by: David L. Qiu <david@qiu.dev>
Fixes #187
Fixes #194