[ZEPPELIN-6203] Connect shortcut modal for info button#4963
[ZEPPELIN-6203] Connect shortcut modal for info button#4963tbonelee merged 5 commits intoapache:masterfrom
Conversation
|
@dididy Can we add some tests for it? |
Are you referring to E2E test? |
|
Yes, it would be great if we have. |
Because in the current Monaco editor, autocomplete works by default without requiring a shortcut.
6d5c655 to
6e75ed6
Compare
|
87c4d19 6e75ed6 https://issues.apache.org/jira/browse/ZEPPELIN-6314 I’m currently looking into the E2E environment setup, and the Jira ticket is as above. It will likely use Playwright. #5044 / #5064 |
### What is this PR for? <img width="417" height="103" alt="image" src="https://github.com/user-attachments/assets/d4fca2f3-0dca-43ae-b159-ca881bd1766d" /> Nothing happened when I click above info button inside of Zeppelin Notebook. So I connect this function work properly. This button related in [here](https://github.com/apache/zeppelin/blob/526eb15b8732909ab994adba76e0c3e33bfa001c/zeppelin-web-angular/src/app/pages/workspace/notebook/action-bar/action-bar.component.ts#L239) so I made shared shortcut component and connect it. Now it works well. <img width="1624" height="1056" alt="스크린샷 2025-07-12 오후 6 10 05" src="https://github.com/user-attachments/assets/d71e7264-eefb-4e80-bf4d-cf4467627d5e" /> I refer to [zeppelin-web's shortcut file](https://github.com/apache/zeppelin/blob/526eb15b8732909ab994adba76e0c3e33bfa001c/zeppelin-web/src/app/notebook/shortcut.html) ### What type of PR is it? Bug Fix Feature Refactoring ### Todos * [x] makes html file's isMac working well * [ ] Adjust shortcut for zeppelin-web to zeppelin-web-angular / check this file for preventing weird working when user try to use shortcut // [here](https://github.com/apache/zeppelin/blob/526eb15b8732909ab994adba76e0c3e33bfa001c/zeppelin-web-angular/src/app/services/shortcut.service.ts) [ZEPPELIN-6229](https://issues.apache.org/jira/browse/ZEPPELIN-6229) [ZEPPELIN-6197](https://issues.apache.org/jira/browse/ZEPPELIN-6197) * [ ] Made "Clone paragraph" button work properly in New UI // [ZEPPELIN-6294](https://issues.apache.org/jira/browse/ZEPPELIN-6294) ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-6203 ### How should this be tested? ### Screenshots (if appropriate) ### Questions: * Does the license files need to update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Closes #4963 from dididy/fix/ZEPPELIN-6203. Signed-off-by: ChanHo Lee <chanholee@apache.org> (cherry picked from commit 0f20ffc) Signed-off-by: ChanHo Lee <chanholee@apache.org>
|
Merged into master and branch-0.12 |
What is this PR for?
Nothing happened when I click above info button inside of Zeppelin Notebook. So I connect this function work properly.
This button related in here so I made shared shortcut component and connect it. Now it works well.
I refer to zeppelin-web's shortcut file
What type of PR is it?
Bug Fix
Feature
Refactoring
Todos
What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-6203
How should this be tested?
Screenshots (if appropriate)
Questions: