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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UI] Handle long directory path #45

Open
joshuabezaleel opened this issue Jun 13, 2022 · 2 comments
Open

[UI] Handle long directory path #45

joshuabezaleel opened this issue Jun 13, 2022 · 2 comments

Comments

@joshuabezaleel
Copy link
Contributor

joshuabezaleel commented Jun 13, 2022

This is what it shows when the indexed path was getting pretty long 馃槅

image

@slimsag
Copy link
Member

slimsag commented Jun 14, 2022

As a Java dev, what would be the best way to truncate those paths? Taking the first one as an example, I could do:

  1. extras/.../gson/typeadapters/UtcDateTypeAdapter.java
  2. .../google/gson/typeadapters/UtcDateTypeAdapter.java
  3. extras/src/main/java/com/google/gson/typeadapters/...

I'm guessing option #1?

@joshuabezaleel
Copy link
Contributor Author

It's actually been way too long since I wrote something in Java but yes I am also assuming that option 1 would be the most intuitive for most 馃槃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants