ANUJ KUMAR SINGH

Results 11 issues of ANUJ KUMAR SINGH

### Please check if the PR fulfills these requirements: * [ ] Tests for the changes have been added/updated (if possible) * [ ] Documentation has been updated/added if relevant...

**Description** This PR fixes #5624 **Notes for Reviewers** Earlier it was breaking for all the resolutions below 788px, made the changes in order to make it responsive for all the...

area/handbook

**Description** This PR fixes #5612 **Notes for Reviewers** As per the instructions the same testimonial section is added now in products page and is working perfectly fine **[Signed commits](https://github.com/layer5io/layer5/blob/master/CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin)** -...

area/handbook

## References fixes #17426 ## User-facing changes The ```getCurrent()``` function in notebook commands always returned tracker.currentWidget (the focused notebook), regardless of which notebook's toolbar triggered the command. Cell toolbar commands...

bug
pkg:notebook
pkg:cell-toolbar

## References fixes #17446 ## Code changes Added the Documentation for the Kernel Subshells.

documentation

## References fixes #18147 This pull request introduces feature that adds an "Open in Terminal" option to the file browser's context menu. This enhancement streamlines common developer workflows by allowing...

enhancement
pkg:filebrowser
tag:Testing
tag:CSS
Design System CSS
feature

## References fixes #18112 This pull request introduces an optional setting to display pager output such as documentation from help() or ? magic commands in a dedicated bottom panel, restoring...

enhancement
pkg:notebook
pkg:outputarea
tag:CSS
Design System CSS

## References fixes #16610 This pull request addresses issue by implementing a confirmation modal when deleting a cell via the toolbar, preventing accidental data loss. A new command, cell-toolbar:delete, replaces...

enhancement
tag:Testing
pkg:cell-toolbar

## References This PR fixes #14464 where the "More commands" button in the toolbar overflow menu did not reflect its pressed state. The aria-pressed attribute is now correctly toggled when...

bug
pkg:ui-components

## References fixes #15992 ## Code changes This pull request introduces a new Galata integration test to verify the notebook search functionality. The core change being tested is the ability...

maintenance
tag:Testing