-
Notifications
You must be signed in to change notification settings - Fork 364
Make commands editable and re-usable #1268
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 60 commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
308bd55
clean up unused styling
a4ba072
Fix compile issues
OskarDamkjaer 7e462a6
mellan
OskarDamkjaer c4cc712
Wrestle some more types
OskarDamkjaer 88841f4
Frame header ts
OskarDamkjaer d57a96b
Titlebar ts
OskarDamkjaer 97fa2ba
battling with style
OskarDamkjaer c443268
Add monaco
OskarDamkjaer f52ae74
add todos for where i left off
OskarDamkjaer 425eb21
Merge
OskarDamkjaer e0af9d9
start history
OskarDamkjaer 00a4fa2
remove unused options
OskarDamkjaer 28785d1
Solve bug where guides and help would not re-use
OskarDamkjaer d1740eb
Convert to function component
OskarDamkjaer dde3667
Write stream as fucntion comp
OskarDamkjaer 5e89426
Re-write animation to prevent extra rolling
OskarDamkjaer c3cc708
Repair run button
OskarDamkjaer bce7218
Remove logs and error in console
OskarDamkjaer a8d1dc2
Keep focus when swithcing framtype
OskarDamkjaer 3d994d9
Focus management work around
OskarDamkjaer c4bcfcd
Fix animation bug
OskarDamkjaer 38bd753
Remove todos and move deps
OskarDamkjaer cb5c28a
Fix bug going from graph result to table result
OskarDamkjaer d890ad7
Enable multistatements to be re-runnable
OskarDamkjaer adbf903
Full screen only small frame
OskarDamkjaer 309a54c
Make animation more efficient and fix fullscreen issue
OskarDamkjaer 4f9c41d
Remove react-spring
OskarDamkjaer 6f5c1ce
meln
OskarDamkjaer 75d656f
Nice resizing
OskarDamkjaer 43e072b
Add ignore comment
OskarDamkjaer 6e670a8
Merge
OskarDamkjaer 0c67d59
Add feature toggle for re-usable frame
OskarDamkjaer b92fe6a
Cancel debounced calls on unmount
OskarDamkjaer 051ef2f
Add history
OskarDamkjaer 70eb871
Fix height
OskarDamkjaer d9e8f87
Self review
OskarDamkjaer 30e7515
more self review
OskarDamkjaer 83099bd
Add safari width fix and work on tests
OskarDamkjaer 2c289c5
Fix version
OskarDamkjaer 5fd2090
Fix test
OskarDamkjaer 5cc46f3
fix ts checker
OskarDamkjaer 7283ef0
Remove unused history state and set position better
OskarDamkjaer a011aa2
Fix function naming
OskarDamkjaer 3bc93d6
Update licenses
OskarDamkjaer 5059e88
Re-add dotted line
OskarDamkjaer e88f9d5
Fix command duck tests
OskarDamkjaer 49fbb14
Fix :edit frame
OskarDamkjaer 1655bb7
Add custom cmd
OskarDamkjaer 0231985
Fix and improve e2e tests
OskarDamkjaer f30196f
Fix merge issues
OskarDamkjaer 11d370c
Update licenses
OskarDamkjaer 1a5e6c8
Re add midssed file
OskarDamkjaer 7b8ba49
Update snapshots
OskarDamkjaer f8de7a6
Add data-test-id
OskarDamkjaer 1784b82
Fix minor errors and allow only one fullscreen at a time
OskarDamkjaer 63f9702
Fix padding issue
OskarDamkjaer 1427e71
Fix unit tests
OskarDamkjaer ad4055c
Update e2e tests
OskarDamkjaer e35d9b0
Fix e2e tests
OskarDamkjaer 372bcd3
Remove unneeded test-id
OskarDamkjaer 7137059
Remove conditional render of fullscreen button
OskarDamkjaer 8710e92
Fix review comments
OskarDamkjaer 3589745
Fix e2e test
OskarDamkjaer 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -223,7 +223,7 @@ Third-party licenses | |
| │ ├─ [email protected] | ||
| │ │ ├─ URL: https://github.com/dcodeIO/long.js.git | ||
| │ │ └─ VendorName: Daniel Wirtz | ||
| │ ├─ neo4j-driver@4.1.2 | ||
| │ ├─ neo4j-driver@4.2.2 | ||
| │ │ ├─ URL: git://github.com/neo4j/neo4j-javascript-driver.git | ||
| │ │ └─ VendorName: Neo4j | ||
| │ ├─ [email protected] | ||
|
|
@@ -283,6 +283,10 @@ Third-party licenses | |
| │ │ ├─ URL: http://github.com/garycourt/uri-js | ||
| │ │ ├─ VendorName: Gary Court | ||
| │ │ └─ VendorUrl: https://github.com/garycourt/uri-js | ||
| │ ├─ [email protected] | ||
| │ │ ├─ URL: http://github.com/garycourt/uri-js | ||
| │ │ ├─ VendorName: Gary Court | ||
| │ │ └─ VendorUrl: https://github.com/garycourt/uri-js | ||
| │ └─ [email protected] | ||
| │ ├─ URL: https://github.com/jsdom/webidl-conversions.git | ||
| │ ├─ VendorName: Domenic Denicola | ||
|
|
@@ -661,20 +665,12 @@ Third-party licenses | |
| │ │ └─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git | ||
| │ ├─ @types/[email protected] | ||
| │ │ └─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git | ||
| │ ├─ @types/[email protected] | ||
| │ │ └─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git | ||
| │ ├─ @types/[email protected] | ||
| │ │ └─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git | ||
| │ ├─ @types/[email protected] | ||
| │ │ └─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git | ||
| │ ├─ @types/[email protected] | ||
| │ │ └─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git | ||
| │ ├─ @types/[email protected] | ||
| │ │ └─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git | ||
| │ ├─ @types/[email protected] | ||
| │ │ └─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git | ||
| │ ├─ @types/[email protected] | ||
| │ │ └─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git.git | ||
| │ ├─ @types/[email protected] | ||
| │ │ └─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git | ||
| │ ├─ @types/[email protected] | ||
|
|
@@ -691,14 +687,10 @@ Third-party licenses | |
| │ │ └─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git | ||
| │ ├─ @types/[email protected] | ||
| │ │ └─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git | ||
| │ ├─ @types/[email protected] | ||
| │ │ └─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git | ||
| │ ├─ @types/[email protected] | ||
| │ │ └─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git | ||
| │ ├─ @types/[email protected] | ||
| │ │ └─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git | ||
| │ ├─ @types/[email protected] | ||
| │ │ └─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git | ||
| │ ├─ @types/[email protected] | ||
| │ │ └─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git | ||
| │ ├─ @wry/[email protected] | ||
|
|
@@ -1524,10 +1516,6 @@ Third-party licenses | |
| │ │ ├─ URL: https://github.com/reduxjs/react-redux.git | ||
| │ │ ├─ VendorName: Dan Abramov | ||
| │ │ └─ VendorUrl: https://github.com/reduxjs/react-redux | ||
| │ ├─ [email protected] | ||
| │ │ ├─ URL: git+https://github.com/drcmda/react-spring.git | ||
| │ │ ├─ VendorName: Paul Henschel | ||
| │ │ └─ VendorUrl: https://github.com/drcmda/react-spring#readme | ||
| │ ├─ [email protected] | ||
| │ │ ├─ URL: https://github.com/oskarhane/react-suber.git | ||
| │ │ ├─ VendorName: Oskar Hane | ||
|
|
||
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
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
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
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
Oops, something went wrong.
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.