-
Notifications
You must be signed in to change notification settings - Fork 327
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
Filename input in Cloud File Browser for write component. #12228
base: develop
Are you sure you want to change the base?
Conversation
Marked draft, as it is stacked on top of #12208 |
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 3.0.3 to 3.0.5. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.5/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
4a37a0f
to
45bb3f5
Compare
🧪 Storybook is successfully deployed!📊 Dashboard:
|
* @param keepAlive - when set, the `activity` instance will be kept between drop-down closing | ||
* and opening. The activity component must not change it type (when being a ref) and provide | ||
* `name` option explicitly. |
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.
An alternative approach would be <KeepAlive v-if="..."><component ...></KeepAlive><component v-else ...>
(This could be packaged into a ConditionalKeepAlive
slotted utility component to avoid writing the <component ....>
twice). This would avoid the name
requirement and the restriction on changing types.
@keydown.delete.stop | ||
@keydown.arrow-left.stop | ||
@keydown.arrow-right.stop | ||
@keydown.enter="acceptCurrentFile() === false || $event.stopPropagation()" |
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.
Should this be conditional? If the filename box is focused, I don't think I would expect Enter to be handled by the parent handler if the filename is invalid (empty).
Pull Request Description
Fixes #12112
Screencast.From.2025-02-04.16-41-59.mp4
Important Notes
Checklist
Please ensure that the following checklist has been satisfied before submitting the PR:
Scala,
Java,
TypeScript,
and
Rust
style guides. In case you are using a language not listed above, follow the Rust style guide.
[ ] Unit tests have been written where possible.[ ] If meaningful changes were made to logic or tests affecting Enso Cloud integration in the libraries,or the Snowflake database integration, a run of the Extra Tests has been scheduled.