-
Notifications
You must be signed in to change notification settings - Fork 33
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
URL bar improvements #526
Merged
Merged
URL bar improvements #526
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
a66e01e
Add URL history to navigation
p-malecki 9c787f4
Show full name of URLs in tooltips
p-malecki ce2dc18
Extend full name of URLs in list item instead of tooltips
p-malecki 967644e
Upgrade spliting long url labels in URL bar
p-malecki def9ac1
Add recent URLs list to SelectUrl
p-malecki 3e9f547
Add scrolling to SelectUrl
p-malecki 20113ce
Add recent URLs list to UrlBar
p-malecki 01aaa91
Make Select.Trigger more responsive
p-malecki 0388d0b
Change UrlSelect style
p-malecki 4ac59a3
Minor changes
p-malecki d47c878
Reformat
p-malecki 3086be6
Move reset logic to useEffect with changing resetKey prop
p-malecki d6b7fe0
Refactor
p-malecki 22c35f1
Simplify url bar css, remove splitLines
p-malecki 0e70dbd
Change reset logic
p-malecki 809cdce
Add params from navigationDescriptor to navigationData
p-malecki 739dcc3
Revert "Add params from navigationDescriptor to navigationData"
p-malecki 544e920
Add ExpoRouter to dependency checks
p-malecki 5dd5272
Change goHome
p-malecki 7efd05b
Fix reset logic and changing urls
p-malecki c003b87
Remove consol log
p-malecki e0e5a6d
Update NiceButton.stories.jsx
p-malecki 476ea1b
Remove project from UrlBar props
p-malecki 68ad7ca
Change isOptional in dependenciesProvider
p-malecki 57ff8d3
Update packages/vscode-extension/src/dependency/DependencyManager.ts
p-malecki fa0a164
Simplify isExpoRouterProject
p-malecki 663d217
Use requireNoCache in isExpoRouterProject
p-malecki d144cb2
Use reloadMetro in goHome for non expo-router projects
p-malecki 33f98bc
Fix URL changes in useEffect
p-malecki 6c51a81
Fix storing dynamic paths twice in url history on go back
p-malecki 6972b78
Remove consol.log
p-malecki 4ef0333
Merge branch 'main' into @p-malecki/urlbar-enhance
p-malecki 7640e6b
Fix in expo router project detection to scan devDependencies
p-malecki 7e89e30
Add comment to isExpoRouterProject
p-malecki 3f7447c
Rename label in DiagnosticView
p-malecki 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 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 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.
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.
requireNoCache