-
Notifications
You must be signed in to change notification settings - Fork 93
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
Web UI: It is difficult to find a detected license when browsing a larger file #293
Comments
lf32
added a commit
that referenced
this issue
Jul 22, 2022
Fixes #293 Signed-off-by: Akhil Raj <lf32.dev@gmail.com>
lf32
added a commit
that referenced
this issue
Jul 28, 2022
Signed-off-by: Akhil Raj <lf32.dev@gmail.com>
lf32
added a commit
that referenced
this issue
Jul 29, 2022
Signed-off-by: Akhil Raj <lf32.dev@gmail.com>
lf32
added a commit
that referenced
this issue
Jul 29, 2022
Signed-off-by: Akhil Raj <lf32.dev@gmail.com>
lf32
added a commit
that referenced
this issue
Jul 29, 2022
Signed-off-by: Akhil Raj <lf32.dev@gmail.com>
tdruez
pushed a commit
that referenced
this issue
Jul 29, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I find it difficult to find a detected license when browsing a resource if the file is more than a few 100 lines. For instance, where there are 5000 lines and that there are matched licenses at line 1000, 2000 and 4000 the only way is to scroll visually until I can see an highlighted matched region.
The same issue is true for other detections (copyright, etc.)
I would like to have a way to quickly "auto-scroll down" to the matched parts (may be with a small table of content of the matches?).
I am not sure what the best UI could be!
The text was updated successfully, but these errors were encountered: