-
Notifications
You must be signed in to change notification settings - Fork 16
feat(editor): Add "Copy Log Event" option to context menu (resolves #179). #197
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
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
3a2e672
feat: Add a menu item to copy a single log event into the clipboard (…
hoophalab b0e722c
Fix the edge case of `endLineNumber` being negative.
hoophalab 00f03b8
Put "Copy Log Event" button into the "Copy" group.
hoophalab d747c63
Rename hovered as selected.
hoophalab d041f85
Fix code style.
hoophalab 8b94ac4
Alphabetize `EditorAction`.
hoophalab 1ce2cd7
Update src/components/Editor/index.tsx
hoophalab 9fda4f7
Update src/components/Editor/index.tsx
hoophalab b34f103
Update src/components/Editor/index.tsx
hoophalab 754371e
Update src/components/Editor/index.tsx
hoophalab 95056b2
Update src/components/Editor/index.tsx
hoophalab c599d5c
Update src/components/Editor/index.tsx
hoophalab 3a34cec
Update src/components/Editor/index.tsx
hoophalab d47be4f
Update src/components/Editor/index.tsx
hoophalab d275dc8
Update src/components/Editor/index.tsx
hoophalab d77c9d9
Fix lint problems caused by webui commits.
hoophalab 1b7f590
Change addCustomActions to handle undefined fields elegantly.
hoophalab a92d937
Fix the edge case of copying the last event.
hoophalab 20739b8
Apply coderabbitai's nitpit comments.
hoophalab 01aeb3d
Update src/components/Editor/index.tsx
hoophalab c1c4900
Merge branch 'main' into copy-log
junhaoliao File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.