-
Notifications
You must be signed in to change notification settings - Fork 96
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
[FEATURE] Introduce Overview HTML page and time-based navigation links #101
Comments
Hi @KnugiHK As a follow-up on #69 and #96 : |
I briefly reviewed the script you mentioned and came up with a different idea: we could build a web application that retrieves messages from the JSON file or other formats and hence, implementing lazy loading in a better way. However, it seems like the script might not be directly related to this issue (feel free to correct me if I'm wrong). |
@
I have no developper skill so my understanding of the inner working of the python script is limited. Hope I understood your question. " lazy loading" isn't clear to me. |
Lazy loading is a technique that improves performance by loading only the content that's necessary for immediate display, like images and text visible on the screen, while deferring the loading of other content until the user scrolls down.
Yeah. This issue is exactly for addressing the chat selection feature. The chat selection is designed at #97 (comment). |
Discussed in #96
Originally posted by iher1 April 23, 2024
Hi,
another idea to make it easier to consume many conversations and very huge chats would be:
index.html
page which provides links to the specific chat entry pages--size
parameter: have some sort of index at the beginning of each html page to quickly jump toRegards
iheri1
The text was updated successfully, but these errors were encountered: