forked from jupyterlab/jupyterlab
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Jlab4 #9
Closed
Closed
Jlab4 #9
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* justify and align search icon inside a flexbox * Fixes jupyterlab#14249 * Update Playwright Snapshots * Update Playwright Snapshots --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.5.3 to 2.0.1. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v1.5.3...v2.0.1) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35.7.8 to 35.9.2. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@v35.7.8...v35.9.2) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* justify and align search icon inside a flexbox * document how to use Command Linker Fixes jupyterlab#14284 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fixes jupyterlab#14249 pushed earlier code for issue jupyterlab#14249. This update fixes jupyterlab#14249. My apologies. * Update documentation docs/source/user/commands.rst Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com> * Update CSS packages/ui-components/style/base.css Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com>
* Bump ipython from 8.12.0 to 8.13.1 Bumps [ipython](https://github.com/ipython/ipython) from 8.12.0 to 8.13.1. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@8.12.0...8.13.1) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Revert noisy snapshot update --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Frédéric Collonval <fcollonval@gmail.com>
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.260 → v0.0.263](astral-sh/ruff-pre-commit@v0.0.260...v0.0.263) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix Ruff * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix ruff following code blackening * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix qa notations ... again * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * New attempt * Fix noqa syntax --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com>
…ween buttons and message (jupyterlab#14412) * make notification buttonbar right-aligned * Update Playwright Snapshots * Add padding between buttonbar and message body * Update Playwright Snapshots * remove unnecessary position: relative; * Refactor closeButton component to allow its reuse, show Delete button again * Update Playwright Snapshots * clean up code and types * add conditional margin for close buttons with custom hover * Update Playwright Snapshots * Update Playwright Snapshots * Revert Playwright Snapshot 1 * Revert snapshot 1 * revert snapshot 2 * Update packages/apputils-extension/src/notificationplugin.tsx Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com> * Update packages/apputils-extension/src/notificationplugin.tsx Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com> * add correct use of titles * remove IToastifyCloseButtonProps type * add docstrings to ICloseButtonProps interface --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com> Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com>
…4479) * Make the windowed panel container full-width in Firefox * Use a throttler for side-by-side resizing
* Force rerendering if changes happen during an update. * Apply suggestion Co-authored-by: gabalafou <gabriel@fouasnon.com> --------- Co-authored-by: gabalafou <gabriel@fouasnon.com>
* Fix `Notebook._ensureFocus` Fixes jupyterlab#14271 * Update keyboard shortcut snapshot
* Test search in selected cells when extending selection * Fix focus switching (depends on `@codemirror/view` 6.9.5) and search highlights * Clean up comments * Further improve event handling sequence * Further improve highlights handling, add test for search in file editor * Update tests after fixing highlights behaviour * Update snapshots and expectation * Update expectations, split `Search from cursor` out, test cycling * Update two more snapshots * Fix counters update after cell deletion, fix cursor stealing * Update search on deleted cell snapshot * Restore `.cm-searching span::selection` * Fix typos --------- Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com>
* Add requirements default value * Use latest extension template by default
…ameter is not passed (jupyterlab#14486) * Initialize PluginList with '' query * Initialize ._query inside PluginList if no query is passed
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
…4491) * Don't listen for cell resizing when notebooks is hiding * Remove debug print * Remove cosmetic change
…rlab#14480) * Updates announcements to better conform to RFC atom standard. * updates link handling, text extraction function, tests, and documentation * update link type for notification * Apply suggestions from code review * Fix no link case --------- Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com> Co-authored-by: Frédéric Collonval <fcollonval@gmail.com>
Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
github-actions
bot
added
pkg:launcher
pkg:logconsole
pkg:lsp
pkg:mainmenu
pkg:markdownviewer
pkg:mathjax
pkg:notebook
pkg:observables
pkg:outputarea
pkg:pdf
pkg:property-inspector
pkg:rendermime
pkg:running
pkg:services
pkg:settingeditor
pkg:settingregistry
pkg:shortcuts
pkg:statedb
pkg:statusbar
pkg:terminal
pkg:themes
pkg:toc
pkg:tooltip
pkg:translation
pkg:ui-components
pkg:vega
labels
Nov 23, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Design System CSS
documentation
Improvements or additions to documentation
pkg:application
pkg:apputils
pkg:attachments
pkg:cell-toolbar
pkg:cells
pkg:celltags
pkg:codeeditor
pkg:codemirror
pkg:completer
pkg:console
pkg:coreutils
pkg:csvviewer
pkg:debugger
pkg:docmanager
pkg:docregistry
pkg:documentsearch
pkg:extensionmanager
pkg:filebrowser
pkg:fileeditor
pkg:help
pkg:htmlviewer
pkg:hub
pkg:imageviewer
pkg:inspector
pkg:javascript
pkg:json
pkg:launcher
pkg:logconsole
pkg:lsp
pkg:mainmenu
pkg:markdownviewer
pkg:mathjax
pkg:notebook
pkg:observables
pkg:outputarea
pkg:pdf
pkg:property-inspector
pkg:rendermime
pkg:running
pkg:services
pkg:settingeditor
pkg:settingregistry
pkg:shortcuts
pkg:statedb
pkg:statusbar
pkg:terminal
pkg:themes
pkg:toc
pkg:tooltip
pkg:translation
pkg:ui-components
pkg:vega
tag:CSS
tag:Design and UX
tag:Examples
tag:Testing
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
merge upstream 4.0.8