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

feat(messages): Implement message view and search #26

Merged
merged 16 commits into from
Mar 17, 2021
Merged

Conversation

lukediamond
Copy link
Member

Bug Fixes

  • messages: populate from field using proper bare JID (1f15be5)
  • search: search in descending match score order (a22b14f), closes #22
  • store: wait for stanza to load before rendering app (c4a2940)

Features

  • messages: add basic notifications (906445a)
  • messages: add message archive in IDB (a8f52da)
  • messages: improve message view and add message grouping (2bd3f5c)
  • messages: load messages from archive on chat route mount (8f21049), closes #21
  • messages: scroll tracks messages (3ffcb4b)
  • misc: add messaging route/page and improve roster (83a8622)
  • roster: handle roster mutations (553a0be)
  • roster: handle roster mutations (f8926d0)
  • search: add basic message search (b3a16b8), closes #22
  • ui: add top bar and search field (645a991)
  • ui: message view and typeface tweaks (9668b4a)

@lgtm-com
Copy link

lgtm-com bot commented Mar 17, 2021

This pull request introduces 2 alerts when merging d0f86eb into 68adb24 - view on LGTM.com

new alerts:

  • 2 for Unused variable, import, function or class

@lukediamond lukediamond merged commit d3b7552 into master Mar 17, 2021
@misterupkeep misterupkeep deleted the messages branch March 21, 2021 20:48
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

Successfully merging this pull request may close these issues.

Implement message search Load messages from IndexedDB blocks
1 participant