Skip to content
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

[Feat]: Navigate to the file by tapping the path in message tiles. #222

Open
samyakkkk opened this issue Feb 24, 2024 · 4 comments
Open
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@samyakkkk
Copy link
Contributor

Describe the problem and solution that you'd like.

It would be a big convenience to users if they could directly tap the path in message tiles to navigate to the respective file.
Screenshot 2024-02-24 at 9 02 04 PM

Ideal solution:

  1. To check if the path mentioned exists (keep in mind that the path may be relative or only a sub-path of it, like just repositories/explore_repository.dart instead of the full path as in the message tile.)
  2. Underline the path in the tile.
  3. Hovering over should update the cursor to the hand icon (indicating the path is tappable)
  4. Tapping should take to the respective file.

Describe alternatives that you have considered.

No response

Additional Information

No response

Acceptance Criteria

  1. All kinds of paths are covered (full, sub-paths or even just file names).
  2. It is ok if we have multiple matches for a sub-path. We can navigate to the first match.
@samyakkkk samyakkkk added enhancement New feature or request good first issue Good for newcomers labels Feb 24, 2024
@superiorsd10
Copy link
Contributor

Hello @samyakkkk 👋

I want to work on this issue, so please consider assigning it to me.

Thank you,

@samyakkkk
Copy link
Contributor Author

assigned @superiorsd10. thanks!

@wadhia-yash
Copy link
Collaborator

Hi @superiorsd10 do we have ETA on this issue? Feel free to reach out to us if you need any help.

@superiorsd10
Copy link
Contributor

Hi @superiorsd10 do we have ETA on this issue? Feel free to reach out to us if you need any help.

Hello,

Sorry for the delay in the response. I'm stuck on finding whether the file exists (in the case of a partial path).
Can you please help me?

Thank you,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants