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

log viewport to limit size of text displayed for performance #57

Open
1 task
Tracked by #5
dufoli opened this issue Apr 10, 2024 · 2 comments
Open
1 task
Tracked by #5

log viewport to limit size of text displayed for performance #57

dufoli opened this issue Apr 10, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@dufoli
Copy link
Owner

dufoli commented Apr 10, 2024

  • in log.js create a system in render to only display the text display on screen (same system than done on data-load for dataTable)
@dufoli dufoli mentioned this issue Apr 10, 2024
93 tasks
@dufoli dufoli added this to the 1.26 milestone Apr 28, 2024
@Dufgui
Copy link
Collaborator

Dufgui commented May 9, 2024

The goal here is to not apply parseLog on one lines but on a small part according to scroll.
To do it we can take as example data-load.js

@dufoli
Copy link
Owner Author

dufoli commented May 9, 2024

@Dufgui not sur if it is really usful for this version. I postpone it.

@dufoli dufoli modified the milestones: 1.26, 1.27 May 9, 2024
@Dufgui Dufgui added the enhancement New feature or request label May 18, 2024
@Dufgui Dufgui modified the milestones: 1.27, 1.28 May 23, 2024
@Dufgui Dufgui modified the milestones: 1.28, 1.29 Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants