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

Chat History on web client #162

Open
imzenreally opened this issue Feb 17, 2024 · 10 comments
Open

Chat History on web client #162

imzenreally opened this issue Feb 17, 2024 · 10 comments
Labels
enhancement New feature or request help wanted Extra attention is needed major change This is a major change parity Feature is in other app (iOS, Android, etc)

Comments

@imzenreally
Copy link

Chats doesn't retain history on the web client - I'd think designating a SQLite or something to live on a as card would be easy but I'm no dev

Is this being worked on?

@TechMindsYT
Copy link

I second this.. I use web gui for my home install thats on wifi. Would be nice to have the messages retained somehow.

@wojtasie
Copy link

+1 on this

@ianmcorvidae
Copy link

Looks to be the same issue as #23

(I agree, for the record. either IndexedDB or LocalStorage might be usable for this)

@bmatic385
Copy link

+1 on this

@ayysasha
Copy link

mega +1

@machineshopuk
Copy link

+1

@GiovanniMoretti
Copy link

GiovanniMoretti commented May 20, 2024

+1 Also.

A related issue is that there's no "recent messages" tab on the web client. On Android you can see the most recent message for each conversation in the Messages (leftmost) Tab but on the web client you have to click on each node to see if there's any new messages from that sender. This is impractical with dozens of visible nodes.

Having a Chat History tab where clicking on a message shortname takes you to that conversation would really make the web client usable as a day-to-day client.

@Hunter275 Hunter275 added the enhancement New feature or request label Jun 15, 2024
@wesker-albert
Copy link

This seems like a no-brainer, and would take the web client from a novelty to regularly usable.

@Hunter275
Copy link
Member

Hunter275 commented Sep 1, 2024

The web client currently does not have any way to store messages and the devices do not have enough memory to keep a large amount of message history.

The iOS and Android apps use the phone's storage for message history. There is no such database on the web.

We are looking into possible client-side storage solutions.

@Hunter275 Hunter275 added major change This is a major change help wanted Extra attention is needed parity Feature is in other app (iOS, Android, etc) labels Sep 1, 2024
@andrewheadricke
Copy link

As others have said, IndexedDb or LocalStorage would be a relatively quick and easy solution to get started. Would probably have enough storage to keep all but the longest of conversations.

I started messing around with a PoC the other day, it should be pretty straight forward although I did run out of time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed major change This is a major change parity Feature is in other app (iOS, Android, etc)
Projects
None yet
Development

No branches or pull requests